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


Ignore:
Timestamp:
Dec 1, 2008, 12:37:45 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnscaster.h

    r1123 r1249  
    88 public:
    99  t_bnscaster(const QString& mountpoint, const QString& outFileName,
    10               const QString& refSys);
     10              const QString& refSys, int ic);
    1111  virtual ~t_bnscaster();
    1212  void open();
     
    2828  QTextStream* _outStream;
    2929  bool         _crdTrafo;
     30  int          _ic;
    3031};
    3132
Note: See TracChangeset for help on using the changeset viewer.