Function SimOneAPI::GetSpecifiedLaneStoplineList
-
Defined in File SimOneHDMapAPI.h
Function Documentation
-
void
SimOneAPI
::
GetSpecifiedLaneStoplineList
(
const
SSD
::
SimString
&
id
,
SSD
::
SimVector
<
HDMapStandalone
::
MObject
>
&
stoplineList
)
-
获取给定车道的关联停止线列表
Get the list of stop lines associated with the given lane.
此函数用于获取与指定车道ID相关联的停止线列表
This function is used to get the list of stop lines that are associated with the specified lane ID.
- 参数 :
-
-
id – [in]
输入的车道ID,格式为roadId_sectionIndex_laneId
Input lane ID, formatted as roadId_sectionIndex_laneId.
-
stoplineList – [out]
与指定车道相关联的停止线列表
List of stop lines that are associated with the specified lane.
-