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

Public Attributes

float value
 RPM.
 
std::optional< std::string > location
 Location of the RPM measurement.
 

Friends

void to_json (json &j, const RPM &k)
 Conversion from a given RPM k to a given json object j.
 
void from_json (const json &j, RPM &k)
 Conversion from a given json object j to a given RPM k.
 
std::ostream & operator<< (std::ostream &os, const RPM &k)
 

Friends And Related Function Documentation

◆ operator<<

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

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