Lines Matching refs:Sensor
11 Sensor::Sensor(interfaces::Sensor::Id sensorId, in Sensor() function in Sensor
18 Sensor::Id Sensor::makeId(std::string_view service, std::string_view path) in makeId()
23 Sensor::Id Sensor::id() const in id()
28 std::string Sensor::metadata() const in metadata()
33 std::string Sensor::getName() const in getName()
38 void Sensor::async_read() in async_read()
43 void Sensor::async_read(std::shared_ptr<utils::UniqueCall::Lock> lock) in async_read()
67 void Sensor::registerForUpdates( in registerForUpdates()
90 void Sensor::unregisterFromUpdates( in unregisterFromUpdates()
106 void Sensor::updateValue(double newValue) in updateValue()
124 void Sensor::makeSignalMonitor() in makeSignalMonitor()
144 void Sensor::signalProc(const std::weak_ptr<Sensor>& weakSelf, in signalProc()
178 LabeledSensorInfo Sensor::getLabeledSensorInfo() const in getLabeledSensorInfo()