#include <diagnostics.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 kobuki is streaming data or not.
Definition at line 52 of file diagnostics.hpp.
|
inline |
Definition at line 54 of file diagnostics.hpp.
|
inline |
Definition at line 57 of file diagnostics.hpp.
|
virtual |
Implements diagnostic_updater::DiagnosticTask.
Definition at line 84 of file diagnostics.cpp.
|
inline |
Definition at line 56 of file diagnostics.hpp.
|
private |
Definition at line 60 of file diagnostics.hpp.