Struct SimOne_Data_WayPoints
-
Defined in File SimOneIOStruct.h
Inheritance Relationships
Base Type
-
public SimOne_Data
( Struct SimOne_Data )
Struct Documentation
-
struct
SimOne_Data_WayPoints
:
public
SimOne_Data
-
Public Members
-
char
mainVehicleId
[
64
]
-
主车辆的 ID
-
Main vehicle ID
-
-
int
wayPointsSize
-
主车辆路点的数量
-
Number of waypoints for the main vehicle
-
-
SimOne_Data_WayPoints_Entry
wayPoints
[
100
]
-
主车辆的路点数组,最多 100 个
-
Array of waypoints for the main vehicle, maximum 100
-
-
char
mainVehicleId
[
64
]