Changeset 3956 in ntrip for trunk/BNC/rinex/rnxobsfile.h


Ignore:
Timestamp:
Apr 20, 2012, 11:19:03 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxobsfile.h

    r3930 r3956  
    129129 public:
    130130  const t_rnxObsHeader& header() const {return _header;}
    131   void setHeader(const t_rnxObsHeader& header);
     131  void setHeader(const t_rnxObsHeader& header, double version);
    132132  void writeHeader();
    133133  void writeEpoch(const t_rnxEpo* epo);
    134134
    135135 private:
     136  enum e_trafo {trafoNone, trafo2to3, trafo3to2};
     137
    136138  void writeEpochV2(const t_rnxEpo* epo);
    137139  void writeEpochV3(const t_rnxEpo* epo);
     
    139141  const t_rnxEpo* nextEpochV3();
    140142  void handleEpochFlag(int flag, const QString& line);
     143  QString type2to3(char sys, const QString& typeV2);
    141144
    142145  e_inpOut       _inpOut;
     
    147150  t_rnxEpo       _currEpo;
    148151  bool           _flgPowerFail;
     152  e_trafo        _trafo;
    149153};
    150154
Note: See TracChangeset for help on using the changeset viewer.