Changeset 18913
- Timestamp:
- 10/18/17 13:25:03 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/biastemp.cc
r18911 r18913 436 436 void SetupConfiguration(Configuration &conf) 437 437 { 438 po::options_description control(" MAGIC weather control options");438 po::options_description control("Bias Crate temperature readout"); 439 439 control.add_options() 440 440 ("no-dim,d", po_switch(), "Disable dim services") … … 442 442 ("url,u", var<string>("/index.html"), "File name and path to load") 443 443 ("quiet,q", po_bool(true), "Disable printing contents of all received messages (except dynamic data) in clear text.") 444 ("interval,i", var<uint16_t>( 30), "Interval between two updates on the server in seconds")444 ("interval,i", var<uint16_t>(15), "Interval between two updates on the server in seconds") 445 445 ("debug-tx", po_bool(), "Enable debugging of ethernet transmission.") 446 446 ;
Note:
See TracChangeset
for help on using the changeset viewer.