RADLib
RADical C++ application framework
RADDevice::DevicePaths Struct Reference

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...
 

Detailed Description

Filesystem roots used for real devices or test fixtures.

Member Data Documentation

◆ devRoot

std::string RADDevice::DevicePaths::devRoot = "/dev"

Device node root.

◆ sysBusIio

std::string RADDevice::DevicePaths::sysBusIio = "/sys/bus/iio/devices"

IIO sysfs root.

◆ sysClassGpio

std::string RADDevice::DevicePaths::sysClassGpio = "/sys/class/gpio"

GPIO sysfs root.

◆ sysClassLeds

std::string RADDevice::DevicePaths::sysClassLeds = "/sys/class/leds"

LED sysfs root.

◆ sysClassPwm

std::string RADDevice::DevicePaths::sysClassPwm = "/sys/class/pwm"

PWM sysfs root.


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