Definition at line 431 of file gpsctrl.cc.
References StateMachineGPSControl< T, S >::Disconnect(), GPS::State::kConnected, GPS::State::kDisabled, GPS::State::kDisconnected, GPS::State::kEnabled, GPS::State::kLocked, StateMachineGPSControl< T, S >::Reconnect(), StateMachineGPSControl< T, S >::Send(), StateMachineGPSControl< T, S >::SendCommand(), and StateMachineGPSControl< T, S >::SetVerbosity().
436 "No connection to web-server could be established recently");
439 "Connection established, but status still not known");
442 "Veto is on, no trigger will be emitted");
445 "System enabled, waiting for satellites");
448 "One trigger per second will be send, but the one at the exact minute is vetoed");
451 T::AddEvent(
"SEND_COMMAND",
"C")
453 (
"Send command to GPS");
456 T::AddEvent(
"SET_VERBOSE",
"B")
458 (
"set verbosity state" 459 "|verbosity[bool]:disable or enable verbosity for received data (yes/no), except dynamic data");
461 T::AddEvent(
"ENABLE")
463 (
"Enable trigger signal once a second vetoed at every exact minute");
465 T::AddEvent(
"DISABLE")
467 (
"Diable trigger output");
470 T::AddEvent(
"DISCONNECT")
472 (
"disconnect from ethernet");
474 T::AddEvent(
"RECONNECT",
"O")
476 (
"(Re)connect ethernet connection to GPS, a new address can be given" 477 "|[host][string]:new ethernet address in the form <host:port>");
int Reconnect(const EventImp &evt)
int Send(const string &cmd)
int SetVerbosity(const EventImp &evt)
int SendCommand(const EventImp &evt)