Commit b2c562c9 authored by garciay's avatar garciay
Browse files

Add ActionID list variable in the ItsDenm component

parent 17337d9a
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -91,6 +91,8 @@ module LibItsDenm_TestSystem {
        
        
        var UtDenmEventIndList vc_utEvents := {};
        var UtDenmEventIndList vc_utEvents := {};
        
        
        var UtDenmActionIDList vc_utActionIDs := {};
        
    } // End of component ItsDenm
    } // End of component ItsDenm


    group facilityPrimitives {
    group facilityPrimitives {
+6 −1
Original line number Original line Diff line number Diff line
@@ -131,6 +131,11 @@ module LibItsDenm_TypesAndValues {
         */
         */
        type record of UtDenmEventInd UtDenmEventIndList;
        type record of UtDenmEventInd UtDenmEventIndList;
        
        
        /**
         * @desc List of ActionID received in response to the Upper Tester triggered messages
         */
        type record of ActionID UtDenmActionIDList;
        
    }
    }
    with {
    with {
        encode "UpperTester"
        encode "UpperTester"