feat: Added capacity and max charge comparison to design
This commit is contained in:
@@ -12,10 +12,12 @@ namespace dlore
|
||||
std::string Technology;
|
||||
unsigned int CellSeriesCount;
|
||||
unsigned int Capacity;
|
||||
unsigned int CapacityDesign;
|
||||
float Vnow;
|
||||
float Vmin;
|
||||
unsigned int ChargeNow;
|
||||
unsigned int ChargeFull;
|
||||
unsigned int ChargeFullPercentageDesign;
|
||||
unsigned int ChargeFullDesign;
|
||||
} typedef BatteryInfo;
|
||||
|
||||
|
Reference in New Issue
Block a user