Class in Zendir.Messages | Inherits from Message
Declaration
class RADARDataMessage;Description
Message describing RADAR raw sensed data from the sensor.
Properties
| Declared | Description |
|---|---|
| IsDetected | A 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. |
| SignalDistance | The estimated distance to the target detected by the RADAR sensor. |
| SignalToNoise | The signal to noise of the RADAR sensor, calculated as the total signaldivided by the total noise. |
| TotalNoise | The total noise of the RADAR sensor. |
| TotalSignal | The total signal of the RADAR sensor, which is the sum of all target signals. |