libgpiod
2.1
|
#include <stdexcept>
#include <string>
Go to the source code of this file.
Data Structures | |
class | gpiod::chip_closed |
Exception thrown when an already closed chip is used. More... | |
class | gpiod::request_released |
Exception thrown when an already released line request is used. More... | |
class | gpiod::bad_mapping |
Exception thrown when the core C library returns an invalid value for any of the line_info properties. More... | |