Commit 716708cd authored by berge's avatar berge
Browse files

Mantis #6130: no need to check the complete DEPV

parent ffde45f0
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -723,6 +723,17 @@ module LibItsGeoNetworking_Templates {
                    longitude := (valueof(p_shortPosVector.longitude)-PX_POS_DELTA..valueof(p_shortPosVector.longitude)+PX_POS_DELTA)
            }
            
            /**
             * @desc    Receive template for short position vector without position check 
             * @param   p_shortPosVector The base short position vector
             */
            template ShortPosVector mw_shortPosVectorPosition_anyPos(
                in template (value) ShortPosVector p_shortPosVector
            ) modifies mw_shortPosVectorPosition := {
                    latitude := ?,
                    longitude := ?
            }
                        
        } // end geoNwCommonHeaderTemplates
    
        group geoUnicastHeaderTemplates {