Commit 98ba36c7 authored by wattelet's avatar wattelet
Browse files

PIXIT file added for MAP SPAT

parent 6b12f56f
Loading
Loading
Loading
Loading
+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