Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include <BMS.h>
Public Attributes | |
ExternalSystem | extSystem |
float | packVoltage |
float | packCurrent |
float | stateOfCharge |
float | cellVoltageMin |
float | cellVoltageMax |
float | cellTemperatureMin |
float | cellTemperatureMax |
float | totalPackCapacity |
float | remainingPackCapacity |
float | packHealth |
BmsChargeStatus | chargeStatus |
BmsChargeStatus Bms::chargeStatus |
ExternalSystem Bms::extSystem |