|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
A structure that contains a energy value in Wh that can be used for start/stop energy values and a corresponding timestamp. More...
#include <transaction.hpp>
Public Member Functions | |
| StampedEnergyWh (ocpp::DateTime timestamp, double energy_Wh) | |
Public Attributes | |
| ocpp::DateTime | timestamp |
| A timestamp associated with the energy value. | |
| double | energy_Wh |
| The energy value in Wh. | |
A structure that contains a energy value in Wh that can be used for start/stop energy values and a corresponding timestamp.