Commit aee17a6d authored by Yann Garcia's avatar Yann Garcia
Browse files

Add missing fields

parent 3099a2dd
Loading
Loading
Loading
Loading
+26 −4
Original line number Diff line number Diff line
@@ -376,6 +376,22 @@ module LibItsDenm_Templates {
            semiMajorOrientation := p_semiMajorOrientation
        }
        
        /**
         * @desc    Send template for the position confidence
         * @param   p_semiMajorAxisLength   The half of length of the major axis
         * @param   p_semiMinorAxisLength   The half of length of the minor axis
         * @param   p_semiMajorAxisOrientation  The orientation direction of the ellipse major axis of the position accuracy ellipse with regards to the WGS84 north
         */
        template (value) PositionConfidenceEllipse m_positionConfidenceEllipse(
            template (value) SemiAxisLength p_semiMajorAxisLength := LibItsCommon_ASN1_NamedNumbers.SemiAxisLength_oneCentimeter_,
            template (value) SemiAxisLength p_semiMinorAxisLength := LibItsCommon_ASN1_NamedNumbers.SemiAxisLength_oneCentimeter_,
            template (value) Wgs84AngleValue p_semiMajorAxisOrientation := LibItsCommon_ASN1_NamedNumbers.HeadingValue_wgs84North_
        ) := {
            semiMajorAxisLength := p_semiMajorAxisLength,
            semiMinorAxisLength := p_semiMinorAxisLength,
            semiMajorAxisOrientation := p_semiMajorAxisOrientation
        }

        /**
         * @desc    Send template for altitude
         * @param   p_altitudeValue        The altitude (Default: Sea level)
@@ -657,7 +673,10 @@ module LibItsDenm_Templates {
                eventType := {
                    ccAndScc := p_cause
                },
                linkedCause := omit
                linkedCause := omit,
                eventZone   := omit,
                linkedDenms := omit,
                eventEnd    := omit
            }
            
            /**
@@ -674,7 +693,10 @@ module LibItsDenm_Templates {
                eventType := {
                    ccAndScc := p_cause
                },
                linkedCause := *
                linkedCause := *,
                eventZone   := *,
                linkedDenms := *,
                eventEnd    := *
            }
            
            /**
Compare 005c8f71 to 3b2ef991
Original line number Diff line number Diff line
Subproject commit 005c8f718b5d89dba026697e5794c858dad9de92
Subproject commit 3b2ef991b4b23956ccd0b6e10130d2dd55c81b59