#include <diagnostics.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.hpp.
|
inline |
Definition at line 137 of file diagnostics.hpp.
|
virtual |
Implements diagnostic_updater::DiagnosticTask.
Definition at line 148 of file diagnostics.cpp.
|
inline |
Definition at line 139 of file diagnostics.hpp.
|
private |
Definition at line 142 of file diagnostics.hpp.