geopm  3.1.1.dev214+gba4f9f6d
GEOPM - Global Extensible Open Power Manager
Public Attributes | List of all members
geopm::signal_info_s Struct Reference

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...
 

Detailed Description

Information pertaining to a particular signal supported by PlatformIO.

Member Data Documentation

◆ aggregation

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.

◆ behavior

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.

◆ description

std::string geopm::signal_info_s::description

Description of the signal.

◆ domain

int geopm::signal_info_s::domain

Topology domain that supports the signal. One of the geopm_domain_e values defined in geopm_topo.h.

◆ name

std::string geopm::signal_info_s::name

Name of the signal.

◆ string_format

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.


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