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

Filesystem roots used for power discovery. More...

#include <RADPower.h>

Public Attributes

std::string sysClassPowerSupply = "/sys/class/power_supply"
 Power supply sysfs root. More...
 
std::string sysClassThermal = "/sys/class/thermal"
 Thermal sysfs root. More...
 
std::string sysDevicesCpu = "/sys/devices/system/cpu"
 CPU sysfs root. More...
 

Detailed Description

Filesystem roots used for power discovery.

Member Data Documentation

◆ sysClassPowerSupply

std::string RADPower::PowerPaths::sysClassPowerSupply = "/sys/class/power_supply"

Power supply sysfs root.

◆ sysClassThermal

std::string RADPower::PowerPaths::sysClassThermal = "/sys/class/thermal"

Thermal sysfs root.

◆ sysDevicesCpu

std::string RADPower::PowerPaths::sysDevicesCpu = "/sys/devices/system/cpu"

CPU sysfs root.


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