Function SimOneAPI::GetLaneList

Function Documentation

void SimOneAPI :: GetLaneList ( const long & roadId , SSD :: SimStringVector & laneList )

获取指定道路ID内所有的车道名称

Get the names of all lanes within the specified road ID.

此函数用于获取属于指定道路ID的所有车道的名称列表

This function is used to get the list of names of all lanes that belong to the specified road ID.

参数 :
  • roadId

    输入的道路ID

    Input road ID.

  • laneList [out]

    指定道路ID内的车道名称列表

    List of lane names within the specified road ID.