Struct SimOne_Data_SensorDetections¶
ClassList > SimOne_Data_SensorDetections
#include <SimOneIOStruct.h>
Inherits the following classes: SimOne_Data
Public Attributes¶
| Type | Name |
|---|---|
| int | objectSize = 0 |
| SimOne_Data_SensorDetections_Entry | objects |
Public Attributes inherited from SimOne_Data¶
See SimOne_Data
| Type | Name |
|---|---|
| int | frame = 0 |
| long long | timestamp = 0 |
| int | version = 0 |
Public Attributes Documentation¶
variable objectSize¶
int SimOne_Data_SensorDetections::objectSize;
检测到的物体数量。 * The number of detected objects.
variable objects¶
SimOne_Data_SensorDetections_Entry SimOne_Data_SensorDetections::objects[256];
检测到的物体数组,每个物体由 SimOne_Data_SensorDetections_Entry 结构体表示,最大容量由 SOSM_SENSOR_DETECTIONS_OBJECT_SIZE_MAX 定义。 * Array of detected objects, with each object represented by the SimOne_Data_SensorDetections_Entry structure, and a maximum capacity defined by SOSM_SENSOR_DETECTIONS_OBJECT_SIZE_MAX.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h