equal
deleted
inserted
replaced
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 |