#include <diagnostics_1.hpp>

Public Member Functions | |
| bool | isAlive () const |
| void | run (diagnostic_updater::DiagnosticStatusWrapper &stat) |
| void | update (const bool &is_alive) |
| WatchdogTask () | |
Public Member Functions inherited from diagnostic_updater::DiagnosticTask | |
| DiagnosticTask (const std::string name) | |
| const std::string & | getName () |
| virtual | ~DiagnosticTask () |
Private Attributes | |
| bool | alive |
Simple diagnostic checking to see if xbot is streaming data or not.
Definition at line 52 of file diagnostics_1.hpp.
|
inline |
Definition at line 54 of file diagnostics_1.hpp.
|
inline |
Definition at line 57 of file diagnostics_1.hpp.
|
virtual |
Implements diagnostic_updater::DiagnosticTask.
|
inline |
Definition at line 56 of file diagnostics_1.hpp.
|
private |
Definition at line 60 of file diagnostics_1.hpp.