Commit 873d0605 authored by Yann Garcia's avatar Yann Garcia
Browse files

Update templates

parent 95ed727c
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line Diff line number Diff line
@@ -584,26 +584,26 @@ module LibItsIvim_Templates {
        } // End of template m_zone_segment
        } // End of template m_zone_segment
        
        
        template Zone m_zone_polygonalLine(
        template Zone m_zone_polygonalLine(
                                           template (value) PolygonalLine p_area := m_polygonalLine_deltaPositions
                                           template (value) ETSI_ITS_CDD.PolygonalLine p_area := m_polygonalLine_deltaPositions
        ) := {
        ) := {
            area          := p_area
            area          := p_area
        } // End of template m_zone_polygonalLine
        } // End of template m_zone_polygonalLine
        
        
        template Segment m_segment(
        template Segment m_segment(
                                    template (value) PolygonalLine p_line := m_polygonalLine_deltaPositions,
                                    template (value) ETSI_ITS_CDD.PolygonalLine p_line := m_polygonalLine_deltaPositions,
                                    template (omit) LaneWidth p_laneWidth := omit
                                    template (omit) LaneWidth p_laneWidth := omit
        ) := {
        ) := {
            line          := p_line,
            line          := p_line,
            laneWidth     := p_laneWidth
            laneWidth     := p_laneWidth
        } // End of template m_segment
        } // End of template m_segment
        
        
        template PolygonalLine m_polygonalLine_deltaPositions(
        template ETSI_ITS_CDD.PolygonalLine m_polygonalLine_deltaPositions(
                                    template (value) PolygonalLine.deltaPositions p_deltaPositions := {m_deltaPosition}
                                                                           template (value) ETSI_ITS_CDD.PolygonalLine.deltaPositions p_deltaPositions := {m_deltaPosition}
        ) := {
        ) := {
            deltaPositions := p_deltaPositions
            deltaPositions := p_deltaPositions
        } // End of template m_segment
        } // End of template m_segment
        
        
        template DeltaPosition m_deltaPosition(
        template ETSI_ITS_CDD.DeltaPosition m_deltaPosition(
                                                            template (value) DeltaLatitude p_deltaLatitude := 9997,
                                                            template (value) DeltaLatitude p_deltaLatitude := 9997,
                                                            template (value) DeltaLongitude p_deltaLongitude := 9998
                                                            template (value) DeltaLongitude p_deltaLongitude := 9998
        ) := {
        ) := {
Compare 5b126f61 to b80bbe87
Original line number Original line Diff line number Diff line
Subproject commit 5b126f6171d8bfc0e3561421e6f5a632dec37a8b
Subproject commit b80bbe8737a6b03bd90792424624a785e04d62ff