/** * @author ETSI / STF405 * @version $URL$ * $Id$ * @desc Common PIXITS * */ module LibItsCommon_Pixits { import from DENM_PDU_Descriptions language "ASN.1:1997" all; /** * @desc Tester Station Id * Station Id used in CAM/DENM messages sent by the tester */ modulepar StationID PX_TESTER_STATION_ID := 111111; /** * @desc The position of the tester. */ modulepar ReferencePosition PX_TS_POSITION := { longitude := {hemisphere := east, degree := 0}, latitude := {hemisphere := north, degree := 0}, elevation := 0, heading := 0, streetName := omit, positionConfidence := omit, elevationConfidence := omit, roadSegmentID :=0 } } // end LibItsCommon_Pixits