Changeset 12243 for trunk/FACT++/src/ratescan.cc
- Timestamp:
- 10/23/11 15:06:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratescan.cc
r12242 r12243 502 502 control.add_options() 503 503 ("max-wait", var<uint16_t>(150), "The maximum number of seconds to wait to get the anticipated resolution for a point.") 504 ("resolution", var<double>(0.05) ,"The minimum resolution required for a single data point.")504 ("resolution", var<double>(0.05) , "The minimum resolution required for a single data point.") 505 505 ; 506 506 … … 529 529 void PrintHelp() 530 530 { 531 Main::PrintHelp<StateMachineRateScan>(); 532 531 533 /* Additional help text which is printed after the configuration 532 534 options goes here */
Note:
See TracChangeset
for help on using the changeset viewer.