Function SimOneAPI::SetDriveEx
Defined in File SimOneControlTransAPI.h
Function Documentation
-
bool SimOneAPI::SetDriveEx(const char *mainVehicleId, SimOne_Data_Control_Ex *pControlEx)
设置车辆扩展驾驶控制
Set vehicle extended drive control.
- 参数:
mainVehicleId -- [in]
主车的ID
Id of the main vehicle.
pControlEx -- [in]
车辆扩展控制数据
Vehicle extended control data.
- 返回:
成功设置返回true,否则返回false
Returns true if successful, false otherwise.