|
iCub-main
|
#include <ethMonitorPresence.h>
Classes | |
| struct | Config |
Public Member Functions | |
| EthMonitorPresence () | |
| ~EthMonitorPresence () | |
| void | config (const Config &cfg) |
| void | enable (bool en) |
| bool | isenabled () |
| void | tick () |
| bool | check () |
Definition at line 32 of file ethMonitorPresence.h.
| eth::EthMonitorPresence::EthMonitorPresence | ( | ) |
Definition at line 55 of file ethMonitorPresence.cpp.
| eth::EthMonitorPresence::~EthMonitorPresence | ( | ) |
Definition at line 64 of file ethMonitorPresence.cpp.
| bool eth::EthMonitorPresence::check | ( | ) |
Definition at line 103 of file ethMonitorPresence.cpp.
| void eth::EthMonitorPresence::config | ( | const Config & | cfg | ) |
Definition at line 70 of file ethMonitorPresence.cpp.
| void eth::EthMonitorPresence::enable | ( | bool | en | ) |
Definition at line 85 of file ethMonitorPresence.cpp.
| bool eth::EthMonitorPresence::isenabled | ( | ) |
Definition at line 91 of file ethMonitorPresence.cpp.
| void eth::EthMonitorPresence::tick | ( | ) |
Definition at line 97 of file ethMonitorPresence.cpp.