|
geopm 3.2.1.dev237+gbe30cff60
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. | |
| std::string | description |
| Description of the signal. | |
| int | domain |
| Topology domain that supports the signal. One of the geopm_domain_e values defined in geopm_topo.h. | |
| int | aggregation |
| The signal aggregation type. One of the the geopm::Agg::m_type_e values defined in geopm/Agg.hpp. | |
| 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. | |
| int | behavior |
| The signal behavior type. One of the geopm::IOGroup::m_signal_behavior_e values defined in geopm/IOGroup.hpp. | |
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.