|
RADLib
RADical C++ application framework
|
Filesystem roots used for real devices or test fixtures. More...
#include <RADDevice.h>
Public Attributes | |
| std::string | sysClassGpio = "/sys/class/gpio" |
| GPIO sysfs root. More... | |
| std::string | sysClassPwm = "/sys/class/pwm" |
| PWM sysfs root. More... | |
| std::string | sysBusIio = "/sys/bus/iio/devices" |
| IIO sysfs root. More... | |
| std::string | sysClassLeds = "/sys/class/leds" |
| LED sysfs root. More... | |
| std::string | devRoot = "/dev" |
| Device node root. More... | |
Filesystem roots used for real devices or test fixtures.
| std::string RADDevice::DevicePaths::devRoot = "/dev" |
Device node root.
| std::string RADDevice::DevicePaths::sysBusIio = "/sys/bus/iio/devices" |
IIO sysfs root.
| std::string RADDevice::DevicePaths::sysClassGpio = "/sys/class/gpio" |
GPIO sysfs root.
| std::string RADDevice::DevicePaths::sysClassLeds = "/sys/class/leds" |
LED sysfs root.
| std::string RADDevice::DevicePaths::sysClassPwm = "/sys/class/pwm" |
PWM sysfs root.