ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Attributes | Friends | List of all members
ocpp::ReactivePower Struct Reference

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)
 

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const ReactivePower k 
)
friend
Returns
an output stream with the ReactivePower written to

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