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

Structure that holds the parameters passed to the IOGroup::write_control() method. More...

#include <SaveControl.hpp>

Public Attributes

std::string name
 Name of the control. More...
 
int domain_type
 Domain to apply the setting. More...
 
int domain_idx
 Index of the domain to apply the setting. More...
 
double setting
 Value for restoring the control. More...
 

Detailed Description

Structure that holds the parameters passed to the IOGroup::write_control() method.

Member Data Documentation

◆ domain_idx

int geopm::SaveControl::m_setting_s::domain_idx

Index of the domain to apply the setting.

◆ domain_type

int geopm::SaveControl::m_setting_s::domain_type

Domain to apply the setting.

◆ name

std::string geopm::SaveControl::m_setting_s::name

Name of the control.

◆ setting

double geopm::SaveControl::m_setting_s::setting

Value for restoring the control.


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