foxBMS - Unit Tests
1.5.0
The foxBMS Unit Tests API Documentation
|
#include <bender_ir155_helper.h>
Data Fields | |
bool | ir155Initialized |
IR155_MEASUREMENT_s | measurement |
uint32_t | timeUntilValidMeasurement_ms |
uint16_t | periodTriggerTime_ms |
IR155 state struct
Definition at line 125 of file bender_ir155_helper.h.
bool IR155_STATE_s::ir155Initialized |
flag if IR155 module is initialied
Definition at line 126 of file bender_ir155_helper.h.
IR155_MEASUREMENT_s IR155_STATE_s::measurement |
latest measurement
Definition at line 127 of file bender_ir155_helper.h.
uint16_t IR155_STATE_s::periodTriggerTime_ms |
periodic call time of IR155 module
Definition at line 129 of file bender_ir155_helper.h.
uint32_t IR155_STATE_s::timeUntilValidMeasurement_ms |
time until valid measurement result is valid
Definition at line 128 of file bender_ir155_helper.h.