|
geopm 3.2.1.dev237+gbe30cff60
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. | |
| int | domain_type |
| Domain to apply the setting. | |
| int | domain_idx |
| Index of the domain to apply the setting. | |
| double | setting |
| Value for restoring the control. | |
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.