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


Ignore:
Timestamp:
Apr 22, 2012, 9:54:33 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3991 r3994  
    9090  void  setStartTime(const bncTime& startTime) {_header._startTime = startTime;}
    9191
    92   const t_rnxEpo*    nextEpoch();
     92  t_rnxEpo* nextEpoch();
    9393  int wlFactorL1(unsigned iPrn) {
    9494    return iPrn <= MAXPRN_GPS ? _header._wlFactorsL1[iPrn] : 1;
     
    148148  void writeEpochV2(const t_rnxEpo* epo);
    149149  void writeEpochV3(const t_rnxEpo* epo);
    150   const t_rnxEpo* nextEpochV2();
    151   const t_rnxEpo* nextEpochV3();
     150  t_rnxEpo* nextEpochV2();
     151  t_rnxEpo* nextEpochV3();
    152152  void handleEpochFlag(int flag, const QString& line);
    153153
Note: See TracChangeset for help on using the changeset viewer.