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


Ignore:
Timestamp:
Jun 28, 2018, 12:47:06 PM (6 years ago)
Author:
stuerze
Message:

some changes to allow 10 Hz observation data generation with correct file names and observation data resampling (RINEX files, feed engine) and harmonization of all 3 applications

File:
1 edited

Legend:

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

    r8252 r8397  
    5252 signals:
    5353   void mountPointsRead(QList<bncGetThread*>);
    54    void getThreadsFinished();   
     54   void getThreadsFinished();
    5555   void newMessage(QByteArray msg, bool showOnScreen);
    5656   void newObs(QByteArray staID, QList<t_satObs> obsList);
     
    7777   QList<QByteArray>               _staIDs;
    7878   QList<bncGetThread*>            _threads;
    79    int                             _samplingRate;
     79   int                             _samplingRateMult10;
    8080   double                          _outWait;
    8181   QMutex                          _mutex;
Note: See TracChangeset for help on using the changeset viewer.