Changeset 6130 in ntrip for trunk/BNC/src/rinex/rnxobsfile.h


Ignore:
Timestamp:
Sep 11, 2014, 7:06:45 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6129 r6130  
    5353  t_irc       read(QTextStream* stream, int maxLines = 0);
    5454  int         numSys() const;
     55  char        system(int iSys) const;
    5556  int         nTypes(char sys) const;
    5657  QString     obsType(char sys, int index, double version = 0.0) const;
     
    122123  double         interval() const {return _header._interval;}
    123124  int            numSys() const {return _header.numSys();}
     125  char           system(int iSys) const {return _header.system(iSys);}
    124126  int            nTypes(char sys) const {return _header.nTypes(sys);}
    125127  const QString& fileName() const {return _fileName;}
     
    154156  const t_rnxObsHeader& header() const {return _header;}
    155157  void setHeader(const t_rnxObsHeader& header, double version, const QStringList& useObsTypes);
    156   void checkNewHeader(const t_rnxObsHeader& header);
    157158  void writeEpoch(const t_rnxEpo* epo);
    158159
Note: See TracChangeset for help on using the changeset viewer.