/** * @author ETSI / STF517 * @version $URL$ * $Id$ * @desc MAPEM SPATEM PIXIT * @copyright ETSI Copyright Notification * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. * All rights reserved. * */ module LibItsSremSsem_Pixits { // LibCommon import from LibCommon_DataStrings all; import from LibCommon_BasicTypesAndValues all; // LibIts import from DSRC language "ASN.1:1997" all; // LibItsSremSsem import from LibItsSremSsem_TypesAndValues all; modulepar BasicVehicleRole PX_BASICVEHICLEROLE := emergency; modulepar RequestImportanceLevel PX_REQUESTIMPORTANCELEVEL := requestImportanceLevel13; modulepar DSecond PX_SECOND := 0; modulepar IntersectionReferenceID PX_STATUS := { region := omit, id := 0 }; } // end LibItsSremSsem_Pixits