Function SimOneAPI::GetRoadType

Function Documentation

void SimOneAPI::GetRoadType(const SSD::SimString &roadId, SSD::SimVector<HDMapStandalone::MRoadTypeInfo> &roadTypeInfoList)

获取道路类型信息

Get the road type information.

此函数用于检索指定道路ID的道路类型信息

This function is used to retrieve the road type information for the specified road ID.

参数:
const SSD::SimString &roadId

[in]

指定道路的ID

The ID of the specified road.

SSD::SimVector<HDMapStandalone::MRoadTypeInfo> &roadTypeInfoList

[out]

用于存储结果的道路类型信息向量

The vector to store the road type information.