LibItsMapemSpatem_Pixits.ttcn 1.82 KB
Newer Older
garciay's avatar
garciay committed
 *  @author     ETSI / STF484 / STF517
Yann Garcia's avatar
Yann Garcia committed
 *  @version    $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/MapemSpatem/LibItsMapemSpatem_Pixits.ttcn $
 *              $Id: LibItsMapemSpatem_Pixits.ttcn 1315 2016-12-15 13:25:41Z garciay $
garciay's avatar
garciay committed
 *  @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.
    
    // LibCommon
    import from LibCommon_DataStrings all;
    import from LibCommon_BasicTypesAndValues all;
    
    // LibIts
Yann Garcia's avatar
Yann Garcia committed
    import from ITS_Container language "ASN.1:1997" all;
    import from DSRC language "ASN.1:1997" all;
    import from DSRC_REGION_noCircular language "ASN.1:1997" all;
    // LibItsMapemSpatem
    import from LibItsMapemSpatem_TypesAndValues all;
    
garciay's avatar
garciay committed
    /**
     * @desc MsgCount for MAPEM sending
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-3 Table B.7
garciay's avatar
garciay committed
     */
    modulepar MsgCount PX_MSG_ISSUE_REVISION := 10;
    
    /**
     * @desc MsgCount for IntersectionState DF sending
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-3 Table B.7
garciay's avatar
garciay committed
     */
    modulepar MsgCount PX_INTERSECTIONSTATE_REVISION := 20;
garciay's avatar
garciay committed
    /**
     * @desc Id for IntersectionReferenceID DF sending
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-3 Table B.7
garciay's avatar
garciay committed
     */
Yann Garcia's avatar
Yann Garcia committed
    modulepar IntersectionID PX_INTERSECTION_ID := 7;
garciay's avatar
garciay committed
    /**
     * @desc SignalGroup for MovementState DF sending
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-3 Table B.7
garciay's avatar
garciay committed
     */
    modulepar SignalGroupID PX_SIGNAL_GROUP_ID := 128;
    
Yann Garcia's avatar
Yann Garcia committed
    /**
     * @desc 3D Reference point latitude
     * @see  ETSI TS 103 191-3 Table B.7
     */
    modulepar Latitude PX_3D_REF_POINT_LATITUDE := 0;