#include <diagnostics_1.hpp>
Public Member Functions | |
DigitalInputTask () | |
void | run (diagnostic_updater::DiagnosticStatusWrapper &stat) |
void | update (uint16_t new_status) |
Public Member Functions inherited from diagnostic_updater::DiagnosticTask | |
DiagnosticTask (const std::string name) | |
const std::string & | getName () |
virtual | ~DiagnosticTask () |
Private Attributes | |
uint16_t | status |
Diagnostic checking the state of the digital input port (four bits).
Definition at line 148 of file diagnostics_1.hpp.
|
inline |
Definition at line 150 of file diagnostics_1.hpp.
|
virtual |
Implements diagnostic_updater::DiagnosticTask.
|
inline |
Definition at line 152 of file diagnostics_1.hpp.
|
private |
Definition at line 155 of file diagnostics_1.hpp.