Definition at line 280 of file pfminictrl.cc.
References StateMachinePFminiControl< T, S >::Disconnect(), PFmini::State::kConnected, PFmini::State::kDisconnected, PFmini::State::kReceiving, StateMachinePFminiControl< T, S >::Reconnect(), and StateMachinePFminiControl< T, S >::SetVerbosity().
285 "No connection to web-server could be established recently");
288 "Connection established, but status still not known");
291 "Connection established, receiving reports");
295 T::AddEvent(
"SET_VERBOSE",
"B")
297 (
"set verbosity state" 298 "|verbosity[bool]:disable or enable verbosity for received data (yes/no), except dynamic data");
301 T::AddEvent(
"DISCONNECT")
303 (
"disconnect from ethernet");
305 T::AddEvent(
"RECONNECT",
"O")
307 (
"(Re)connect ethernet connection to PFmini, a new address can be given" 308 "|[host][string]:new ethernet address in the form <host:port>");
int SetVerbosity(const EventImp &evt)
int Reconnect(const EventImp &evt)