Changeset 4440 in ntrip for trunk/BNC/src/RTCM
- Timestamp:
- Jul 24, 2012, 6:14:04 PM (13 years ago)
- Location:
- trunk/BNC/src/RTCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM/GPSDecoder.cpp
r4439 r4440 46 46 47 47 extern "C" { 48 #include "rtcm3torinex.h" 48 49 #include "rtcm3torinexsupport.h" 49 50 } … … 128 129 return rrinex3codetoentry(rnxStr.toAscii().data()); 129 130 } 131 132 // 133 ////////////////////////////////////////////////////////////////////////////// 134 QString t_obs::rnxStr(int iEntry) { 135 136 } -
trunk/BNC/src/RTCM/GPSDecoder.h
r4415 r4440 80 80 const char* _codetype[GNSSENTRY_NUMBER]; 81 81 82 QString rnxStr(int iEntry); 83 82 84 private: 83 85 int iEntry(QString rnxStr, float rnxVer) const;
Note:
See TracChangeset
for help on using the changeset viewer.