Commit 3b6ac530 authored by garciay's avatar garciay
Browse files

STF525: Starting development of ItsAutoInterop ATS

parent be41dfba
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ module LibItsCommon_TestSystem {
            // timers
            // timers
            timer tc_guard := PX_TDONE;
            timer tc_guard := PX_TDONE;


        } // end ItsMtc
        } // end ItsBaseMtc
    
    
        /**
        /**
         * @desc    Upper tester and Adapter control component 
         * @desc    Upper tester and Adapter control component 
+8 −8
Original line number Original line Diff line number Diff line
@@ -167,7 +167,7 @@ module LibItsIvim_Templates {
             * @param   p_connectedIviStructures    List of ConnectedIviStructure (Default: omit)
             * @param   p_connectedIviStructures    List of ConnectedIviStructure (Default: omit)
             * @param   p_optional_                 Optional field (Default: omit)
             * @param   p_optional_                 Optional field (Default: omit)
             */
             */
            template (value) UtIvimUpdate m_utUpdateEvent(
            template (value) UtIvimUpdate m_utIvimUpdateEvent(
                                                              template (value) IviIdentificationNumber p_iviIdentificationNumber,
                                                              template (value) IviIdentificationNumber p_iviIdentificationNumber,
                                                              template (omit) TimestampIts p_timeStamp := c_duration_2sec,
                                                              template (omit) TimestampIts p_timeStamp := c_duration_2sec,
                                                              template (omit) TimestampIts p_validFrom := omit,
                                                              template (omit) TimestampIts p_validFrom := omit,
@@ -181,7 +181,7 @@ module LibItsIvim_Templates {
                validTo                 := p_validTo,
                validTo                 := p_validTo,
                connectedIviStructures  := p_connectedIviStructures,
                connectedIviStructures  := p_connectedIviStructures,
                optional_               := p_optional_
                optional_               := p_optional_
            } // End of template m_utUpdateEvent
            } // End of template m_utIvimUpdateEvent
            
            
            /**
            /**
             * @desc    Send template for Upper Tester event cancellation
             * @desc    Send template for Upper Tester event cancellation