#include <diagnostics_1.hpp>
Public Member Functions | |
AnalogInputTask () | |
void | run (diagnostic_updater::DiagnosticStatusWrapper &stat) |
void | update (const std::vector< uint16_t > &new_values) |
Public Member Functions inherited from diagnostic_updater::DiagnosticTask | |
DiagnosticTask (const std::string name) | |
const std::string & | getName () |
virtual | ~DiagnosticTask () |
Private Attributes | |
std::vector< uint16_t > | values |
Diagnostic checking the state of the analog input port (four short integers).
Definition at line 161 of file diagnostics_1.hpp.
|
inline |
Definition at line 163 of file diagnostics_1.hpp.
|
virtual |
Implements diagnostic_updater::DiagnosticTask.
|
inline |
Definition at line 165 of file diagnostics_1.hpp.
|
private |
Definition at line 168 of file diagnostics_1.hpp.