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


Ignore:
Timestamp:
Dec 13, 2006, 10:43:39 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.h

    r349 r350  
    3232
    3333#include "RTCM/GPSDecoder.h"
     34#include "bncrinex.h"
    3435
    3536class bncGetThread;
     
    4344   void addGetThread(bncGetThread* getThread);
    4445   int  numStations() const {return _staIDs.size();}
    45    int  newObs(const QByteArray& staID, bool firstObs, Observation* obs);
     46   void newObs(const QByteArray& staID, const QUrl& mountPoint,
     47               bool firstObs, Observation* obs, const QByteArray& format);
    4648
    4749 signals:
     
    6466   QList<QTcpSocket*>*            _sockets;
    6567   QList<QByteArray>              _staIDs;
     68   QMap<QString, bncRinex*>       _rinexWriters;
    6669   QList<bncGetThread*>           _threads;
    6770   int                            _samplingRate;
Note: See TracChangeset for help on using the changeset viewer.