Changeset 4392 in ntrip for trunk/BNC/src/RTCM


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

Legend:

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

    r4391 r4392  
    8989  }
    9090}
     91
     92//
     93//////////////////////////////////////////////////////////////////////////////
     94double t_obs::measdata(const QString& rnxStr) const {
     95
     96  return 0.0;
     97}
     98 
     99//
     100//////////////////////////////////////////////////////////////////////////////
     101void t_obs::setMeasdata(const QString& rnxStr, double value) {
     102
     103}
Note: See TracChangeset for help on using the changeset viewer.