Changeset 10503 in ntrip for trunk/BNC/src/bnczerodecoder.h


Ignore:
Timestamp:
Jun 7, 2024, 11:41:06 AM (3 weeks ago)
Author:
stuerze
Message:

add an docoder-string ZERO2FILE

File:
1 edited

Legend:

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

    r5738 r10503  
    3232class bncZeroDecoder: public GPSDecoder {
    3333 public:
    34   bncZeroDecoder(const QString& fileName);
     34  bncZeroDecoder(const QString& fileName, bool writeFile);
    3535  ~bncZeroDecoder();
    3636  virtual t_irc Decode(char* buffer, int bufLen, std::vector<std::string>& errmsg);
     
    4040  std::ofstream* _out;
    4141  QDate          _fileDate;
     42  bool           _writeFile;
    4243};
    4344
Note: See TracChangeset for help on using the changeset viewer.