Changeset 526 in ntrip
- Timestamp:
- Oct 18, 2007, 3:23:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncapp.cpp ¶
r525 r526 211 211 212 212 if (RINEX_3) { 213 line.sprintf("G%02d %04d %02d %02d %02d %02d %02d%19.12e%19.12e%19.12e \n",213 line.sprintf("G%02d %04d %02d %02d %02d %02d %02d%19.12e%19.12e%19.12e", 214 214 ep->satellite, cti.year, cti.month, cti.day, cti.hour, 215 215 cti.minute, cti.second, ep->clock_bias, ep->clock_drift, … … 217 217 } 218 218 else { 219 line.sprintf("%02d %02d %02d %02d %02d %02d%05.1f%19.12e%19.12e%19.12e \n",219 line.sprintf("%02d %02d %02d %02d %02d %02d%05.1f%19.12e%19.12e%19.12e", 220 220 ep->satellite, cti.year%100, cti.month, cti.day, cti.hour, 221 221 cti.minute, (double) cti.second, ep->clock_bias,
Note:
See TracChangeset
for help on using the changeset viewer.