Battery diagnostic updater. More...

Public Member Functions | |
| BatteryStatusDiag (const std::string &name) | |
| void | run (diagnostic_updater::DiagnosticStatusWrapper &stat) |
| void | set (float volt, float curr, float rem) |
| void | set_min_voltage (float volt) |
Private Attributes | |
| float | current |
| float | min_voltage |
| std::recursive_mutex | mutex |
| float | remaining |
| float | voltage |
Battery diagnostic updater.
Definition at line 203 of file sys_status.cpp.