geopm
3.1.1.dev272+gdfb40a8d
GEOPM - Global Extensible Open Power Manager
|
Information pertaining to a particular signal supported by PlatformIO. More...
#include <ServiceProxy.hpp>
Public Attributes | |
std::string | name |
Name of the signal. More... | |
std::string | description |
Description of the signal. More... | |
int | domain |
Topology domain that supports the signal. One of the geopm_domain_e values defined in geopm_topo.h. More... | |
int | aggregation |
The signal aggregation type. One of the the geopm::Agg::m_type_e values defined in geopm/Agg.hpp. More... | |
int | string_format |
The format method to convert a signal to a string. One of the geopm::string_format_e values defined in geopm/Helper.hpp. More... | |
int | behavior |
The signal behavior type. One of the geopm::IOGroup::m_signal_behavior_e values defined in geopm/IOGroup.hpp. More... | |
Information pertaining to a particular signal supported by PlatformIO.
int geopm::signal_info_s::aggregation |
The signal aggregation type. One of the the geopm::Agg::m_type_e values defined in geopm/Agg.hpp.
int geopm::signal_info_s::behavior |
The signal behavior type. One of the geopm::IOGroup::m_signal_behavior_e values defined in geopm/IOGroup.hpp.
std::string geopm::signal_info_s::description |
Description of the signal.
int geopm::signal_info_s::domain |
Topology domain that supports the signal. One of the geopm_domain_e values defined in geopm_topo.h.
std::string geopm::signal_info_s::name |
Name of the signal.
int geopm::signal_info_s::string_format |
The format method to convert a signal to a string. One of the geopm::string_format_e values defined in geopm/Helper.hpp.