Function SimOneAPI::GetStoplineList
-
Defined in File SimOneHDMapAPI.h
Function Documentation
-
void
SimOneAPI
::
GetStoplineList
(
const
HDMapStandalone
::
MSignal
&
light
,
const
SSD
::
SimString
&
id
,
SSD
::
SimVector
<
HDMapStandalone
::
MObject
>
&
stoplineList
)
-
获取交通灯给定作用车道的关联停止线列表
Get the list of stop lines associated with the traffic light for the given operating lane.
此函数用于获取与交通灯相关联并与指定车道匹配的停止线列表
This function is used to get the list of stop lines that are associated with a traffic light and matched to a specified lane.
- 参数 :
-
-
light – [in]
交通灯对象
Traffic light object.
-
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 traffic light.
-