Changeset 9877 in ntrip for trunk/BNC


Ignore:
Timestamp:
Nov 21, 2022, 12:03:40 PM (17 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r9876 r9877  
    345345  in >> hlp >> year >> month >> day >> hour >> min >> sec;
    346346  bncTime epoTime;
    347   epoTime.set(year, month, day, hour, min, sec); cout << "nextEpoch: " << epoTime.timestr().c_str() << endl;
     347  epoTime.set(year, month, day, hour, min, sec); cout << "decodeEpoch: " << epoTime.timestr().c_str() << endl;
    348348
    349349  emit(newMessage(
Note: See TracChangeset for help on using the changeset viewer.