Commit 0a8f4d24 authored by berge's avatar berge
Browse files

Adjustment with naming conventions

parent 50ceccfc
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -5,8 +5,8 @@
 *	@desc		Module containing functions for CAM
 *	@desc		Module containing functions for CAM
 *
 *
 */
 */
module LibITS_Functions_CAM {
module LibItsCam_Functions {
    
    
        
        
    
    
} // end LibITS_Functions_CAM
} // end LibItsCam_Functions
 No newline at end of file
 No newline at end of file
+2 −2
Original line number Original line Diff line number Diff line
@@ -5,8 +5,8 @@
 *	@desc		Module containing base template definitions for CAM
 *	@desc		Module containing base template definitions for CAM
 *
 *
 */
 */
module LibITS_Templates_CAM {
module LibItsCam_Templates {
    
    
        
        
    
    
} // end LibITS_Templates_CAM
} // end LibItsCam_Templates
 No newline at end of file
 No newline at end of file
+2 −2
Original line number Original line Diff line number Diff line
@@ -5,8 +5,8 @@
 *	@desc		Module containing functions for DENM
 *	@desc		Module containing functions for DENM
 *
 *
 */
 */
module LibITS_Functions_DENM {
module LibItsDenm_Functions {
    
    
        
        
    
    
} // end LibITS_Functions_DENM
} // end LibItsDenm_Functions
 No newline at end of file
 No newline at end of file
+2 −2
Original line number Original line Diff line number Diff line
@@ -5,8 +5,8 @@
 *	@desc		Module containing base template definitions for DENM
 *	@desc		Module containing base template definitions for DENM
 *
 *
 */
 */
module LibITS_Templates_DENM {
module LibItsDenm_Templates {
    
    
        
        
    
    
} // end LibITS_Templates_DENM
} // end LibItsDenm_Templates
 No newline at end of file
 No newline at end of file
+45 −45
Original line number Original line Diff line number Diff line
@@ -5,30 +5,30 @@
 *	@desc		Module containing PTCs and interface ports definitions for ITS
 *	@desc		Module containing PTCs and interface ports definitions for ITS
 *
 *
 */
 */
module LibITS_Interface {
module LibIts_Interface {
    
    
    group interfaceComponents {
    group interfaceComponents {
        
        
        /**
        /**
         * @desc Test component for ITS Access layer 
         * @desc Test component for ITS Access layer 
         */
         */
        type component PtcAC {
        type component itsAc {
            
            
            // AC1 ports
            // AC1 ports
            port MacM5Port macM5Port;
            port MacM5Port macM5Port;
            
            
            // AC2 ports
            // AC2 ports
            port MacIRPort macIRPort;
            port MacIrPort macIrPort;
        }
        }


        /**
        /**
         * @desc Test component for ITS Facility layer 
         * @desc Test component for ITS Facility layer 
         */
         */
        type component PtcFA {
        type component itsFa {
            
            
            // FA1 ports
            // FA1 ports
            port CAMPort camPort;
            port CamPort camPort;
            port DENMPort denmPort;
            port DenmPort denmPort;
            
            
            // FA2 ports
            // FA2 ports
            port CooperPort cooperPort;
            port CooperPort cooperPort;
@@ -37,19 +37,19 @@ module LibITS_Interface {
        /**
        /**
         * @desc Test component for ITS Management layer 
         * @desc Test component for ITS Management layer 
         */
         */
        type component PtcMGT {
        type component itsMgt {
            
            
            // MGT1 ports
            // MGT1 ports
            port IISCPort iiscPort;
            port IiscPort iiscPort;
        }
        }


        /**
        /**
         * @desc Test component for ITS Network and Transport layer 
         * @desc Test component for ITS Network and Transport layer 
         */
         */
        type component PtcNT {
        type component itsNt {
            
            
            // NT1 ports 
            // NT1 ports 
            port BTPPort btpPort;
            port BtpPort btpPort;
            
            
            // NT2 ports
            // NT2 ports
            port GeoNetworkingPort geoNetPort;
            port GeoNetworkingPort geoNetPort;
@@ -63,9 +63,9 @@ module LibITS_Interface {
    
    
    group interfacePorts {    
    group interfacePorts {    
    
    
    	group AccessPorts {
    	group accessPorts {
		
		
			group AC1Ports {
			group ac1Ports {


				/**
				/**
				 * @desc AC1 Mac M5 Port (MacM5/PhyM5) 
				 * @desc AC1 Mac M5 Port (MacM5/PhyM5) 
@@ -74,42 +74,42 @@ module LibITS_Interface {
				    
				    
				} // end MacM5Port
				} // end MacM5Port
			    
			    
			} // end AC1Ports
			} // end ac1Ports


			group AC2Ports {
			group ac2Ports {
			    
			    
			    /**
			    /**
				 * @desc AC2 Mac IR Port (MacIR/PhyIR) 
				 * @desc AC2 Mac IR Port (MacIR/PhyIR) 
				 */
				 */
				type port MacIRPort message {
				type port MacIrPort message {
				    
				    
				} // end MacIRPort
				} // end MacIrPort
			    
			    
			} // end AC2Ports
			} // end ac2Ports
    	    
    	    
    	} // end AccessPorts
    	} // end accessPorts


    	group FacilityPorts {
    	group facilityPorts {
    	    
    	    
    	    group FA1Ports {
    	    group fa1Ports {
	
	
				/**
				/**
				 * @desc FA1 CAM Port (CAM/BTP/GeoNet/G5) 
				 * @desc FA1 CAM Port (CAM/BTP/GeoNet/G5) 
				 */
				 */
				type port CAMPort message {
				type port CamPort message {
				    
				    
				} // end CAMPort
				} // end CamPort


				/**
				/**
				 * @desc FA1 DENM Port (DENM/BTP/GeoNet/G5) 
				 * @desc FA1 DENM Port (DENM/BTP/GeoNet/G5) 
				 */
				 */
				type port DENMPort message {
				type port DenmPort message {
				    
				    
				} // end DENMPort
				} // end DenmPort
						    
						    
			} // end FA1Ports
			} // end fa1Ports


    	    group FA2Ports {
    	    group fa2Ports {
			    
			    
				/**
				/**
				 * @desc FA2 Cooper Port (Cooper/Fast/M5-IR) 
				 * @desc FA2 Cooper Port (Cooper/Fast/M5-IR) 
@@ -118,39 +118,39 @@ module LibITS_Interface {
				    
				    
				} // end CooperPort			    
				} // end CooperPort			    
			    
			    
			} // end FA2Ports
			} // end fa2Ports
    	    
    	    
    	} // end FacilityPorts
    	} // end facilityPorts
	
	
    	group ManagementPorts {
    	group managementPorts {
    	    
    	    
    	    group MGT1Ports {
    	    group mgt1Ports {
			    
			    
			    /**
			    /**
				 * @desc MGT1 IISC Port (IISC/LAN) 
				 * @desc MGT1 IISC Port (IISC/LAN) 
				 */
				 */
				type port IISCPort message {
				type port IiscPort message {
				    
				    
				} // end IISCPort
				} // end IiscPort
				
				
			} // end MGT1Ports
			} // end mgt1Ports
    	    
    	    
    	} // end ManagementPorts    	
    	} // end managementPorts    	


    	group NetworkAndTransportPorts {
    	group networkAndTransportPorts {
    	    
    	    
    	    group NT1Ports {
    	    group nt1Ports {


				/**
				/**
				 * @desc NT1 BTP Port (BTP/GeoNet/G5) 
				 * @desc NT1 BTP Port (BTP/GeoNet/G5) 
				 */
				 */
				type port BTPPort message {
				type port BtpPort message {
				    
				    
				} // end BTPPort
				} // end BtpPort
							    
							    
			} // end NT1Ports
			} // end nt1Ports
			
			
			group NT2Ports {
			group nt2Ports {


				/**
				/**
				 * @desc NT2 GeoNetworking Port (GeoNetworking/G5) 
				 * @desc NT2 GeoNetworking Port (GeoNetworking/G5) 
@@ -167,9 +167,9 @@ module LibITS_Interface {
				} // end IPv6OverGeoNetworkingPort
				} // end IPv6OverGeoNetworkingPort


			    
			    
			} // end NT2Ports
			} // end nt2Ports
			
			
			group NT3Ports {
			group nt3Ports {


				/**
				/**
				 * @desc NT3 Fast Port (Fast/M5-IR) 
				 * @desc NT3 Fast Port (Fast/M5-IR) 
@@ -178,10 +178,10 @@ module LibITS_Interface {
				    
				    
				} // end FastPort
				} // end FastPort
			    
			    
			} // end NT3Ports
			} // end nt3Ports
    	    
    	    
    	} // end NetworkAndTransportPorts
    	} // end networkAndTransportPorts
    
    
    } // end interfacePorts
    } // end interfacePorts
    
    
} // end LibITS_Interface
} // end LibIts_Interface
Loading