SensorInfo.h
Go to the documentation of this file.
DB_EDGEVIS_SDK SensorType GetSensorType() const
Get the type of sensor this is.
DB_EDGEVIS_SDK int32_t Temperature() const
The temperature of the sensor.
DB_EDGEVIS_SDK int32_t Energy() const
Returns the energy as measured at the sensor.
DB_EDGEVIS_SDK double Latitude() const
The latitude of the sensor.
DB_EDGEVIS_SDK bool IsTrigger2Enabled() const
Returns if the current sensor has trigger 2 enabled Only available for ASN nodes. ...
DB_EDGEVIS_SDK double Longitude() const
The longitude of the sensor.
DB_EDGEVIS_SDK int32_t RSSI() const
The Received Signal Strength of the node.
DB_EDGEVIS_SDK bool IsFusionEnabled() const
Returns if fusion is enabled on this sensor.
DB_EDGEVIS_SDK bool SetModel(const SensorModel model)
Set the model of the sensor.
DB_EDGEVIS_SDK int32_t AliveInterval() const
The interval that alive messages should be received from the node.
DB_EDGEVIS_SDK bool IsPersonDetectionEnabled() const
Returns if the current sensor has person detection enabled.
DB_EDGEVIS_SDK bool IsSeismicDetectionEnabled() const
Returns if the current sensor has seismic detection enabled Only available for SSN nodes...
DB_EDGEVIS_SDK int64_t LastSeenTime() const
The timestamp of when the node last sent an alive message.
DB_EDGEVIS_SDK std::wstring FriendlyName() const
The friendly name of the sensor.
DB_EDGEVIS_SDK SensorModel Model() const
The model of the sensor.
DB_EDGEVIS_SDK std::wstring SensorID() const
The ID of the sensor.
DB_EDGEVIS_SDK void SetLatitude(const double latitude)
Set the latitude of the sensor.
DB_EDGEVIS_SDK bool IsVehicleDetectionEnabled() const
Returns if the current sensor has vehicle detection enabled Only available for SSN nodes...
DB_EDGEVIS_SDK std::wstring ExtraMetadata() const
The extra metadata as sent from the node.
A class representing an RDC sensor attached to the encoder.
Definition: SensorInfo.h:30
DB_EDGEVIS_SDK void SetLongitude(const double longitude)
Set the longitude of the sensor.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK SensorState GetSensorState() const
Returns the current state of the sensor.
DB_EDGEVIS_SDK std::wstring ParentSensorID() const
The ID of the parent sensor this sensor is attached to.
DB_EDGEVIS_SDK void SetFriendlyName(const std::wstring friendly_name)
Sets the friendly name of the sensor.
DB_EDGEVIS_SDK bool IsTrigger1Enabled() const
Returns if the current sensor has trigger 1 enabled Only available for ASN nodes. ...