Changeset 4774 in ntrip
- Timestamp:
- Oct 26, 2012, 5:30:26 PM (12 years ago)
- Location:
- trunk/BNC/src/RTCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM/GPSDecoder.cpp
r4442 r4774 132 132 // 133 133 ////////////////////////////////////////////////////////////////////////////// 134 QString t_obs::rnxStr(int iEntry) {134 QString t_obs::rnxStr(int iEntry) const { 135 135 QString str(3,' '); 136 136 switch(iEntry & 3) { -
trunk/BNC/src/RTCM/GPSDecoder.h
r4608 r4774 94 94 const char* _codetype[GNSSENTRY_NUMBER]; 95 95 96 QString rnxStr(int iEntry) ;96 QString rnxStr(int iEntry) const; 97 97 98 98 private:
Note:
See TracChangeset
for help on using the changeset viewer.