Changeset 3201 in ntrip for trunk/BNC/combination/bnccomb.h


Ignore:
Timestamp:
Mar 30, 2011, 4:07:41 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.h

    r3184 r3201  
    77#include "bncephuser.h"
    88
    9 class cmbCaster;
     9class bncRtnetDecoder;
    1010class bncSP3;
    1111class bncAntex;
     
    8080  QMap<QString, cmbAC*> _ACs;   // Analytical Centers (key is mountpoint)
    8181  bncTime               _processedBeforeTime;
    82   cmbCaster*            _caster;
    8382  QVector<cmbParam*>    _params;
     83  bncRtnetDecoder*      _rtnetDecoder;
    8484  SymmetricMatrix       _QQ;
    8585  bool                  _firstReg;
    8686  QByteArray            _log;
    8787  QString               _masterAC;
    88   QString               _outNameSkl;
    89   QString               _outName;
    90   std::ofstream*        _out;
    91   bncSP3*               _sp3;
    9288  bncAntex*             _antex;
    9389};
Note: See TracChangeset for help on using the changeset viewer.