Changeset 876 in ntrip
- Timestamp:
- May 6, 2008, 10:57:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/RTCM3coDecoder.cpp
r875 r876 81 81 _co.Sat[ii].Orbit.DeltaRadial, _co.Sat[ii].Orbit.DeltaAlongTrack, 82 82 _co.Sat[ii].Orbit.DeltaCrossTrack); 83 _out->write(line.toAscii().data(), line.length()); 84 _out->flush(); 83 *_out << line.toAscii().data(); 85 84 } 86 85 char obuffer[CLOCKORBIT_BUFFERSIZE];
Note:
See TracChangeset
for help on using the changeset viewer.