onboardapi  9.10.0
by Rheinmetall
M_Sensor::EventSensorDetection Struct Reference

Event of a detected object. More...

Public Member Functions

 EventSensorDetection ()
 
 EventSensorDetection (M_Common::ObjectIdType const &DetectionId, M_Sensor::SensorDetectionType const &Detection)
 

Public Attributes

M_Common::ObjectIdType DetectionId
 
M_Sensor::SensorDetectionType Detection
 Detection data. More...
 

Detailed Description

Event of a detected object.

Constructor & Destructor Documentation

◆ EventSensorDetection() [1/2]

M_Sensor::EventSensorDetection::EventSensorDetection ( )

◆ EventSensorDetection() [2/2]

M_Sensor::EventSensorDetection::EventSensorDetection ( M_Common::ObjectIdType const &  DetectionId,
M_Sensor::SensorDetectionType const &  Detection 
)

Member Data Documentation

◆ Detection

M_Sensor::SensorDetectionType M_Sensor::EventSensorDetection::Detection

Detection data.

◆ DetectionId

M_Common::ObjectIdType M_Sensor::EventSensorDetection::DetectionId

Identifies the detection for the location measurement. Note: Since an event does not have a lifetime, it cannot be updated/deleted, but multiple locations can belong to the same detection and will then have the same detection ID.