![]() |
foxBMS - Unit Tests
1.5.1
The foxBMS Unit Tests API Documentation
|
Data Fields | |
bool | soeInitialized |
bool | sensorEcUsed [BS_NR_OF_STRINGS] |
float_t | ecScalingAverage [BS_NR_OF_STRINGS] |
float_t | ecScalingMinimum [BS_NR_OF_STRINGS] |
float_t | ecScalingMaximum [BS_NR_OF_STRINGS] |
uint32_t | previousTimestamp [BS_NR_OF_STRINGS] |
This structure contains all the variables relevant for the SOX.
Definition at line 75 of file soe_counting.c.
float_t SOE_STATE_s::ecScalingAverage[BS_NR_OF_STRINGS] |
current sensor offset scaling for average SOE
Definition at line 78 of file soe_counting.c.
float_t SOE_STATE_s::ecScalingMaximum[BS_NR_OF_STRINGS] |
current sensor offset scaling for maximum SOE
Definition at line 80 of file soe_counting.c.
float_t SOE_STATE_s::ecScalingMinimum[BS_NR_OF_STRINGS] |
current sensor offset scaling for minimum SOE
Definition at line 79 of file soe_counting.c.
uint32_t SOE_STATE_s::previousTimestamp[BS_NR_OF_STRINGS] |
last used timestamp of current or energy counting value for SOE estimation
Definition at line 81 of file soe_counting.c.
bool SOE_STATE_s::sensorEcUsed[BS_NR_OF_STRINGS] |
true if energy counting functionality of current sensor is used
Definition at line 77 of file soe_counting.c.
bool SOE_STATE_s::soeInitialized |
true if the initialization has passed, false otherwise
Definition at line 76 of file soe_counting.c.