Commit 4dc17d4b authored by garciay's avatar garciay
Browse files

Add Spirent changes to reduce warnings

parent fb260f5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -444,7 +444,7 @@ module LibItsCam_Templates {
         * @param p_extLights The exterior lights
         * @param p_extLights The exterior lights
         */
         */
        template(present) BasicVehicleContainerLowFrequency mw_LF_BV_extLights(
        template(present) BasicVehicleContainerLowFrequency mw_LF_BV_extLights(
            in template ExteriorLights p_extLights
                                                                               in template (present) ExteriorLights p_extLights
        ) modifies mw_LF_BV_any := 
        ) modifies mw_LF_BV_any := 
        {
        {
            exteriorLights := p_extLights
            exteriorLights := p_extLights
+8 −8
Original line number Original line Diff line number Diff line
@@ -42,9 +42,9 @@ module LibItsGeoNetworking_Templates {
         * @param   p_geoNwMsg GeoNetworking packet to be sent
         * @param   p_geoNwMsg GeoNetworking packet to be sent
         * @param   p_its_aid  ITS-AID used in secured mode. Default: 0, means unused
         * @param   p_its_aid  ITS-AID used in secured mode. Default: 0, means unused
         */
         */
        template (omit) GeoNetworkingReq m_geoNwReq_linkLayerBroadcast(
        template (value) GeoNetworkingReq m_geoNwReq_linkLayerBroadcast(
            template (value) GeoNetworkingPdu p_geoNwMsg,
                                                                        in template (value) GeoNetworkingPdu p_geoNwMsg,
            template (value) UInt32 p_its_aid := 0
                                                                        in template (value) UInt32 p_its_aid := 0
        ) := {
        ) := {
            msgOut                  := p_geoNwMsg,
            msgOut                  := p_geoNwMsg,
            macDestinationAddress   := c_llBroadcast,
            macDestinationAddress   := c_llBroadcast,
@@ -57,10 +57,10 @@ module LibItsGeoNetworking_Templates {
         * @param   p_its_aid               ITS-AID used in secured mode. Default: 0, means unused
         * @param   p_its_aid               ITS-AID used in secured mode. Default: 0, means unused
         * @param   p_llDestinationAdress   Link-layer destination address
         * @param   p_llDestinationAdress   Link-layer destination address
         */
         */
        template (omit) GeoNetworkingReq m_geoNwReq_withLinkLayerDestination(
        template (value) GeoNetworkingReq m_geoNwReq_withLinkLayerDestination(
            template (value) GeoNetworkingPdu p_geoNwMsg,
                                                                              in template (value) GeoNetworkingPdu p_geoNwMsg,
            template (value) UInt32 p_its_aid := 0,
                                                                              in template (value) UInt32 p_its_aid := 0,
            template (value) MacAddress p_llDestinationAdress
                                                                              in template (value) MacAddress p_llDestinationAdress
        ) modifies m_geoNwReq_linkLayerBroadcast := {
        ) modifies m_geoNwReq_linkLayerBroadcast := {
            macDestinationAddress := p_llDestinationAdress
            macDestinationAddress := p_llDestinationAdress
        }
        }
+1 −0
Original line number Original line Diff line number Diff line
@@ -407,6 +407,7 @@ module LibItsMapemSpatem_Templates {
                    revision            := p_revision,                  // Required default values about lane descriptions follow
                    revision            := p_revision,                  // Required default values about lane descriptions follow
                    refPoint            := p_position3D,                // The reference from which subsequent data points are offset until a new point is used. 
                    refPoint            := p_position3D,                // The reference from which subsequent data points are offset until a new point is used. 
                    laneWidth           := p_laneWidth,                 // Reference width used by all subsequent lanes unless a new width is given speedLimits SpeedLimitList OPTIONAL, 
                    laneWidth           := p_laneWidth,                 // Reference width used by all subsequent lanes unless a new width is given speedLimits SpeedLimitList OPTIONAL, 
                    speedLimits         := omit,
                    laneSet             := p_laneList,                  // Data about one or more lanes (all lane data is found here)
                    laneSet             := p_laneList,                  // Data about one or more lanes (all lane data is found here)
                    preemptPriorityData := omit,                        // data about one or more regional preempt or priority zones 
                    preemptPriorityData := omit,                        // data about one or more regional preempt or priority zones 
                    regional            := omit
                    regional            := omit