Changeset 9139 in ntrip
- Timestamp:
- Sep 25, 2020, 10:34:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncclockrinex.cpp
r8836 r9139 58 58 } 59 59 60 61 60 _out << "AS " << prn.toLatin1().data() 62 61 << datTim.toString(" yyyy MM dd hh mm").toLatin1().data() … … 77 76 } 78 77 _out << endl; 78 79 79 return success; 80 80 } … … 92 92 93 93 94 _out << "BNC v" << BNCVERSION << " 94 _out << "BNC v" << BNCVERSION << " " 95 95 << datTim.toString("yyyyMMdd hhmmss").leftJustified(20, ' ', true).toAscii().data() 96 96 << "PGM / RUN BY / DATE" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.