#include <CanandgyroStatus.h>
|
| constexpr | CanandgyroStatus (uint8_t activeFaultsRaw, uint8_t stickyFaultsRaw, bool faultsValid, units::celsius_t temp) |
| |
Struct class representing a Canandgyro's status.
◆ CanandgyroStatus()
| constexpr redux::sensors::canandgyro::CanandgyroStatus::CanandgyroStatus |
( |
uint8_t |
activeFaultsRaw, |
|
|
uint8_t |
stickyFaultsRaw, |
|
|
bool |
faultsValid, |
|
|
units::celsius_t |
temp |
|
) |
| |
|
inlineconstexpr |
Constructor for CanandgyroStatus
- Parameters
-
| activeFaultsRaw | raw uint8_t field |
| stickyFaultsRaw | raw uint8_t field |
| faultsValid | whether the faults fields have valid data |
| temp | MCU temp |
◆ activeFaults
◆ stickyFaults
◆ temperature
| units::celsius_t redux::sensors::canandgyro::CanandgyroStatus::temperature |
Device MCU temperature (celsius).
The documentation for this struct was generated from the following file: