Aruna
|
Functions | |
err_t | start () |
start SIS report watcher thread More... | |
void * | watch (void *) |
Watch SIS reports task. More... | |
void | set_level (type_t type, level_t new_level) |
set level of alert on SIS level. More... | |
Variables | |
static const comm::port_t | port = 2 |
set level of alert on SIS level.
Definition at line 74 of file watcher.cpp.
err_t aruna::sis::watcher::start | ( | ) |
start SIS report watcher thread
start SIS report watcher thread
start reporter to report all SIS activiry to the watcher over comm channels
Using LINK_HARDWARE
to define hardware
err_t |
|
start SIS report watcher thread
start reporter to report all SIS activiry to the watcher over comm channels
RUNNING
if it is running,STOPPED
is it us currenty stopped. Definition at line 19 of file watcher.cpp.
void * aruna::sis::watcher::watch | ( | void * | ) |
Watch SIS reports task.
Definition at line 30 of file watcher.cpp.
|
static |