Changeset 1772 in ntrip for trunk/BNS/bnscaster.h


Ignore:
Timestamp:
Mar 25, 2009, 8:56:14 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnscaster.h

    r1698 r1772  
    1313  void printAscii(const QString& line);
    1414  bool usedSocket() const {return _outSocket;}
    15   bool crdTrafo() const {return _crdTrafo;}
     15  QString crdTrafo() const {return _crdTrafo;}
    1616  bool beClocks() const {return _beClocks;}
    1717  int  ic() const {return _ic;}
     
    2828  QFile*       _outFile;
    2929  QTextStream* _outStream;
    30   bool         _crdTrafo;
     30  QString      _crdTrafo;
    3131  bool         _beClocks;
    3232  int          _ic;
Note: See TracChangeset for help on using the changeset viewer.