Searched refs:EventPresenceGpio (Results 1 – 3 of 3) sorted by relevance
63 EventPresenceGpio::EventPresenceGpio( in EventPresenceGpio() function in EventPresenceGpio92 void EventPresenceGpio::monitorPresence() in monitorPresence()94 std::weak_ptr<EventPresenceGpio> weakRef = weak_from_this(); in monitorPresence()98 std::shared_ptr<EventPresenceGpio> self = weakRef.lock(); in monitorPresence()120 void EventPresenceGpio::read() in read()
53 class EventPresenceGpio : class55 public std::enable_shared_from_this<EventPresenceGpio>58 EventPresenceGpio(const std::string& deviceType,
507 std::make_shared<EventPresenceGpio>( in createSensors()