/** * @author ETSI / STF405 * @version $URL$ * $Id$ * @desc Common PIXITS * */ module LibItsCommon_Pixits { /** * @desc Tester Station Id * Station Id used in CAM/DENM messages sent by the tester */ modulepar integer PX_TESTER_STATION_ID := 111111; /** * @desc The Latitude of the tester. */ modulepar integer PX_TS_LATITUDE := 436175790; /** * @desc The Longitude of the tester. */ modulepar integer PX_TS_LONGITUDE := 70546480; } // end LibItsCommon_Pixits