Changeset 18952
- Timestamp:
- 03/05/18 15:04:07 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftmctrl.cc
r18834 r18952 305 305 // This check is only done at startup 306 306 FTM::StaticData data(fBuffer); 307 308 if (fIsVerbose) 309 { 310 Out() << endl << kBold << "Static data received:" << endl; 311 Out() << data; 312 if (fIsHexOutput) 313 Out() << Converter::GetHex<uint16_t>(data, 16) << endl; 314 } 315 307 316 if (!CheckConsistency(data)) 308 317 { … … 2489 2498 fFTM.SetHexOutput(conf.Get<bool>("hex-out")); 2490 2499 fFTM.SetDynamicOut(conf.Get<bool>("dynamic-out")); 2500 fFTM.SetDebugTx(conf.Get<bool>("debug-tx")); 2491 2501 2492 2502 // ---------- Setup clock conditioner frequencies ---------- … … 2739 2749 ("hex-out", po_bool(), "Enable printing contents of all printed messages also as hex data.") 2740 2750 ("dynamic-out", po_bool(), "Enable printing received dynamic data.") 2751 ("debug-tx", po_bool(), "Enable debugging of ethernet transmission.") 2741 2752 // ("default-setup", var<string>(), "Binary file with static data loaded whenever a connection to the FTM was established.") 2742 2753 ;
Note:
See TracChangeset
for help on using the changeset viewer.