Vehicle Control Unit 0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
Public Attributes | List of all members
Bms Struct Reference

#include <BMS.h>

Collaboration diagram for Bms:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 15 of file BMS.h.

Member Data Documentation

◆ cellTemperatureMax

float Bms::cellTemperatureMax

Definition at line 25 of file BMS.h.

◆ cellTemperatureMin

float Bms::cellTemperatureMin

Definition at line 24 of file BMS.h.

◆ cellVoltageMax

float Bms::cellVoltageMax

Definition at line 23 of file BMS.h.

◆ cellVoltageMin

float Bms::cellVoltageMin

Definition at line 22 of file BMS.h.

◆ chargeStatus

BmsChargeStatus Bms::chargeStatus

Definition at line 29 of file BMS.h.

◆ extSystem

ExternalSystem Bms::extSystem

Definition at line 16 of file BMS.h.

◆ packCurrent

float Bms::packCurrent

Definition at line 20 of file BMS.h.

◆ packHealth

float Bms::packHealth

Definition at line 28 of file BMS.h.

◆ packVoltage

float Bms::packVoltage

Definition at line 19 of file BMS.h.

◆ remainingPackCapacity

float Bms::remainingPackCapacity

Definition at line 27 of file BMS.h.

◆ stateOfCharge

float Bms::stateOfCharge

Definition at line 21 of file BMS.h.

◆ totalPackCapacity

float Bms::totalPackCapacity

Definition at line 26 of file BMS.h.


The documentation for this struct was generated from the following file: