Changeset 10486 in ntrip
- Timestamp:
- May 13, 2024, 1:29:44 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10485 r10486 867 867 out << epoTime.datestr().c_str() << " " 868 868 << epoTime.timestr().c_str() << " " 869 << "Sat Num " << sys << " " 869 870 << AC->name.toLatin1().data() << ": " << AC->numObs[sys] << "\n"; 870 871 } … … 890 891 cmbAC* AC = icAC.next(); 891 892 if (AC->numObs[sys] > 0) { 892 out << epoTime.datestr().c_str() << " "893 << epoTime.timestr().c_str() << " "894 << "Switching Master AC"893 out << epoTime.datestr().c_str() << " " 894 << epoTime.timestr().c_str() << " " 895 << "Switching Master " << sys << " " 895 896 << _masterOrbitAC[sys].toLatin1().data() << " --> " 896 897 << AC->name.toLatin1().data() << "\n";
Note:
See TracChangeset
for help on using the changeset viewer.