Telemetry frame structure for the BMS data. More...
#include <CarState.hpp>
Public Member Functions | |
| constexpr can_frame | toCanFrame () const |
| Converts the TelemetryFrameBms to a CAN frame. | |
Public Attributes | |
| uint8_t | bms_data [8] |
Telemetry frame structure for the BMS data.
Definition at line 126 of file CarState.hpp.
|
inlineconstexpr |
Converts the TelemetryFrameBms to a CAN frame.
Definition at line 135 of file CarState.hpp.
References bms_data, and TELEMETRY_BMS_MSG.
Referenced by Telemetry::sendBms().
| uint8_t TelemetryFrameBms::bms_data[8] |