Changeset 3176 in ntrip


Ignore:
Timestamp:
Mar 29, 2011, 5:20:22 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/upload
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncuploadcaster.h

    r3174 r3176  
    33
    44#include <QtNetwork>
     5
     6class bncClockRinex;
     7class bncSP3;
    58
    69class bncUploadCaster : public QObject {
     
    2528
    2629 private:
    27   QString      _mountpoint;
    28   QString      _outHost;
    29   int          _outPort;
    30   QString      _password;
    31   QString      _crdTrafo;
    32   bool         _CoM;
    33   QTcpSocket*  _outSocket;
    34   int          _sOpenTrial;
    35   QDateTime    _outSocketOpenTime;
    36   QFile*       _outFile;
    37   QTextStream* _outStream;
     30  QString        _mountpoint;
     31  QString        _outHost;
     32  int            _outPort;
     33  QString        _password;
     34  QString        _crdTrafo;
     35  bool           _CoM;
     36  QTcpSocket*    _outSocket;
     37  int            _sOpenTrial;
     38  QDateTime      _outSocketOpenTime;
     39  QFile*         _outFile;
     40  QTextStream*   _outStream;
     41  bncClockRinex* _rnx;
     42  bncSP3*        _sp3;
    3843};
    3944
Note: See TracChangeset for help on using the changeset viewer.