Changeset 5380 in ntrip
- Timestamp:
- Sep 1, 2013, 1:46:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM/GPSDecoder.cpp
r5375 r5380 128 128 ////////////////////////////////////////////////////////////////////////////// 129 129 QString t_obs::rnxStr(int iEntry) const { 130 QString str( 3,' ');130 QString str(1,' '); 131 131 switch(iEntry & 3) { 132 132 case GNSSENTRY_CODE: str[0] = 'C'; break;
Note:
See TracChangeset
for help on using the changeset viewer.