Changeset 9089 in ntrip for branches/BNC_2.12/src/bnccaster.h


Ignore:
Timestamp:
Sep 2, 2020, 10:49:54 PM (4 years ago)
Author:
stuerze
Message:

adjusted allocation of slip and LTI according to the respective RTCM version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bnccaster.h

    r9021 r9089  
    6464   static int myWrite(QTcpSocket* sock, const char* buf, int bufLen);
    6565   void reopenOutFile();
     66   void setSlipCounters(t_satObs& obs);
    6667
    6768   QFile*                          _outFile;
     
    8485   QTcpServer*                     _miscServer;
    8586   QList<QTcpSocket*>*             _miscSockets;
     87   QMap<std::string, QMap<t_prn, double> > _lockTimeMap;
     88   QMap<std::string, QMap<t_prn, int> >    _jumpCounterMap;
    8689};
    8790
Note: See TracChangeset for help on using the changeset viewer.