Searched refs:EventPresenceGpio (Results 1 – 3 of 3) sorted by relevance
47 EventPresenceGpio::EventPresenceGpio( in EventPresenceGpio() function in EventPresenceGpio85 void EventPresenceGpio::monitorPresence() in monitorPresence()87 std::weak_ptr<EventPresenceGpio> weakRef = weak_from_this(); in monitorPresence()91 std::shared_ptr<EventPresenceGpio> self = weakRef.lock(); in monitorPresence()113 void EventPresenceGpio::read() in read()
49 class EventPresenceGpio : class51 public std::enable_shared_from_this<EventPresenceGpio>54 EventPresenceGpio(const std::string& iDeviceType,
474 std::make_shared<EventPresenceGpio>( in createSensors()