- Timestamp:
- 03/23/12 12:05:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/magicweather.cc
r13192 r13201 482 482 fWeather.SetVerbose(!conf.Get<bool>("quiet")); 483 483 fWeather.SetInterval(conf.Get<uint16_t>("interval")); 484 fWeather.SetDebugTx(conf.Get<bool>("debug-tx")); 484 485 485 486 return -1; … … 506 507 ("quiet,q", po_bool(true), "Disable printing contents of all received messages (except dynamic data) in clear text.") 507 508 ("interval,i", var<uint16_t>(25), "Interval between two server requests in seconds") 509 ("debug-tx", po_bool(), "Enable debugging of ethernet transmission.") 508 510 ; 509 511
Note:
See TracChangeset
for help on using the changeset viewer.