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


Ignore:
Timestamp:
Apr 12, 2012, 2:12:35 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3843 r3844  
    119119  };
    120120
     121 public:
     122  const t_rnxObsHeader& header() const {return _header;}
     123  void setHeader(const t_rnxObsHeader& header);
     124
     125 private:
    121126  const t_rnxEpo* nextEpochV2();
    122127  const t_rnxEpo* nextEpochV3();
Note: See TracChangeset for help on using the changeset viewer.