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


Ignore:
Timestamp:
Feb 23, 2014, 5:53:18 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5528 r5647  
    5050   void slotNewObs(QByteArray staID, QList<t_obs> obsList);
    5151   void slotNewNMEAstr(QByteArray str);
     52   void slotNewMiscConnection();
    5253
    5354 signals:
     
    6667   void dumpEpochs(long minTime, long maxTime);
    6768   static int myWrite(QTcpSocket* sock, const char* buf, int bufLen);
     69   static int myMiscWrite(QTcpSocket* sock, const char* buf, int bufLen);
    6870   void reopenOutFile();
    6971
     
    8587   QMutex                   _mutex;
    8688   int                      _confInterval;
     89   QString                  _miscMount;
     90   int                      _miscPort;
     91   QTcpServer*              _miscServer;
     92   QList<QTcpSocket*>*      _miscSockets;
    8793#ifdef RTROVER_INTERFACE
    8894   t_bncRtrover*            _bncRtrover;
Note: See TracChangeset for help on using the changeset viewer.