Changeset 10616 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Mar 4, 2025, 10:58:29 AM (10 days ago)
Author:
stuerze
Message:

bug fixes regarding RTNET decoder

File:
1 edited

Legend:

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

    r10615 r10616  
    340340  in >> hlp >> year >> month >> day >> hour >> min >> sec;
    341341  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;
    343343
    344344  emit(newMessage(
Note: See TracChangeset for help on using the changeset viewer.