Definition at line 486 of file gcn.cc.
References StateMachineGCN< T, S >::Disconnect(), State::kConnected, State::kDisconnected, FTM::State::kValid, StateMachineGCN< T, S >::Reconnect(), StateMachineGCN< T, S >::SetDebugRx(), and StateMachineGCN< T, S >::SetVerbosity().
491 "No connection to GCN.");
493 "Connection to GCN established.");
495 "Connection valid (keep alive received within past 2min)");
498 T::AddEvent(
"SET_VERBOSE",
"B:1")
500 (
"set verbosity state" 501 "|verbosity[bool]:disable or enable verbosity for received data (yes/no), except dynamic data");
502 T::AddEvent(
"SET_DEBUG_RX",
"B:1")
504 (
"Set debux-rx state" 505 "|debug[bool]:dump received text and parsed text to console (yes/no)");
511 (
"disconnect from ethernet");
514 (
"(Re)connect ethernet connection to FTM, a new address can be given" 515 "|[host][string]:new ethernet address in the form <host:port>");
int SetDebugRx(const EventImp &evt)
int Reconnect(const EventImp &evt)
int SetVerbosity(const EventImp &evt)