Battery diagnostic updater. More...
Public Member Functions | |
BatteryStatusDiag (const std::string &name) | |
BatteryStatusDiag (BatteryStatusDiag &&other) noexcept | |
BatteryStatusDiag & | operator= (BatteryStatusDiag &&other) noexcept |
void | run (diagnostic_updater::DiagnosticStatusWrapper &stat) |
void | set (float volt, float curr, float rem) |
void | set_min_voltage (float volt) |
void | setcell_v (const std::vector< float > voltages) |
![]() | |
DiagnosticTask (const std::string name) | |
const std::string & | getName () |
virtual | ~DiagnosticTask () |
Private Attributes | |
std::vector< float > | cell_voltage |
float | current |
float | min_voltage |
std::mutex | mutex |
float | remaining |
float | voltage |
Battery diagnostic updater.
Definition at line 287 of file sys_status.cpp.