/** * @author ETSI / STF484 * @version $URL$ * $Id$ * @desc MAPEM SPATEM PIXIT * */ 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_BASICEVEHICLEROLE := emergency; modulepar RequestImportanceLevel PX_REQUESTIMPORTANCELEVEL := requestImportanceLevel13; modulepar DSecond PX_SECOND := 0; modulepar SignalStatus PX_STATUS; /** * @desc MsgCount for MAPEM sending */ modulepar MsgCount PX_MSG_ISSUE_REVISION := 10; } // end LibItsSremSsem_Pixits