Union of bits for car status besides Pedal. More...
#include <CarState.hpp>
Classes | |
| struct | Bits |
| Bitfield representation of the status bits. More... | |
Public Attributes | |
| uint8_t | byte |
| struct TelemetryFramePedal::StateByteStatus::Bits | bits |
Union of bits for car status besides Pedal.
Definition at line 32 of file CarState.hpp.
| struct TelemetryFramePedal::StateByteStatus::Bits TelemetryFramePedal::StateByteStatus::bits |
Referenced by BMS::BMS(), BMS::checkHv(), BMS::hvReady(), loop(), Pedal::pedalTorqueMapping(), Pedal::readMotor(), Pedal::sendFrame(), and Pedal::update().
| uint8_t TelemetryFramePedal::StateByteStatus::byte |
Byte representation of the status bits
Definition at line 34 of file CarState.hpp.
Referenced by TelemetryFramePedal::toCanFrame().