A Discrete-Event Network Simulator
API
LoadProfile Struct Reference

Load profile of the battery. More...

+ Collaboration diagram for LoadProfile:

Public Attributes

Time dualFoilLifeTime
 Expected lifetime for a Dualfoil battery. More...
 
Time itsyLifetime
 Expected lifetime for an ITSY battery. More...
 
std::vector< double > loads
 Loads container. More...
 
std::vector< TimetimeStamps
 Timestamps container. More...
 

Detailed Description

Load profile of the battery.

Definition at line 92 of file rv-battery-model-test.cc.

Member Data Documentation

◆ dualFoilLifeTime

Time LoadProfile::dualFoilLifeTime

Expected lifetime for a Dualfoil battery.

Definition at line 97 of file rv-battery-model-test.cc.

Referenced by BatteryLifetimeTest::CreateLoadProfiles().

◆ itsyLifetime

Time LoadProfile::itsyLifetime

Expected lifetime for an ITSY battery.

Definition at line 96 of file rv-battery-model-test.cc.

Referenced by BatteryLifetimeTest::CreateLoadProfiles().

◆ loads

std::vector<double> LoadProfile::loads

Loads container.

Definition at line 94 of file rv-battery-model-test.cc.

Referenced by BatteryLifetimeTest::CreateLoadProfiles().

◆ timeStamps

std::vector<Time> LoadProfile::timeStamps

Timestamps container.

Definition at line 95 of file rv-battery-model-test.cc.

Referenced by BatteryLifetimeTest::CreateLoadProfiles().


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