- Timestamp:
- 04/14/13 17:25:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/temperature.cc
r15325 r15335 105 105 106 106 Update(temp); 107 108 ostringstream msg; 109 msg << "T=" << temp[0] << "°C" 110 << " Tmin=" << temp[1] << "°C" 111 << " Tmax=" << temp[2] << "°C"; 112 Message(msg); 107 113 108 114 fStatus = Temperature::State::kValid; … … 427 433 ("url,u", var<string>("/statusjsn.js?components=18179&_=1365876572736"), "File name and path to load") 428 434 ("quiet,q", po_bool(true), "Disable printing contents of all received messages (except dynamic data) in clear text.") 429 ("interval,i", var<uint16_t>( 15), "Interval between two updates on the server in seconds")435 ("interval,i", var<uint16_t>(60), "Interval between two updates on the server in seconds") 430 436 ("debug-tx", po_bool(), "Enable debugging of ethernet transmission.") 431 437 ("debug-rx", po_bool(), "Enable debugging for received data.") … … 447 453 { 448 454 cout << 449 "The temperature is an interface to readout the temperat e from the power switch.\n"455 "The temperature is an interface to readout the temperature from the power switch.\n" 450 456 "\n" 451 457 "The default is that the program is started without user intercation. "
Note:
See TracChangeset
for help on using the changeset viewer.