#include <gpio_interface.h>
Definition at line 25 of file gpio_interface.h.
◆ GpioStateHandle() [1/2]
rm_control::GpioStateHandle::GpioStateHandle |
( |
| ) |
|
|
default |
◆ GpioStateHandle() [2/2]
rm_control::GpioStateHandle::GpioStateHandle |
( |
std::string |
name, |
|
|
GpioType |
type, |
|
|
bool * |
value |
|
) |
| |
|
inline |
◆ getName()
std::string rm_control::GpioStateHandle::getName |
( |
| ) |
const |
|
inline |
◆ getType()
GpioType rm_control::GpioStateHandle::getType |
( |
| ) |
const |
|
inline |
◆ getValue()
bool rm_control::GpioStateHandle::getValue |
( |
| ) |
const |
|
inline |
◆ name_
std::string rm_control::GpioStateHandle::name_ |
|
private |
◆ type_
GpioType rm_control::GpioStateHandle::type_ |
|
private |
◆ value_
bool* rm_control::GpioStateHandle::value_ = { nullptr } |
|
private |
The documentation for this class was generated from the following file: