Loading ttcn/MapemSpatem/LibItsMapemSpatem_Templates.ttcn +43 −28 Original line number Original line Diff line number Diff line Loading @@ -590,6 +590,21 @@ module LibItsMapemSpatem_Templates { regional := * regional := * } } template (present) LaneAttributes mw_laneAttributes := { directionalUse := ?, sharedWith := ?, laneType := ?, regional := * } template (present) LaneAttributes mw_laneAttributes_crosswak( template (present) LaneAttributes_Crosswalk p_crosswalk := ? ) modifies mw_laneAttributes := { laneType := { crosswalk := p_crosswalk } } /** /** * @desc Receive template for MAPEM Message with no LayerType * @desc Receive template for MAPEM Message with no LayerType */ */ Loading Loading
ttcn/MapemSpatem/LibItsMapemSpatem_Templates.ttcn +43 −28 Original line number Original line Diff line number Diff line Loading @@ -590,6 +590,21 @@ module LibItsMapemSpatem_Templates { regional := * regional := * } } template (present) LaneAttributes mw_laneAttributes := { directionalUse := ?, sharedWith := ?, laneType := ?, regional := * } template (present) LaneAttributes mw_laneAttributes_crosswak( template (present) LaneAttributes_Crosswalk p_crosswalk := ? ) modifies mw_laneAttributes := { laneType := { crosswalk := p_crosswalk } } /** /** * @desc Receive template for MAPEM Message with no LayerType * @desc Receive template for MAPEM Message with no LayerType */ */ Loading