RADLib
RADical C++ application framework
RADPower::CpuGovernorInfo Struct Reference

CPU governor snapshot. More...

#include <RADPower.h>

Public Attributes

std::string cpu
 CPU directory name. More...
 
std::string governor
 Current governor. More...
 
std::vector< std::string > availableGovernors
 Available governors. More...
 

Detailed Description

CPU governor snapshot.

Member Data Documentation

◆ availableGovernors

std::vector<std::string> RADPower::CpuGovernorInfo::availableGovernors

Available governors.

◆ cpu

std::string RADPower::CpuGovernorInfo::cpu

CPU directory name.

◆ governor

std::string RADPower::CpuGovernorInfo::governor

Current governor.


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