Struct SimOne_Data_UltrasonicRadarDetection_Entry¶
ClassList > SimOne_Data_UltrasonicRadarDetection_Entry
#include <SimOneIOStruct.h>
Public Attributes¶
| Type | Name |
|---|---|
| float | obstacleRanges = 0 |
| float | x = 0 |
| float | y = 0 |
| float | z = 0 |
Public Attributes Documentation¶
variable obstacleRanges¶
float SimOne_Data_UltrasonicRadarDetection_Entry::obstacleRanges;
障碍物的距离。 * Distance to the obstacle.
variable x¶
float SimOne_Data_UltrasonicRadarDetection_Entry::x;
障碍物的X坐标。 * X coordinate of the obstacle.
variable y¶
float SimOne_Data_UltrasonicRadarDetection_Entry::y;
障碍物的Y坐标。 * Y coordinate of the obstacle.
variable z¶
float SimOne_Data_UltrasonicRadarDetection_Entry::z;
障碍物的Z坐标。 * Z coordinate of the obstacle.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h