/** * @author ETSI / STF484 / 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 LibItsMapemSpatem_Pixits { // LibCommon import from LibCommon_DataStrings all; import from LibCommon_BasicTypesAndValues all; // LibIts import from DSRC language "ASN.1:1997" all; // LibItsMapemSpatem import from LibItsMapemSpatem_TypesAndValues all; /** * @desc MsgCount for MAPEM sending * @see ETSI TS 103 191-3 Table B.7 */ modulepar MsgCount PX_MSG_ISSUE_REVISION := 10; /** * @desc MsgCount for IntersectionState DF sending * @see ETSI TS 103 191-3 Table B.7 */ modulepar MsgCount PX_INTERSECTIONSTATE_REVISION := 20; /** * @desc Id for IntersectionReferenceID DF sending * @see ETSI TS 103 191-3 Table B.7 */ modulepar IntersectionID PX_INTERSECTION_ID := 1500; /** * @desc SignalGroup for MovementState DF sending * @see ETSI TS 103 191-3 Table B.7 */ modulepar SignalGroupID PX_SIGNAL_GROUP_ID := 128; } // end LibItsMapemSpatem_Pixits