foxBMS
1.3.0
The foxBMS Battery Management System API Documentation
|
struct definition for plausibility values of an AFE More...
#include <afe_plausibility.h>
Data Fields | |
const int16_t | maximumPlausibleVoltage_mV |
const int16_t | minimumPlausibleVoltage_mV |
struct definition for plausibility values of an AFE
This struct has to be implemented in a variable by each AFE and passed to AFE_PlausibilityCheckVoltageMeasurementRange().
Definition at line 68 of file afe_plausibility.h.
const int16_t AFE_PLAUSIBILITY_VALUES_s::maximumPlausibleVoltage_mV |
largest cell voltage value that is considered plausible in mV
This value should be the maximum operating limit of the AFE.
Definition at line 73 of file afe_plausibility.h.
const int16_t AFE_PLAUSIBILITY_VALUES_s::minimumPlausibleVoltage_mV |
smallest cell voltage value that is considered plausible in mV
This value should be the minimum operating limit of the AFE.
Definition at line 78 of file afe_plausibility.h.