890 po::options_description control(
"FSC control options");
891 control.add_options()
892 (
"no-dim",
po_bool(),
"Disable dim services")
893 (
"addr,a", var<string>(
"localhost:5000"),
"Network address of FSC")
894 (
"sensor-pos-file", var<string>()->required(),
"File with the positions of the 31 temperature sensors")
895 (
"patch-pos-file", var<string>()->required(),
"File with the positions of the 320 bias patches")
896 (
"quiet,q",
po_bool(
true),
"Disable printing contents of all received messages (except dynamic data) in clear text.")
void AddOptions(const po::options_description &opt, bool visible=true)
po::typed_value< bool > * po_bool(bool def=false)