src/energy/model/li-ion-energy-source.h
changeset 10883 d919e7194e23
parent 10401 6e9d4ceb880b
equal deleted inserted replaced
10882:75e256e51d9d 10883:d919e7194e23
   183 private:
   183 private:
   184   double m_initialEnergyJ;                // initial energy, in Joules
   184   double m_initialEnergyJ;                // initial energy, in Joules
   185   TracedValue<double> m_remainingEnergyJ; // remaining energy, in Joules
   185   TracedValue<double> m_remainingEnergyJ; // remaining energy, in Joules
   186   double m_drainedCapacity;               // capacity drained from the cell, in Ah
   186   double m_drainedCapacity;               // capacity drained from the cell, in Ah
   187   double m_supplyVoltageV;                // actual voltage of the cell
   187   double m_supplyVoltageV;                // actual voltage of the cell
       
   188   double m_lowBatteryTh;                  // low battery threshold, as a fraction of the initial energy
   188   EventId m_energyUpdateEvent;            // energy update event
   189   EventId m_energyUpdateEvent;            // energy update event
   189   Time m_lastUpdateTime;                  // last update time
   190   Time m_lastUpdateTime;                  // last update time
   190   Time m_energyUpdateInterval;            // energy update interval
   191   Time m_energyUpdateInterval;            // energy update interval
   191   double m_eFull;                         // initial voltage of the cell, in Volts
   192   double m_eFull;                         // initial voltage of the cell, in Volts
   192   double m_eNom;                          // nominal voltage of the cell, in Volts
   193   double m_eNom;                          // nominal voltage of the cell, in Volts