Loading ttcn/MapSpat/LibItsMapSpat_Pixits.ttcn 0 → 100644 +51 −0 Original line number Diff line number Diff line /** * @author ETSI / STF484 * @version $URL$ * $Id$ * @desc MAP SPAT PIXIT * */ module LibItsMapSpat_Pixits { // LibCommon import from LibCommon_DataStrings all; import from LibCommon_BasicTypesAndValues all; // LibIts import from LibItsMapSpat_TypesAndValues all; import from DSRC language "ASN.1:1997" all; group mapSpatPixits { group parametrisation { /** * @desc MsgCount for MAP message sending */ modulepar MsgCount PX_MSG_ISSUE_REVISION := 10; /** * @desc MsgCount for IntersectionState DF sending */ modulepar MsgCount PX_INTERSECTIONSTATE_REVISION := 20; /** * @desc Status for IntersectionState DF sending */ modulepar IntersectionStatusObject PX_STATUS := '1000'O; /** * @desc Id for IntersectionReferenceID DF sending */ modulepar IntersectionID PX_INTERSECTION_ID := 'ABAB'O; /** * @desc SignalGroup for MovementState DF sending */ modulepar SignalGroupID PX_SIGNAL_GROUP_ID := 128; } // end parametrisation } // end mapSpatPixits } // end LibItsMapSpat_Pixits Loading
ttcn/MapSpat/LibItsMapSpat_Pixits.ttcn 0 → 100644 +51 −0 Original line number Diff line number Diff line /** * @author ETSI / STF484 * @version $URL$ * $Id$ * @desc MAP SPAT PIXIT * */ module LibItsMapSpat_Pixits { // LibCommon import from LibCommon_DataStrings all; import from LibCommon_BasicTypesAndValues all; // LibIts import from LibItsMapSpat_TypesAndValues all; import from DSRC language "ASN.1:1997" all; group mapSpatPixits { group parametrisation { /** * @desc MsgCount for MAP message sending */ modulepar MsgCount PX_MSG_ISSUE_REVISION := 10; /** * @desc MsgCount for IntersectionState DF sending */ modulepar MsgCount PX_INTERSECTIONSTATE_REVISION := 20; /** * @desc Status for IntersectionState DF sending */ modulepar IntersectionStatusObject PX_STATUS := '1000'O; /** * @desc Id for IntersectionReferenceID DF sending */ modulepar IntersectionID PX_INTERSECTION_ID := 'ABAB'O; /** * @desc SignalGroup for MovementState DF sending */ modulepar SignalGroupID PX_SIGNAL_GROUP_ID := 128; } // end parametrisation } // end mapSpatPixits } // end LibItsMapSpat_Pixits