Changeset 1050 in ntrip
- Timestamp:
- Aug 21, 2008, 10:36:56 AM (16 years ago)
- Location:
- trunk/BNC/RTCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/RTCM2_2021.cpp
r1024 r1050 183 183 } 184 184 185 std::ostream& rtcm2::operator << (std::ostream& out, const RTCM2_2021::HiResCorr& cc) {185 std::ostream& operator << (std::ostream& out, const RTCM2_2021::HiResCorr& cc) { 186 186 out.setf(ios::fixed); 187 187 out << setw(8) << setprecision(8) << cc.tt -
trunk/BNC/RTCM/RTCM2_2021.h
r1024 r1050 74 74 double dL2[3]; 75 75 }; 76 76 77 }; // end of namespace rtcm2 78 79
Note:
See TracChangeset
for help on using the changeset viewer.