- Timestamp:
- Apr 17, 2013, 10:39:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r5130 r5131 257 257 bncTime epoTime; epoTime.set( year, month, day, hour, min, sec); 258 258 259 emit(newMessage("bncRtnetUploadCaster (" + _casterID.toAscii() + ") decode " 260 + lines[0].toAscii(), false)); 259 emit(newMessage("bncRtnetUploadCaster: decode " + 260 QByteArray(epoTime.datestr().c_str()) + " " + 261 QByteArray(epoTime.timestr().c_str()) + _casterID.toAscii(), false)); 261 262 262 263 struct ClockOrbit co;
Note:
See TracChangeset
for help on using the changeset viewer.