Changeset 5485 in ntrip
- Timestamp:
- Sep 18, 2013, 2:45:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/monitor/thriftclient.cpp
r5484 r5485 94 94 } 95 95 char prn[3]; 96 sprintf(prn, "%c%2 d", ch, sat.ID);96 sprintf(prn, "%c%2.2d", ch, sat.ID); 97 97 satellite->_prn = prn; 98 98 satellite->_x = sat.xyz.x; 99 99 satellite->_y = sat.xyz.y; 100 100 satellite->_z = sat.xyz.z; 101 cout << satellite->_prn << ' ' << satellite->_x << endl; 101 102 } 102 103 }
Note:
See TracChangeset
for help on using the changeset viewer.