Changeset 349 in ntrip for trunk/BNC/bnccaster.h


Ignore:
Timestamp:
Dec 12, 2006, 4:59:42 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.h

    r336 r349  
    3232
    3333#include "RTCM/GPSDecoder.h"
    34 #include "bncrinex.h"
    3534
    3635class bncGetThread;
     
    4443   void addGetThread(bncGetThread* getThread);
    4544   int  numStations() const {return _staIDs.size();}
    46    void newObs(const QByteArray& staID, const QUrl& mountPoint,
    47                bool firstObs, Observation* obs, const QByteArray& format);
     45   int  newObs(const QByteArray& staID, bool firstObs, Observation* obs);
    4846
    4947 signals:
     
    6664   QList<QTcpSocket*>*            _sockets;
    6765   QList<QByteArray>              _staIDs;
    68    QMap<QString, bncRinex*>       _rinexWriters;
    6966   QList<bncGetThread*>           _threads;
    7067   int                            _samplingRate;
Note: See TracChangeset for help on using the changeset viewer.