Struct SimOne_Data_RadarDetection¶
ClassList > SimOne_Data_RadarDetection
#include <SimOneIOStruct.h>
Inherits the following classes: SimOne_Data
Public Attributes¶
| Type | Name |
|---|---|
| int | detectNum |
| SimOne_Data_RadarDetection_Entry | detections |
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 detectNum¶
int SimOne_Data_RadarDetection::detectNum;
检测对象的数量。 * Detection Object number.
variable detections¶
SimOne_Data_RadarDetection_Entry SimOne_Data_RadarDetection::detections[256];
检测对象数组,最大256个。 * Detection Objects, 256 max.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h