Commit b16c3d77 authored by berge's avatar berge
Browse files

Changed cf*Up() functions: 1 new optional parameter to indicate which...

Changed cf*Up() functions: 1 new optional parameter to indicate which component is the default UT component
parent 23f8efe8
Loading
Loading
Loading
Loading
+224 −227

File changed.

Preview size limit exceeded, changes collapsed.

+13 −0
Original line number Original line Diff line number Diff line
@@ -77,6 +77,8 @@ module LibItsGeoNetworking_TestSystem {
            port UpperTesterPort utPort;
            port UpperTesterPort utPort;
            port AdapterControlPort acPort;
            port AdapterControlPort acPort;
            
            
            var ComponentTable vc_componentTable := {};
            
        } // end ItsMtc
        } // end ItsMtc
        
        
        /**
        /**
@@ -149,4 +151,15 @@ module LibItsGeoNetworking_TestSystem {
        encode "LibIts_Interface"
        encode "LibIts_Interface"
    } // end interfacePrimitives
    } // end interfacePrimitives
    
    
    group misc {
        
        type record ComponentEntry {
           charstring          componentName,
           ItsGeoNetworking    gnComponent optional
        }
        
        type record of ComponentEntry ComponentTable;
        
    } // end misc
    
} // End of module LibItsGeoNetworking_TestSystem
} // End of module LibItsGeoNetworking_TestSystem
+1 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,7 @@ module LibItsGeoNetworking_TypesAndValues {
    group geoConfigurationValues {
    group geoConfigurationValues {
        
        
        const charstring c_compIut := "IUT";
        const charstring c_compIut := "IUT";
        const charstring c_compMTC := "MTC";
        const charstring c_compNodeA := "NodeA";
        const charstring c_compNodeA := "NodeA";
        const charstring c_compNodeB := "NodeB";
        const charstring c_compNodeB := "NodeB";
        const charstring c_compNodeC := "NodeC";
        const charstring c_compNodeC := "NodeC";