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

Information pertaining to a particular control supported by PlatformIO. More...

#include <ServiceProxy.hpp>

Public Attributes

std::string name
 Name of the control. More...
 
std::string description
 Description of the control. More...
 
int domain
 Topology domain that supports the signal. One of the geopm_domain_e values defined in geopm_topo.h. More...
 

Detailed Description

Information pertaining to a particular control supported by PlatformIO.

Member Data Documentation

◆ description

std::string geopm::control_info_s::description

Description of the control.

◆ domain

int geopm::control_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::control_info_s::name

Name of the control.


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