Changeset 4391 in ntrip for trunk/BNC/src/RTCM/GPSDecoder.h


Ignore:
Timestamp:
Jul 6, 2012, 4:09:16 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM/GPSDecoder.h

    r4389 r4391  
    6161  ~t_obs() {}
    6262
    63   double c1() const;
    64   double c2() const;
    65   double c5() const;
    66   double p1() const;
    67   double p2() const;
    68   double l1() const;
    69   double l2() const;
    70   double l5() const;
    71   double s1() const;
    72   double s2() const;
    73   std::string entry2str(int iEntry) const;
    74   int str2entry(const char* str) const;
     63  double measdata(const QString& rnxStr) const;
     64  void   setMeasdata(const QString& rnxStr, double value);
    7565
    7666  char   StatID[20+1]; // Station ID
Note: See TracChangeset for help on using the changeset viewer.