Class in Zendir.Messages | Inherits from Message

Declaration

class RADARDataMessage;

Description

Message describing RADAR raw sensed data from the sensor.


Properties

DeclaredDescription
IsDetectedA boolean value indicating if a target has been detected by the RADAR sensor,based on the signal to noise ratio and the sensor’s detection threshold.
SignalDistanceThe estimated distance to the target detected by the RADAR sensor.
SignalToNoiseThe signal to noise of the RADAR sensor, calculated as the total signaldivided by the total noise.
TotalNoiseThe total noise of the RADAR sensor.
TotalSignalThe total signal of the RADAR sensor, which is the sum of all target signals.