- Timestamp:
- Nov 21, 2022, 12:01:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r9875 r9876 345 345 in >> hlp >> year >> month >> day >> hour >> min >> sec; 346 346 bncTime epoTime; 347 epoTime.set(year, month, day, hour, min, sec); cout << epoTime.timestr().c_str() << endl;347 epoTime.set(year, month, day, hour, min, sec); cout << "nextEpoch: " << epoTime.timestr().c_str() << endl; 348 348 349 349 emit(newMessage(
Note:
See TracChangeset
for help on using the changeset viewer.