Seeed Grove ++  v0.0.1-2386
Linux C++ Library For Seeed Grove Devices
SG::GpioManagement Member List

This is the complete list of members for SG::GpioManagement, including all inherited members.

cleanup(void)SG::GpioManagement
EDirection enum nameSG::GpioManagement
EValue enum nameSG::GpioManagement
get(void)SG::GpioManagementstatic
get_bool(const GPIO gpio)SG::GpioManagementinline
get_direction_map(void)SG::GpioManagement
get_exported(void)SG::GpioManagement
get_value(const GPIO gpio)SG::GpioManagement
get_value(const GPIO gpio, bool &value)SG::GpioManagementinline
gpio_export(const GPIO gpio, const EDirection direction=EDirection::kOutput)SG::GpioManagement
gpio_unexport(const GPIO gpio)SG::GpioManagement
is_exported(const GPIO gpio, int number_of_times_to_check=1)SG::GpioManagement
MGPIODirection typedefSG::GpioManagement
set_direction(const GPIO gpio, const EDirection direction=EDirection::kOutput)SG::GpioManagement
set_high(const GPIO gpio)SG::GpioManagementinline
set_low(const GPIO gpio)SG::GpioManagementinline
set_value(const GPIO gpio, const EValue &value)SG::GpioManagement
set_value(const GPIO gpio, const bool set_to_high)SG::GpioManagementinline
SGpp classSG::GpioManagementfriend
unexport_all_gpio_on_destructionSG::GpioManagement
~GpioManagement(void)SG::GpioManagement