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


Ignore:
Timestamp:
Feb 23, 2014, 6:08:38 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5647 r5648  
    4949 public slots:
    5050   void slotNewObs(QByteArray staID, QList<t_obs> obsList);
     51   void slotNewRawData(QByteArray staID, QByteArray data);
    5152   void slotNewNMEAstr(QByteArray str);
    5253   void slotNewMiscConnection();
     
    6768   void dumpEpochs(long minTime, long maxTime);
    6869   static int myWrite(QTcpSocket* sock, const char* buf, int bufLen);
    69    static int myMiscWrite(QTcpSocket* sock, const char* buf, int bufLen);
    7070   void reopenOutFile();
    7171
Note: See TracChangeset for help on using the changeset viewer.