Lines Matching defs:GpioMonitor
19 /** @class GpioMonitor
23 class GpioMonitor
26 GpioMonitor() = delete;
27 ~GpioMonitor() = default;
28 GpioMonitor(const GpioMonitor&) = delete;
29 GpioMonitor& operator=(const GpioMonitor&) = delete;
30 GpioMonitor(GpioMonitor&&) = delete;
31 GpioMonitor& operator=(GpioMonitor&&) = delete;
33 /** @brief Constructs GpioMonitor object.
45 GpioMonitor(gpiod_line* line, gpiod_line_request_config& config,