Changeset 9016 in ntrip for trunk/BNC/src/bnccaster.h


Ignore:
Timestamp:
Aug 16, 2020, 11:56:26 AM (4 years ago)
Author:
mervart
Message:

LM: setSlipCounters according to lockTime values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccaster.h

    r8921 r9016  
    6767   static int myWrite(QTcpSocket* sock, const char* buf, int bufLen);
    6868   void reopenOutFile();
     69   void setSlipCounters(t_satObs& obs);
    6970
    7071   QFile*                          _outFile;
     
    8788   QTcpServer*                     _miscServer;
    8889   QList<QTcpSocket*>*             _miscSockets;
     90   QMap<std::string, QMap<t_prn, double> > _lockTimeMap;
    8991};
    9092
Note: See TracChangeset for help on using the changeset viewer.