Changeset 10616 in ntrip for trunk/BNC/src
- Timestamp:
- Mar 4, 2025, 10:58:29 AM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/upload/bncrtnetuploadcaster.cpp ΒΆ
r10615 r10616 340 340 in >> hlp >> year >> month >> day >> hour >> min >> sec; 341 341 bncTime epoTime; 342 epoTime.set(year, month, day, hour, min, sec);cout << epoTime.timestr().c_str() << endl; 342 epoTime.set(year, month, day, hour, min, sec);//cout << epoTime.timestr().c_str() << endl; 343 343 344 344 emit(newMessage(
Note:
See TracChangeset
for help on using the changeset viewer.