|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
Public Attributes | |
| std::string | transaction_id |
| std::optional< DateTime > | timestamp |
| std::optional< uint32_t > | meter_value |
| double | cost |
| RunningCostState | state |
| std::optional< RunningCostChargingPrice > | charging_price |
| std::optional< RunningCostIdlePrice > | idle_price |
| std::optional< DateTime > | next_period_at_time |
| std::optional< RunningCostChargingPrice > | next_period_charging_price |
| std::optional< RunningCostIdlePrice > | next_period_idle_price |
| std::optional< std::vector< DisplayMessageContent > > | cost_messages |
| std::optional< std::string > | qr_code_text |
Friends | |
| void | from_json (const json &j, RunningCost &c) |