geopm
3.1.1.dev272+gdfb40a8d
GEOPM - Global Extensible Open Power Manager
|
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... | |
Structure that holds the parameters passed to the IOGroup::write_control() method.
int geopm::SaveControl::m_setting_s::domain_idx |
Index of the domain to apply the setting.
int geopm::SaveControl::m_setting_s::domain_type |
Domain to apply the setting.
std::string geopm::SaveControl::m_setting_s::name |
Name of the control.
double geopm::SaveControl::m_setting_s::setting |
Value for restoring the control.