ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Member Functions | Public Attributes | List of all members
ocpp::v16::StampedEnergyWh Struct Reference

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.
 

Detailed Description

A structure that contains a energy value in Wh that can be used for start/stop energy values and a corresponding timestamp.


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