Definition at line 503 of file gpsctrl.cc.
References Configuration::AddOptions(), po_bool(), and po_switch().
Referenced by main().
505 po::options_description control(
"GPS control");
506 control.add_options()
507 (
"no-dim,d",
po_switch(),
"Disable dim services")
508 (
"addr,a", var<string>(
"gps:23"),
"Network address of the lid controling Arduino including port")
509 (
"quiet,q",
po_bool(
true),
"Disable printing contents of all received messages (except dynamic data) in clear text.")
510 (
"debug-tx",
po_bool(),
"Enable debugging of ethernet transmission.")
po::typed_value< bool > * po_switch()
void AddOptions(const po::options_description &opt, bool visible=true)
po::typed_value< bool > * po_bool(bool def=false)