LibItsCam_Pixits.ttcn 1.16 KB
Newer Older
fischer's avatar
fischer committed
/**
 *	@author 	ETSI / STF405
 *  @version 	$URL: svn+ssh://vcs.etsi.org/TTCN3/ATS/Its/trunk/ttcn/AtsCAM/ItsCam_Pixits.ttcn $
 *				$Id: ItsCam_Pixits.ttcn 87 2010-08-27 10:15:07Z fischer $
 *	@desc		CAM PICS
 *
 */
module LibItsCam_Pixits {
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
	import from CAM_PDU_Descriptions language "ASN.1:1997" all;
berge's avatar
berge committed
	import from DENM_PDU_Descriptions language "ASN.1:1997" all;
fischer's avatar
fischer committed
    
    group camPixits {
        
        /**
         * @desc Tester Station Id
         * 		 Station Id used in CAM messages sent by the tester (IRS)
         */
    	modulepar integer PX_TESTER_STATION_ID := 111111;

        /**
         * @desc Tester Longitude reference position
         */
        modulepar Longitude PX_LONGITUDE;
           	        
        /**
         * @desc Tester Longitude reference position
         */
        modulepar Latitude PX_LATITUDE;
           	        
        /**
         * @desc Tester Longitude reference position
         */
        modulepar Elevation PX_ELEVATION;
           	        
    } // end of group cam_Pixits
    
} // end of module ItsCam_Pixits