#include <diagnostics_1.hpp>
Public Member Functions | |
GyroSensorTask () | |
void | run (diagnostic_updater::DiagnosticStatusWrapper &stat) |
void | update (int16_t new_heading) |
Public Member Functions inherited from diagnostic_updater::DiagnosticTask | |
DiagnosticTask (const std::string name) | |
const std::string & | getName () |
virtual | ~DiagnosticTask () |
Private Attributes | |
int16_t | heading |
Diagnostic checking the gyro sensor status.
Definition at line 135 of file diagnostics_1.hpp.
|
inline |
Definition at line 137 of file diagnostics_1.hpp.
|
virtual |
Implements diagnostic_updater::DiagnosticTask.
|
inline |
Definition at line 139 of file diagnostics_1.hpp.
|
private |
Definition at line 142 of file diagnostics_1.hpp.