|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
Public Attributes | |
| float | total |
| VAR total. | |
| std::optional< float > | VARphA |
| VAR phase A. | |
| std::optional< float > | VARphB |
| VAR phase B. | |
| std::optional< float > | VARphC |
| VAR phase C. | |
Friends | |
| void | to_json (json &j, const ReactivePower &k) |
Conversion from a given ReactivePower k to a given json object j. | |
| void | from_json (const json &j, ReactivePower &k) |
Conversion from a given json object j to a given ReactivePower k. | |
| std::ostream & | operator<< (std::ostream &os, const ReactivePower &k) |
|
friend |