ItsRSUsSimulator_PicsInitConsts.ttcn 315 KB
Newer Older
garciay's avatar
garciay committed
module ItsRSUsSimulator_PicsInitConsts {
garciay's avatar
garciay committed
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
    
    // LibIts
    import from ITS_Container language "ASN.1:1997" all;
    import from IVI language "ASN.1:1997" all;
    import from DSRC language "ASN.1:1997" all;
Yann Garcia's avatar
Yann Garcia committed
    import from AddGrpC language "ASN.1:1997" all;
    //import from EVCSN_PDU_Descriptions language "ASN.1:1997" all;
    import from IEEE1609dot2BaseTypes language "ASN.1:1997" all;
    import from IEEE1609dot2 language "ASN.1:1997" all;
    import from EtsiTs103097Module language "ASN.1:1997" all;
    
garciay's avatar
garciay committed
    
    // LibItsCommon
    import from LibItsCommon_ASN1_NamedNumbers all;

    // LibItsBtp
    import from LibItsBtp_TypesAndValues all;
    
    // LibItsGeoNetworking
    import from LibItsGeoNetworking_TypesAndValues all;
    
    // LibItsSecurity
    import from LibItsSecurity_TypesAndValues all;
    
    // ItsRSUsSimulator
    import from ItsRSUsSimulator_TypesAndValues all;
    
    /**
     * @desc This group describes the RSUs installed on the track
     */
    group rsuParameters {
        
        /**
         * @desc RSU #1
         */
        group rsu1 {
            
            /**
             * @desc RSU GN address
             */
            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU1 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                reserved    := 33,
garciay's avatar
garciay committed
                mid                   := '001C6B0D0201'O
            } // End of c_PICS_RSU_GN_ADDRESS_RSU1
            
            const RsuParm c_PICS_RSU1 := {
                longPosVector := {
                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU1,
                    timestamp_    := 0,
                    latitude      := 367485365,
                    longitude     := -45560691,
garciay's avatar
garciay committed
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111101,
                stationType := LibItsCommon_ASN1_NamedNumbers.StationType_roadSideUnit_,
garciay's avatar
garciay committed
                vehicleRole := roadOperator,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 5000
                },
                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU1
            } // End of c_PICS_RSU1
            
            /**
             * @desc Path history to approch the RSU
             */
            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU1 := {};
            
        } // End of group rsu1
        
        /**
         * @desc RSU #2
         */
        group rsu2 {
            
            /**
             * @desc RSU GN address
             */
            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU2 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                reserved    := 33,
garciay's avatar
garciay committed
                mid                   := '001C6B0D0202'O
            } // End of c_PICS_RSU_GN_ADDRESS_RSU2
            
            const RsuParm c_PICS_RSU2 := {
                longPosVector := {
                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU2,
                    timestamp_    := 0,
                    latitude      := 435512090,
                    longitude     := 103002510,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111102,
                stationType := LibItsCommon_ASN1_NamedNumbers.StationType_roadSideUnit_,
garciay's avatar
garciay committed
                vehicleRole := roadOperator,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 5000
                },
                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU2
            } // End of c_PICS_RSU2
            
            /**
             * @desc Path history to approch the RSU
             */
            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU2 := {};
            
        } // End of group rsu2
        
        /**
         * @desc RSU #3
         */
        group rsu3 {
            
            /**
             * @desc RSU GN address
             */
            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU3 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                reserved    := 33,
garciay's avatar
garciay committed
                mid                   := '001C6B0D0203'O
            } // End of c_PICS_RSU_GN_ADDRESS_RSU3
            
            const RsuParm c_PICS_RSU3 := {
                longPosVector := {
                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU3,
                    timestamp_    := 0,
                    latitude      := 435546630,
                    longitude     := 103041900,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111103,
                stationType := LibItsCommon_ASN1_NamedNumbers.StationType_roadSideUnit_,
garciay's avatar
garciay committed
                vehicleRole := roadOperator,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 5000
                },
                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU3
            } // End of c_PICS_RSU3
            
            /**
             * @desc Path history to approch the RSU
             */
            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU3 := {};
            
        } // End of group rsu3
        
        /**
         * @desc RSU #4
         */
        group rsu4 {
            
            /**
             * @desc RSU GN address
             */
            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU4 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                reserved    := 33,
garciay's avatar
garciay committed
                mid                   := '001C6B0D0204'O
            } // End of c_PICS_RSU_GN_ADDRESS_RSU4
            
            const RsuParm c_PICS_RSU4 := {
                longPosVector := {
                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU4,
                    timestamp_    := 0,
                    latitude      := 435582150,
                    longitude     := 103065170,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111104,
                stationType := LibItsCommon_ASN1_NamedNumbers.StationType_roadSideUnit_,
garciay's avatar
garciay committed
                vehicleRole := roadOperator,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 5000
                },
                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU4
            } // End of c_PICS_RSU4
            
            /**
             * @desc Path history to approch the RSU
             */
            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU4 := {};
            
        } // End of group rsu4
        
        /**
         * @desc RSU #5
         */
        group rsu5 {
            
            /**
             * @desc RSU GN address
             */
            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU5 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                reserved    := 33,
garciay's avatar
garciay committed
                mid                   := '001C6B0D0205'O
            } // End of c_PICS_RSU_GN_ADDRESS_RSU5
            
            const RsuParm c_PICS_RSU5 := {
                longPosVector := {
                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU5,
                    timestamp_    := 0,
                    latitude      := 435838400,
                    longitude     := 103249780,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111105,
                stationType := LibItsCommon_ASN1_NamedNumbers.StationType_roadSideUnit_,
garciay's avatar
garciay committed
                vehicleRole := roadOperator,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 5000
                },
                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU5
            } // End of c_PICS_RSU5
            
            /**
             * @desc Path history to approch the RSU
             */
            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU5 := {};
            
        } // End of group rsu5
        
        /**
         * @desc RSU #6
         */
        group rsu6 {
            
            /**
             * @desc RSU GN address
             */
            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU6 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                reserved    := 33,
garciay's avatar
garciay committed
                mid                   := '001C6B0D0206'O
            } // End of c_PICS_RSU_GN_ADDRESS_RSU6
            
            const RsuParm c_PICS_RSU6 := {
                longPosVector := {
                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU6,
                    timestamp_    := 0,
                    latitude      := 435923480,
                    longitude     := 103375540,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111106,
                stationType := LibItsCommon_ASN1_NamedNumbers.StationType_roadSideUnit_,
garciay's avatar
garciay committed
                vehicleRole := roadOperator,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 5000
                },
                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU6
            } // End of c_PICS_RSU6
            
            /**
             * @desc Path history to approch the RSU
             */
            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU6 := {};
            
        } // End of group rsu6
        
        /**
         * @desc RSU #7
         */
        group rsu7 {
            
            /**
             * @desc RSU GN address
             */
            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU7 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                reserved    := 33,
garciay's avatar
garciay committed
                mid                   := '001C6B0D0207'O
            } // End of c_PICS_RSU_GN_ADDRESS_RSU7
            
            const RsuParm c_PICS_RSU7 := {
                longPosVector := {
                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU7,
                    timestamp_    := 0,
                    latitude      := 435550580,
                    longitude     := 103032980,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111107,
                stationType := LibItsCommon_ASN1_NamedNumbers.StationType_roadSideUnit_,
garciay's avatar
garciay committed
                vehicleRole := roadOperator,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 5000
                },
                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU7
            } // End of c_PICS_RSU7
            
            /**
             * @desc Path history to approch the RSU
             */
            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU7 := {};
            
        } // End of group rsu7
        
        /**
         * @desc RSU #8
         */
        group rsu8 {
            
            /**
             * @desc RSU GN address
             */
            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU8 := {
                typeOfAddress         := e_initial,
                stationType           := e_unknown,
                reserved    := 0,
                mid                   := '4C5E0C14D2EA'O
garciay's avatar
garciay committed
            } // End of c_PICS_RSU_GN_ADDRESS_RSU8
            
            const RsuParm c_PICS_RSU8 := {
                longPosVector := {
                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU8,
                    timestamp_    := 0,
                    latitude      := 367461950,
                    longitude     := -45541090,
garciay's avatar
garciay committed
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 10143,
                stationType := LibItsCommon_ASN1_NamedNumbers.StationType_passengerCar_,
garciay's avatar
garciay committed
                vehicleRole := roadOperator,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 250
garciay's avatar
garciay committed
                },
                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU8
            } // End of c_PICS_RSU8
            
            /**
             * @desc Path history to approch the RSU
             */
            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU8 := {};
            
        } // End of group rsu8
        
    } // End of group rsuParameters
    
    /*
     * @desc This group describes the BEACON common settings for the RSUs CAM message broadcast
     */
    group beaconParams {
        
        /**
         * @desc Common settings
         */
        group beaconCommonSettings {
            
            const UInt32 c_PICS_BEACON_ITS_AID                 := 141;
            
        } // End of group beaconCommonSettings
        
    } // End of group beaconParams
    
    /**
     * @desc This group describes the CAM common settings for the RSUs CAM message broadcast
     */
    group camParams {
        
        /**
         * @desc Common settings
         */
        group camCommonSettings {
            
            const BtpPortId c_PICS_CAM_BTP_DESTINATION_PORT := 2001;
            
            const BtpPortId c_PICS_CAM_BTP_SOURCE_PORT      := 0;
            
            const UInt32 c_PICS_CAM_ITS_AID                 := 36;
            
        } // End of group camCommonSettings
        
        group camUseCase6 {
            
            group camUseCase6VehicleTemplateDescription {
                
                const LongPosVector c_PICS_UC6_VEHICLE_TEMPLATE_POSITION := {
                    gnAddr := {
                        typeOfAddress         := e_manual,
                        stationType           := e_passengerCar,
                        reserved    := 33,
garciay's avatar
garciay committed
                        mid                   := '001C6B0D02FF'O
                    },
                    timestamp_                                    := 0,
                    latitude                                      := 0,
                    longitude                                     := 0,
                    pai                                           := '0'B,
                    speed                                         := 30,
                    heading                                       := 0
                } // End of c_PICS_UC6_VEHICLE_POSITION
                
                const GeoArea c_PICS_UC6_VEHICLE_TEMPLATE_GEOAREA := {
                    shape := e_geoElip,
                    area := {
                        geoAreaPosLatitude                        := 0,
                        geoAreaPosLongitude                       := 0,
                        distanceA                                 := 5,
                        distanceB                                 := 3,
                        angle                                     := 0
                    }
                } // End of c_PICS_UC6_VEHICLE_GEOAREA
                
            } // End of group camUseCase6VehicleDescription 
            
            group camUseCase6SyncLocation {
                
                /**
                 * @desc Coordinates of the collision point
                 */
                const ThreeDLocation PICS_UC6_COLLISION_POINT := {
                    latitude                                      := 435522970,
                    longitude                                     := 103000170,
                    elevation                                     := 0
garciay's avatar
garciay committed
                } // End of c_PICS_UC6_COLLISION_POINT
                
                /**
                 * @desc Vehicle detection area
                 */
                const RectangularRegion c_PICS_UC6_CAM_DETECTION_AREA := {
                    northWest := {
garciay's avatar
garciay committed
                        latitude                                      := 435529170,
                        longitude                                     := 102998330
                    },
                    southEast := {
garciay's avatar
garciay committed
                        latitude                                      := 435522420,
                        longitude                                     := 103011400
                    }
                } // End of c_PICS_UC6_CAM_DETECTION_AREA
                
            } // End of group camUseCase6SyncLocation 
            
        } // End of group camUseCase6
        
        group camUseCase7 {
            
            /**
             * @desc RSU GN address
             */
            const GN_Address c_PICS_UC7_GN_ADDRESS := {
                typeOfAddress                               := e_manual,
                stationType                                 := e_passengerCar,
                reserved                                    := 33,
garciay's avatar
garciay committed
                mid                                         := '001C6B0DEEEE'O
            } // End of c_PICS_UC7_GN_ADDRESS
            
            const RsuParm c_PICS_UC7_LPV := {
                longPosVector := {
                    gnAddr                                  := c_PICS_UC7_GN_ADDRESS,
                    timestamp_                              := 0,
                    latitude                                := 367461950,
                    longitude                               := -45541090,
garciay's avatar
garciay committed
                    pai                                     := '0'B,
                    speed                                   := 0,
                    heading                                 := 10
                },
                stationID                                   := 7895,
                stationType                                 := LibItsCommon_ASN1_NamedNumbers.StationType_passengerCar_,
                vehicleRole                                 := taxi,
garciay's avatar
garciay committed
                geoShape                                    := e_geoCircle,
                geoParms := {
                    radius                                  := 250
garciay's avatar
garciay committed
                },
                pathHistory                                 := {}
            } // End of c_PICS_UC7_LPV
            
            const ReferencePosition c_PICS_UC7_COLLISION_POINT := {
                latitude                                    := 367461950,
                longitude                                   := -45541090,
garciay's avatar
garciay committed
                positionConfidenceEllipse                   := {
                    semiMajorConfidence   := 100,
                    semiMinorConfidence   := 100,
                    semiMajorOrientation  := LibItsCommon_ASN1_NamedNumbers.HeadingValue_wgs84North_
garciay's avatar
garciay committed
                },
                altitude                                    := {
                    altitudeValue := LibItsCommon_ASN1_NamedNumbers.AltitudeValue_referenceEllipsoidSurface_,
garciay's avatar
garciay committed
                    altitudeConfidence := unavailable
                }
            } // End of c_PICS_UC7_COLLISION_POINT
            
        } // End of group camUseCase7
        
        group camUseCase9 {
            
            const ProtectedCommunicationZone c_PICS_USECASE9_PCZ_1 := {
                protectedZoneType        := permanentCenDsrcTolling,
garciay's avatar
garciay committed
                expiryTime               := omit,
                protectedZoneLatitude    := 435838400,
                protectedZoneLongitude   := 103249780,
                protectedZoneRadius      := 100,
                protectedZoneID          := 1
            } // End of c_PICS_USECASE9_PCZ_1
            
        } // End of group camUseCase7
        
    } // End of group camParams 
    
    /**
     * @desc This group describes the DENM common settings for the each use cases and for each RSU.
     */
    group denmEvents {
        
        /**
         * @desc Common settings
         */
        group denmCommonSettings {
            
            const BtpPortId c_PICS_DENM_BTP_DESTINATION_PORT := 2002;
            
            const BtpPortId c_PICS_DENM_BTP_SOURCE_PORT      := 0;
            
            const UInt32 c_PICS_DENM_ITS_AID                 := 37;
            
            const PosConfidenceEllipse c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE := {
                semiMajorConfidence   := 100,
                semiMinorConfidence   := 100,
                semiMajorOrientation  := 0
            } // End of c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE
            
            const Altitude c_PICS_DENM_ALTITUDE := {
                altitudeValue := LibItsCommon_ASN1_NamedNumbers.AltitudeValue_referenceEllipsoidSurface_,
garciay's avatar
garciay committed
                altitudeConfidence := alt_000_01
            } // End of c_PICS_DENM_ALTITUDE
            
            /**
             * @desc DENM repetition interval, in ms
             */
            const TransmissionInterval c_PICS_DENM_REPETITION_INTERVAL := 1000;
            
            /**
             * @desc DENM RelevanceDistance
             */
            const RelevanceDistance c_PICS_DENM_RELEVANCE_DISTANCE := lessThan200m;
            
            /**
             * @desc DENM ValidityDuration
             */
            const ValidityDuration c_PICS_DENM_VALIDITY_DURATION := 90 * 60; // 90 minutes
            
            /**
             * @desc DENM RelevanceTrafficDirection
             */
            const RelevanceTrafficDirection c_PICS_DENM_RELEVANCE_TRAFFIC_DIRECTION := upstreamTraffic;
            
            
        } // End of group denmCommonSettings
        
        /**
         * @desc Use case #1: Z1-D1-SL/Speed limit
         */
        group denmUseCase1 {
            
            /**
             * @desc Use case #1: Z1-D1-EP/Event position
             */
            group denmZone1 {
garciay's avatar
garciay committed
                const SpeedLimit c_PICS_SPEED_LIMIT := 30;
garciay's avatar
garciay committed
                group denmZone1_D1 {
garciay's avatar
garciay committed
                    /**
                     * @desc Z1-D1-EP/POS0
                     */
                    const DeltaReferencePosition c_PICS_Z1_D1_POS0 := {
                        deltaLatitude                       := -652,
                        deltaLongitude                      := 1475,
garciay's avatar
garciay committed
                        deltaAltitude                       := 0
                    }; // End of c_PICS_Z1_D1_POS0
garciay's avatar
garciay committed
                    /**
                     * @desc Z1-D1-EP/POS1
                     */
                    const ReferencePosition c_PICS_Z1_D1_EP := {
                        latitude                                    := 367467556,                               // Z1-D1-EP/latitude
                        longitude                                   := -45552381,                               // Z1-D1-EP/longitude
garciay's avatar
garciay committed
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z1_D1_EP
garciay's avatar
garciay committed
                    /**
                     * @desc Z1-D1-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z1_D1_Hx := { 
                        { // Z1_D1_H1
                            eventPosition := {
                                deltaLatitude                       := 135,
                                deltaLongitude                      := -147,
garciay's avatar
garciay committed
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z1_D1_H2
                            eventPosition := {
                                deltaLatitude                       := -68,
                                deltaLongitude                      := 74,
garciay's avatar
garciay committed
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z1_D1_Hx
garciay's avatar
garciay committed
                    /**
                     * @desc Z1-D1-Traces/Trace1
                     */
                    const Traces c_PICS_Z1_D1_Tx := {
                        {
                            { // Z1-D1-T1
                                pathPosition := {
                                    deltaLatitude                       := -1086,
                                    deltaLongitude                      := 2551,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
garciay's avatar
garciay committed
                            },
                            { // Z1-D1-T2
                                pathPosition := {
                                    deltaLatitude                       := -450,
                                    deltaLongitude                      := 1010,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
garciay's avatar
garciay committed
                            },
                            { // Z1-D1-T3
                                pathPosition := {
                              deltaLatitude                             := -460,
                                    deltaLongitude                      := 1000,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
garciay's avatar
garciay committed
                            },
                            { // Z1-D1-T4
                                pathPosition := {
                                    deltaLatitude                       := -440,
                                    deltaLongitude                      := 1000,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
garciay's avatar
garciay committed
                            },
                            { // Z1-D1-T5
                                pathPosition := {
                                    deltaLatitude                       := -440,
                                    deltaLongitude                      := 990,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
garciay's avatar
garciay committed
                        }
                    }; // End of c_PICS_Z1_D1_Tx
garciay's avatar
garciay committed
                    const DenmParm c_PICS_Z1_D1 := {
                        eventPosition                               := c_PICS_Z1_D1_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z1_D1_Hx,
                        traces                                      := c_PICS_Z1_D1_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := closed,
                                outerhardShoulderStatus             := availableForDriving,
                                drivingLaneStatus                   := '00'B
garciay's avatar
garciay committed
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := c_PICS_Z1_D1_POS0,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z1_D1
                
                } // End of group denmZone1_D1
            
garciay's avatar
garciay committed
                group denmZone1_D2 {
garciay's avatar
garciay committed
                    /**
                     * @desc Z1-D2-EP/POS2
                     */
                    const ReferencePosition c_PICS_Z1_D2_EP := {
                        latitude                                    := 367470416,                               // Z1-D2-EP/latitude
                        longitude                                   := -45558019,                               // Z1-D2-EP/longitude
garciay's avatar
garciay committed
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z1_D2_EP
garciay's avatar
garciay committed
                    /**
                     * @desc Z1-D2-EP/EventHistory2
                     */
                    const EventHistory c_PICS_Z1_D2_Hx := { 
                        { // Z1_D2_H1
                            eventPosition := {
                                deltaLatitude                       := -3406,
                                deltaLongitude                      := 6829,
garciay's avatar
garciay committed
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z1_D2_H2
                            eventPosition := {
                                deltaLatitude                       := 3360,
                                deltaLongitude                      := -6810,
garciay's avatar
garciay committed
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z1_D2_Hx
garciay's avatar
garciay committed
                    /**
                     * @desc Z1-D2-Traces/Trace2
                     */
                    const Traces c_PICS_Z1_D2_Tx := {
                        {
                            { // Z1-D2-T1
                                pathPosition := {
                                    deltaLatitude                       := -346,
                                    deltaLongitude                      := 787,
garciay's avatar
garciay committed
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z1-D2-T2
                                pathPosition := {
                                    deltaLatitude                       := -390,
                                    deltaLongitude                      := 885,
garciay's avatar
garciay committed
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z1-D2-T3
                                pathPosition := {
                                    deltaLatitude                       := -390,
                                    deltaLongitude                      := 885,
garciay's avatar
garciay committed
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z1-D2-T4
                                pathPosition := {
                                    deltaLatitude                       := -390,
                                    deltaLongitude                      := 885,
garciay's avatar
garciay committed
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z1-D2-T5
                                pathPosition := {
                                    deltaLatitude                       := -390,
                                    deltaLongitude                      := 885,
garciay's avatar
garciay committed
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z1_D2_Tx
garciay's avatar
garciay committed
                    const DenmParm c_PICS_Z1_D2 := {
                        eventPosition                               := c_PICS_Z1_D2_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z1_D2_Hx,
                        traces                                      := c_PICS_Z1_D2_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := closed,
                                outerhardShoulderStatus             := availableForDriving,
                                drivingLaneStatus                   := '01'B
garciay's avatar
garciay committed
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                    
                    } // End of c_PICS_Z1_D2
garciay's avatar
garciay committed
                
                } // End of group denmZone1_D2
            
garciay's avatar
garciay committed
                group denmZone1_D3 {
garciay's avatar
garciay committed
                    /**
                     * @desc Z1-D3-EP/POS3
                     */
                    const ReferencePosition c_PICS_Z1_D3_EP := {
                        latitude                                    := 367472264,                               // Z1-D3-EP/latitude
                        longitude                                   := -45563074,                               // Z1-D3-EP/longitude
garciay's avatar
garciay committed
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z1_D3_EP
garciay's avatar
garciay committed
                    /**
                     * @desc Z1-D3-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z1_D3_Hx := { 
                        { // Z1_D3_H1
                            eventPosition := {
                                deltaLatitude                       := 44,
                                deltaLongitude                      := -98,
garciay's avatar
garciay committed
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z1_D3_H2
                            eventPosition := {
                                deltaLatitude                       := 431,
                                deltaLongitude                      := -985,
garciay's avatar
garciay committed
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z1_D3_Hx
garciay's avatar
garciay committed
                    /**
                     * @desc Z1-D3-Traces/Trace1
                     */
                    const Traces c_PICS_Z1_D3_Tx := {
                        {
                            { // Z1-D3-T1
                                pathPosition := {
                                    deltaLatitude                       := -388,
                                    deltaLongitude                      := 887,
garciay's avatar
garciay committed
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z1-D3-T2
                                pathPosition := {
                                    deltaLatitude                       := -302,
                                    deltaLongitude                      := 689,
garciay's avatar
garciay committed
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z1-D3-T3
                                pathPosition := {
                                    deltaLatitude                       := -389,
                                    deltaLongitude                      := 886,
garciay's avatar
garciay committed
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z1-D3-T4
                                pathPosition := {
                                    deltaLatitude                       := -389,
                                    deltaLongitude                      := 886,
garciay's avatar
garciay committed
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z1_D3_Tx
garciay's avatar
garciay committed
                    const DenmParm c_PICS_Z1_D3 := {
                        eventPosition                               := c_PICS_Z1_D3_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z1_D3_Hx,
                        traces                                      := c_PICS_Z1_D3_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := closed,
                                outerhardShoulderStatus             := closed,
                                drivingLaneStatus                   := '10'B
garciay's avatar
garciay committed
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit := {
                                deltaLatitude                       := 0,
                                deltaLongitude                      := 0,
                                deltaAltitude                       := 0
                            },
                            trafficFlowRule                         := passToLeft,
                            referenceDenms                          := omit
                        }
                    
                    } // End of c_PICS_Z1_D3
garciay's avatar
garciay committed
                
                } // End of denmZone1_D3
            
garciay's avatar
garciay committed
            } // End of group denmZone1 
            
            group denmZone2 {
                
                group denmZone2_D1 {
                    
                    /**
                     * @desc Z2-D1-EP/POS0
                     */
                    const DeltaReferencePosition c_PICS_Z2_D1_POS0 := {
                        deltaLatitude                       := -676,
                        deltaLongitude                      := -6542,
                        deltaAltitude                       := 0
                    }; // End of c_PICS_Z2_D1_POS0
                    
                    /**
                     * @desc Z2-D1-EP/POS1
                     */
                    const ReferencePosition c_PICS_Z2_D1_EP := {
                        latitude                                    := 435512286,                               // Z2-D1-EP/latitude
                        longitude                                   := 102999675,                               // Z2-D1-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z2_D1_EP
                    
                    /**
                     * @desc Z2-D1-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z2_D1_Hx := { 
                        { // Z2_D1_H1
                            eventPosition := {
                                deltaLatitude                       := 718,
                                deltaLongitude                      := 7406,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z2_D1_H2
                            eventPosition := {
                                deltaLatitude                       := 577,
                                deltaLongitude                      := 5717,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z2_D1_Hx
                    
                    /**
                     * @desc Z2-D1-Traces/Trace1
                     */
                    const Traces c_PICS_Z2_D1_Tx := {
                        {
                            { // Z2-D1-T1
                                pathPosition := {
                                    deltaLatitude                       := -1377,
                                    deltaLongitude                      := -12164,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D1-T2
                                pathPosition := {
                                    deltaLatitude                       := 55,
                                    deltaLongitude                      := -609,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D1-T3
                                pathPosition := {
                                    deltaLatitude                       := 312,
                                    deltaLongitude                      := -587,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D1-T4
                                pathPosition := {
                                    deltaLatitude                       := 358,
                                    deltaLongitude                      := -421,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D1-T5
                                pathPosition := {
                                    deltaLatitude                       := 860,
                                    deltaLongitude                      := -254,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z2_D1_Tx
                    
                    const DenmParm c_PICS_Z2_D1 := {
                        eventPosition                               := c_PICS_Z2_D1_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z2_D1_Hx,
                        traces                                      := c_PICS_Z2_D1_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0001'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := c_PICS_Z2_D1_POS0,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z2_D1
                    
                } // End of group denmZone2_D1
                
                group denmZone2_D2 {
                    
                    /**
                     * @desc Z2-D2-EP/POS2
                     */
                    const ReferencePosition c_PICS_Z2_D2_EP := {
                        latitude                                    := 435513581,                               // Z2-D2-EP/latitude
                        longitude                                   := 103012798,                               // Z2-D2-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z2_D2_EP
                    
                    /**
                     * @desc Z2-D2-EP/EventHistory2
                     */
                    const EventHistory c_PICS_Z2_D2_Hx := { 
                        { // Z2_D2_H1
                            eventPosition := {
                                deltaLatitude                       := 3883,
                                deltaLongitude                      := 5826,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z2_D2_H2
                            eventPosition := {
                                deltaLatitude                       := 3550,
                                deltaLongitude                      := 1859,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z2_D2_Hx
                    
                    /**
                     * @desc Z2-D2-Traces/Trace2
                     */
                    const Traces c_PICS_Z2_D2_Tx := {
                        {
                            { // Z2-D2-T1
                                pathPosition := {
                                    deltaLatitude                       := -861,
                                    deltaLongitude                      := -8506,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D2-T2
                                pathPosition := {
                                    deltaLatitude                       := -88,
                                    deltaLongitude                      := -949,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D2-T3
                                pathPosition := {
                                    deltaLatitude                       := -97,
                                    deltaLongitude                      := -817,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D2-T4
                                pathPosition := {
                                    deltaLatitude                       := -118,
                                    deltaLongitude                      := -815,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D2-T5
                                pathPosition := {
                                    deltaLatitude                       := -5,
                                    deltaLongitude                      := -631,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z2_D2_Tx
                    
                    const DenmParm c_PICS_Z2_D2 := {
                        eventPosition                               := c_PICS_Z2_D2_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z2_D2_Hx,
                        traces                                      := c_PICS_Z2_D2_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0011'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                        
                    } // End of c_PICS_Z2_D2
                    
                } // End of group denmZone2_D2
                
                group denmZone2_D3 {
                    
                    /**
                     * @desc Z2-D3-EP/POS3
                     */
                    const ReferencePosition c_PICS_Z2_D3_EP := {
                        latitude                                    := 435521014,                               // Z2-D3-EP/latitude
                        longitude                                   := 103020483,                               // Z2-D3-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z2_D3_EP
                    
                    /**
                     * @desc Z2-D3-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z2_D3_Hx := { 
                        { // Z2_D3_H1
                            eventPosition := {
                                deltaLatitude                       := 3169,
                                deltaLongitude                      := 1084,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z2_D3_H2
                            eventPosition := {
                                deltaLatitude                       := 2020,
                                deltaLongitude                      := -1029,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z2_D3_Hx
                    
                    /**
                     * @desc Z2-D3-Traces/Trace1
                     */
                    const Traces c_PICS_Z2_D3_Tx := {
                        {
                            { // Z2-D3-T1
                                pathPosition := {
                                    deltaLatitude                       := -6382,
                                    deltaLongitude                      := -3852,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D3-T2
                                pathPosition := {
                                    deltaLatitude                       := -132,
                                    deltaLongitude                      := -653,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D3-T3
                                pathPosition := {
                                    deltaLatitude                       := -355,
                                    deltaLongitude                      := -1040,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z2-D3-T4
                                pathPosition := {
                                    deltaLatitude                       := -362,
                                    deltaLongitude                      := -941,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z2_D3_Tx
                    
                    const DenmParm c_PICS_Z2_D3 := {
                        eventPosition                               := c_PICS_Z2_D3_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z2_D3_Hx,
                        traces                                      := c_PICS_Z2_D3_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0100'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToLeft,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z2_D3
                    
                } // group denmZone2_D3
                
            } // End of group denmZone2
            
            group denmZone3 {
                
                group denmZone3_D1 {
                        
                    /**
                     * @desc Z3-D1-EP/POS0
                     */
                    const DeltaReferencePosition c_PICS_Z3_D1_POS0 := {
                        deltaLatitude                       := -3495,
                        deltaLongitude                      := -5236,
                        deltaAltitude                       := 0
                    }; // End of c_PICS_Z3_D1_POS0
                    
                    /**
                     * @desc Z3-D1-EP/POS1
                     */
                    const ReferencePosition c_PICS_Z3_D1_EP := {
                        latitude                                    := 435537393,                               // Z3-D1-EP/latitude
                        longitude                                   := 103003415,                               // Z3-D1-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z3_D1_EP
                        
                    /**
                     * @desc Z3-D1-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z3_D1_Hx := { 
                        { // Z3_D1_H1
                            eventPosition := {
                                deltaLatitude                       := -2546,
                                deltaLongitude                      := -3697,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z3_D1_H2
                            eventPosition := {
                                deltaLatitude                       := 2969,
                                deltaLongitude                      := 3874,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z3_D1_Hx
                        
                    /**
                     * @desc Z3-D1-Traces/Trace1
                     */
                    const Traces c_PICS_Z3_D1_Tx := {
                        {
                            { // Z3-D1-T1
                                pathPosition := {
                                    deltaLatitude                       := -4657,
                                    deltaLongitude                      := -9320,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D1-T2
                                pathPosition := {
                                    deltaLatitude                       := -34,
                                    deltaLongitude                      := -1018,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D1-T3
                                pathPosition := {
                                    deltaLatitude                       := -109,
                                    deltaLongitude                      := -897,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D1-T4
                                pathPosition := {
                                    deltaLatitude                       := -247,
                                    deltaLongitude                      := -797,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D1-T5
                                pathPosition := {
                                    deltaLatitude                       := -258,
                                    deltaLongitude                      := -675,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z3_D1_Tx
                        
                    const DenmParm c_PICS_Z3_D1 := {
                        eventPosition                               := c_PICS_Z3_D1_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z3_D1_Hx,
                        traces                                      := c_PICS_Z3_D1_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0001'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := c_PICS_Z3_D1_POS0,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z3_D1
                        
                } // End of group denmZone3_D1
                    
                group denmZone3_D2 {
                        
                    /**
                     * @desc Z3-D2-EP/POS2
                     */
                    const ReferencePosition c_PICS_Z3_D2_EP := {
                        latitude                                    := 435543599,                               // Z3-D2-EP/latitude
                        longitude                                   := 103041247,                               // Z3-D2-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z3_D2_EP
                        
                    /**
                     * @desc Z3-D2-EP/EventHistory2
                     */
                    const EventHistory c_PICS_Z3_D2_Hx := { 
                        { // Z3_D2_H1
                            eventPosition := {
                                deltaLatitude                       := 1910,
                                deltaLongitude                      := 2225,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z3_D2_H2
                            eventPosition := {
                                deltaLatitude                       := 4675,
                                deltaLongitude                      := -6121,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z3_D2_Hx
                        
                    /**
                     * @desc Z3-D2-Traces/Trace2
                     */
                    const Traces c_PICS_Z3_D2_Tx := {
                        {
                            { // Z3-D2-T1
                                pathPosition := {
                                    deltaLatitude                       := -3929,
                                    deltaLongitude                      := -5291,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D2-T2
                                pathPosition := {
                                    deltaLatitude                       := -461,
                                    deltaLongitude                      := -575,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D2-T3
                                pathPosition := {
                                    deltaLatitude                       := -460,
                                    deltaLongitude                      := -576,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D2-T4
                                pathPosition := {
                                    deltaLatitude                       := -494,
                                    deltaLongitude                      := -996,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D2-T5
                                pathPosition := {
                                    deltaLatitude                       := -511,
                                    deltaLongitude                      := -719,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z3_D2_Tx
                        
                    const DenmParm c_PICS_Z3_D2 := {
                        eventPosition                               := c_PICS_Z3_D2_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z3_D2_Hx,
                        traces                                      := c_PICS_Z3_D2_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0011'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                            
                    } // End of c_PICS_Z3_D2
                        
                } // End of group denmZone3_D2
                    
                group denmZone3_D3 {
                        
                    /**
                     * @desc Z3-D3-EP/POS3
                     */
                    const ReferencePosition c_PICS_Z3_D3_EP := {
                        latitude                                    := 435550184,                               // Z3-D3-EP/latitude
                        longitude                                   := 103037351,                               // Z3-D3-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z3_D3_EP
                        
                    /**
                     * @desc Z3-D3-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z3_D3_Hx := { 
                        { // Z3_D3_H1
                            eventPosition := {
                                deltaLatitude                       := 1279,
                                deltaLongitude                      := -2037,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z3_D3_H2
                            eventPosition := {
                                deltaLatitude                       := 1482,
                                deltaLongitude                      := -2136,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z3_D3_Hx
                        
                    /**
                     * @desc Z3-D3-Traces/Trace1
                     */
                    const Traces c_PICS_Z3_D3_Tx := {
                        {
                            { // Z3-D3-T1
                                pathPosition := {
                                    deltaLatitude                       := -3578,
                                    deltaLongitude                      := 6055,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D3-T2
                                pathPosition := {
                                    deltaLatitude                       := -527,
                                    deltaLongitude                      := 155,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D3-T3
                                pathPosition := {
                                    deltaLatitude                       := -1162,
                                    deltaLongitude                      := 532,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z3-D3-T4
                                pathPosition := {
                                    deltaLatitude                       := -752,
                                    deltaLongitude                      := -885,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z3_D3_Tx
                        
                    const DenmParm c_PICS_Z3_D3 := {
                        eventPosition                               := c_PICS_Z3_D3_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z3_D3_Hx,
                        traces                                      := c_PICS_Z3_D3_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0100'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToLeft,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z3_D3
                        
                } // group denmZone3_D3
                
            } // group denmZone3
            
            group denmZone4 {
                
                group denmZone4_D1 {
                        
                    /**
                     * @desc Z4-D1-EP/POS0
                     */
                    const DeltaReferencePosition c_PICS_Z4_D1_POS0 := {
                        deltaLatitude                       := -3325,
                        deltaLongitude                      := -4184,
                        deltaAltitude                       := 0
                    }; // End of c_PICS_Z4_D1_POS0
                    
                    /**
                     * @desc Z4-D1-EP/POS1
                     */
                    const ReferencePosition c_PICS_Z4_D1_EP := {
                        latitude                                    := 435562873,                               // Z4-D1-EP/latitude
                        longitude                                   := 103041679,                               // Z4-D1-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z4_D1_EP
                        
                    /**
                     * @desc Z4-D1-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z4_D1_Hx := { 
                        { // Z4_D1_H1
                            eventPosition := {
                                deltaLatitude                       := 1817,
                                deltaLongitude                      := 5988,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z4_D1_H2
                            eventPosition := {
                                deltaLatitude                       := 2484,
                                deltaLongitude                      := 4406,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z4_D1_Hx
                        
                    /**
                     * @desc Z4-D1-Traces/Trace1
                     */
                    const Traces c_PICS_Z4_D1_Tx := {
                        {
                            { // Z4-D1-T1
                                pathPosition := {
                                    deltaLatitude                       := -6894,
                                    deltaLongitude                      := -8590,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D1-T2
                                pathPosition := {
                                    deltaLatitude                       := -587,
                                    deltaLongitude                      := -598,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D1-T3
                                pathPosition := {
                                    deltaLatitude                       := -471,
                                    deltaLongitude                      := -453,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D1-T4
                                pathPosition := {
                                    deltaLatitude                       := -565,
                                    deltaLongitude                      := -244,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D1-T5
                                pathPosition := {
                                    deltaLatitude                       := -340,
                                    deltaLongitude                      := 199,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z4_D1_Tx
                        
                    const DenmParm c_PICS_Z4_D1 := {
                        eventPosition                               := c_PICS_Z4_D1_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z4_D1_Hx,
                        traces                                      := c_PICS_Z4_D1_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0001'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := c_PICS_Z4_D1_POS0,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z4_D1
                        
                } // End of group denmZone4_D1
                    
                group denmZone4_D2 {
                        
                    /**
                     * @desc Z4-D2-EP/POS2
                     */
                    const ReferencePosition c_PICS_Z4_D2_EP := {
                        latitude                                    := 435567174,                               // Z4-D2-EP/latitude
                        longitude                                   := 103052073,                               // Z4-D2-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z4_D2_EP
                        
                    /**
                     * @desc Z4-D2-EP/EventHistory2
                     */
                    const EventHistory c_PICS_Z4_D2_Hx := { 
                        { // Z4_D2_H1
                            eventPosition := {
                                deltaLatitude                       := 3300,
                                deltaLongitude                      := 4505,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z4_D2_H2
                            eventPosition := {
                                deltaLatitude                       := 3078,
                                deltaLongitude                      := 4173,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z4_D2_Hx
                        
                    /**
                     * @desc Z4-D2-Traces/Trace2
                     */
                    const Traces c_PICS_Z4_D2_Tx := {
                        {
                            { // Z4-D2-T1
                                pathPosition := {
                                    deltaLatitude                       := -3022,
                                    deltaLongitude                      := -6896,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D2-T2
                                pathPosition := {
                                    deltaLatitude                       := -171,
                                    deltaLongitude                      := -919,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D2-T3
                                pathPosition := {
                                    deltaLatitude                       := -197,
                                    deltaLongitude                      := -653,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D2-T4
                                pathPosition := {
                                    deltaLatitude                       := -258,
                                    deltaLongitude                      := -675,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D2-T5
                                pathPosition := {
                                    deltaLatitude                       := -258,
                                    deltaLongitude                      := -676,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z4_D2_Tx
                        
                    const DenmParm c_PICS_Z4_D2 := {
                        eventPosition                               := c_PICS_Z4_D2_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z4_D2_Hx,
                        traces                                      := c_PICS_Z4_D2_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0011'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                            
                    } // End of c_PICS_Z4_D2
                        
                } // End of group denmZone4_D2
                    
                group denmZone4_D3 {
                        
                    /**
                     * @desc Z4-D3-EP/POS3
                     */
                    const ReferencePosition c_PICS_Z4_D3_EP := {
                        latitude                                    := 435573552,                               // Z4-D3-EP/latitude
                        longitude                                   := 103060751,                               // Z4-D3-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z4_D3_EP
                        
                    /**
                     * @desc Z4-D3-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z4_D3_Hx := { 
                        { // Z4_D3_H1
                            eventPosition := {
                                deltaLatitude                       := 2629,
                                deltaLongitude                      := 3476,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z4_D3_H2
                            eventPosition := {
                                deltaLatitude                       := 1984, 
                                deltaLongitude                      := 2181,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z4_D3_Hx
                        
                    /**
                     * @desc Z4-D3-Traces/Trace1
                     */
                    const Traces c_PICS_Z4_D3_Tx := {
                        {
                            { // Z4-D3-T1
                                pathPosition := {
                                    deltaLatitude                       := -4167,
                                    deltaLongitude                      := -5534,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D3-T2
                                pathPosition := {
                                    deltaLatitude                       := -450,
                                    deltaLongitude                      := -698,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D3-T3
                                pathPosition := {
                                    deltaLatitude                       := -510,
                                    deltaLongitude                      := -719,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z4-D3-T4
                                pathPosition := {
                                    deltaLatitude                       := -393,
                                    deltaLongitude                      := -653,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z4_D3_Tx
                        
                    const DenmParm c_PICS_Z4_D3 := {
                        eventPosition                               := c_PICS_Z4_D3_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z4_D3_Hx,
                        traces                                      := c_PICS_Z4_D3_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0100'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z4_D3
                        
                } // group denmZone4_D3
                
            } // group denmZone4
            
            group denmZone5 {
                
                group denmZone5_D1 {
                    
                    /**
                     * @desc Z5-D1-EP/POS0
                     */
                    const DeltaReferencePosition c_PICS_Z5_D1_POS0 := {
                        deltaLatitude                       := 3984,
                        deltaLongitude                      := 4085,
                        deltaAltitude                       := 0
                    }; // End of c_PICS_Z5_D1_POS0
                    
                    /**
                     * @desc Z5-D1-EP/POS1
                     */
                    const ReferencePosition c_PICS_Z5_D1_EP := {
                        latitude                                    := 435574984,                               // Z5-D1-EP/latitude
                        longitude                                   := 103061238,                               // Z5-D1-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z5_D1_EP
                        
                    /**
                     * @desc Z5-D1-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z5_D1_Hx := { 
                        { // Z5_D1_H1
                            eventPosition := {
                                deltaLatitude                       := -3178,
                                deltaLongitude                      := -4461,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z5_D1_H2
                            eventPosition := {
                                deltaLatitude                       := -3255,
                                deltaLongitude                      := -4339,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z5_D1_Hx
                        
                    /**
                     * @desc Z5-D1-Traces/Trace1
                     */
                    const Traces c_PICS_Z5_D1_Tx := {
                        {
                            { // Z5-D1-T1
                                pathPosition := {
                                    deltaLatitude                       := 10830,
                                    deltaLongitude                      := 4285,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D1-T2
                                pathPosition := {
                                    deltaLatitude                       := 729,
                                    deltaLongitude                      := -255,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D1-T3
                                pathPosition := {
                                    deltaLatitude                       := 754,
                                    deltaLongitude                      := -443,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D1-T4
                                pathPosition := {
                                    deltaLatitude                       := 592,
                                    deltaLongitude                      := -155,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D1-T5
                                pathPosition := {
                                    deltaLatitude                       := 734,
                                    deltaLongitude                      := 321,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z5_D1_Tx
                        
                    const DenmParm c_PICS_Z5_D1 := {
                        eventPosition                               := c_PICS_Z5_D1_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z5_D1_Hx,
                        traces                                      := c_PICS_Z5_D1_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0001'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := c_PICS_Z5_D1_POS0,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z5_D1
                        
                } // End of group denmZone5_D1
                    
                group denmZone5_D2 {
                        
                    /**
                     * @desc Z5-D2-EP/POS2
                     */
                    const ReferencePosition c_PICS_Z5_D2_EP := {
                        latitude                                    := 435568551,                               // Z5-D2-EP/latitude
                        longitude                                   := 103052438,                               // Z5-D2-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z5_D2_EP
                        
                    /**
                     * @desc Z5-D2-EP/EventHistory2
                     */
                    const EventHistory c_PICS_Z5_D2_Hx := { 
                        { // Z5_D2_H1
                            eventPosition := {
                                deltaLatitude                       := -2673,
                                deltaLongitude                      := -4372,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z5_D2_H2
                            eventPosition := {
                                deltaLatitude                       := -703,
                                deltaLongitude                      := -6930,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z5_D2_Hx
                        
                    /**
                     * @desc Z5-D2-Traces/Trace2
                     */
                    const Traces c_PICS_Z5_D2_Tx := {
                        {
                            { // Z5-D2-T1
                                pathPosition := {
                                    deltaLatitude                       := 3869,
                                    deltaLongitude                      := 5325,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D2-T2
                                pathPosition := {
                                    deltaLatitude                       := 637,
                                    deltaLongitude                      := 741,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D2-T3
                                pathPosition := {
                                    deltaLatitude                       := 561,
                                    deltaLongitude                      := 864,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D2-T4
                                pathPosition := {
                                    deltaLatitude                       := 575,
                                    deltaLongitude                      := 719,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D2-T5
                                pathPosition := {
                                    deltaLatitude                       := 511,
                                    deltaLongitude                      := 720,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z5_D2_Tx
                        
                    const DenmParm c_PICS_Z5_D2 := {
                        eventPosition                               := c_PICS_Z5_D2_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z5_D2_Hx,
                        traces                                      := c_PICS_Z5_D2_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0011'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                            
                    } // End of c_PICS_Z5_D2
                    
                } // End of group denmZone5_D2
                    
                group denmZone5_D3 {
                        
                    /**
                     * @desc Z5-D3-EP/POS3
                     */
                    const ReferencePosition c_PICS_Z5_D3_EP := {
                        latitude                                    := 435565175,                               // Z5-D3-EP/latitude
                        longitude                                   := 103041136,                               // Z5-D3-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z5_D3_EP
                        
                    /**
                     * @desc Z5-D3-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z5_D3_Hx := { 
                        { // Z5_D3_H1
                            eventPosition := {
                                deltaLatitude                       := -2151,
                                deltaLongitude                      := -3121,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z5_D3_H2
                            eventPosition := {
                                deltaLatitude                       := -2343,
                                deltaLongitude                      := -2413,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z5_D3_Hx
                        
                    /**
                     * @desc Z5-D3-Traces/Trace1
                     */
                    const Traces c_PICS_Z5_D3_Tx := {
                        {
                            { // Z5-D3-T1
                                pathPosition := {
                                    deltaLatitude                       := 1334,
                                    deltaLongitude                      := 8424,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D3-T2
                                pathPosition := {
                                    deltaLatitude                       := 450,
                                    deltaLongitude                      := 697,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D3-T3
                                pathPosition := {
                                    deltaLatitude                       := 510,
                                    deltaLongitude                      := 720,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z5-D3-T4
                                pathPosition := {
                                    deltaLatitude                       := 511,
                                    deltaLongitude                      := 719,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z5_D3_Tx
                        
                    const DenmParm c_PICS_Z5_D3 := {
                        eventPosition                               := c_PICS_Z5_D3_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z5_D3_Hx,
                        traces                                      := c_PICS_Z5_D3_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0100'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToLeft,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z5_D3
                        
                } // group denmZone5_D3
                
            } // group denmZone5
            
            group denmZone6 {
                
                group denmZone6_D1 {
                    
                    /**
                     * @desc Z6-D1-EP/POS0
                     */
                    const DeltaReferencePosition c_PICS_Z6_D1_POS0 := {
                        deltaLatitude                       := 2738,
                        deltaLongitude                      := -3929,
                        deltaAltitude                       := 0
                    }; // End of c_PICS_Z6_D1_POS0
                    
                    /**
                     * @desc Z6-D1-EP/POS1
                     */
                    const ReferencePosition c_PICS_Z6_D1_EP := {
                        latitude                                    := 435549548,                               // Z6-D1-EP/latitude
                        longitude                                   := 103036609,                               // Z6-D1-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z6_D1_EP
                    
                    /**
                     * @desc Z6-D1-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z6_D1_Hx := { 
                        { // Z6_D1_H1
                            eventPosition := {
                                deltaLatitude                       := -2399,
                                deltaLongitude                      := 2347,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z6_D1_H2
                            eventPosition := {
                                deltaLatitude                       := -4549,
                                deltaLongitude                      := -6309,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z6_D1_Hx
                        
                    /**
                     * @desc Z6-D1-Traces/Trace1
                     */
                    const Traces c_PICS_Z6_D1_Tx := {
                        {
                            { // Z6-D1-T1
                                pathPosition := {
                                    deltaLatitude                       := 4977,
                                    deltaLongitude                      := -7317,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D1-T2
                                pathPosition := {
                                    deltaLatitude                       := 264,
                                    deltaLongitude                      := -77,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D1-T3
                                pathPosition := {
                                    deltaLatitude                       := 263,
                                    deltaLongitude                      := -78,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D1-T4
                                pathPosition := {
                                    deltaLatitude                       := 131,
                                    deltaLongitude                      := 0,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D1-T5
                                pathPosition := {
                                    deltaLatitude                       := 803,
                                    deltaLongitude                      := 299,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z6_D1_Tx
                        
                    const DenmParm c_PICS_Z6_D1 := {
                        eventPosition                               := c_PICS_Z6_D1_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z6_D1_Hx,
                        traces                                      := c_PICS_Z6_D1_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0001'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := c_PICS_Z6_D1_POS0,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z6_D1
                        
                } // End of group denmZone6_D1
                    
                group denmZone6_D2 {
                        
                    /**
                     * @desc Z6-D2-EP/POS2
                     */
                    const ReferencePosition c_PICS_Z6_D2_EP := {
                        latitude                                    := 435542600,                               // Z6-D2-EP/latitude
                        longitude                                   := 103032647,                               // Z6-D2-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z6_D2_EP
                        
                    /**
                     * @desc Z6-D2-EP/EventHistory2
                     */
                    const EventHistory c_PICS_Z6_D2_Hx := { 
                        { // Z6_D2_H1
                            eventPosition := {
                                deltaLatitude                       := -2465,
                                deltaLongitude                      := -3601,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z6_D2_H2
                            eventPosition := {
                                deltaLatitude                       := -3375,
                                deltaLongitude                      := -4701,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z6_D2_Hx
                        
                    /**
                     * @desc Z6-D2-Traces/Trace2
                     */
                    const Traces c_PICS_Z6_D2_Tx := {
                        {
                            { // Z6-D2-T1
                                pathPosition := {
                                    deltaLatitude                       := 3966,
                                    deltaLongitude                      := 5689,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D2-T2
                                pathPosition := {
                                    deltaLatitude                       := 583,
                                    deltaLongitude                      := 620,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D2-T3
                                pathPosition := {
                                    deltaLatitude                       := 780,
                                    deltaLongitude                      := -111,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D2-T4
                                pathPosition := {
                                    deltaLatitude                       := 412,
                                    deltaLongitude                      := -299,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D2-T5
                                pathPosition := {
                                    deltaLatitude                       := 373,
                                    deltaLongitude                      := -564,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z6_D2_Tx
                        
                    const DenmParm c_PICS_Z6_D2 := {
                        eventPosition                               := c_PICS_Z6_D2_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z6_D2_Hx,
                        traces                                      := c_PICS_Z6_D2_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0011'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                            
                    } // End of c_PICS_Z6_D2
                        
                } // End of group denmZone6_D2
                    
                group denmZone6_D3 {
                        
                    /**
                     * @desc Z6-D3-EP/POS3
                     */
                    const ReferencePosition c_PICS_Z6_D3_EP := {
                        latitude                                    := 435536760,                               // Z6-D3-EP/latitude
                        longitude                                   := 103024345,                               // Z6-D3-EP/longitude
                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := c_PICS_DENM_ALTITUDE
                    }; // End of c_PICS_Z6_D3_EP
                        
                    /**
                     * @desc Z6-D3-EP/EventHistory1
                     */
                    const EventHistory c_PICS_Z6_D3_Hx := { 
                        { // Z6_D3_H1
                            eventPosition := {
                                deltaLatitude                       := -1685,
                                deltaLongitude                      := -2568,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z6_D3_H2
                            eventPosition := {
                                deltaLatitude                       := -1864,
                                deltaLongitude                      := -2789,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of c_PICS_Z6_D3_Hx
                        
                    /**
                     * @desc Z6-D3-Traces/Trace1
                     */
                    const Traces c_PICS_Z6_D3_Tx := {
                        {
                            { // Z6-D3-T1
                                pathPosition := {
                                    deltaLatitude                       := 4423,
                                    deltaLongitude                      := 6287,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D3-T2
                                pathPosition := {
                                    deltaLatitude                       := 287,
                                    deltaLongitude                      := 332,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D3-T3
                                pathPosition := {
                                    deltaLatitude                       := 400,
                                    deltaLongitude                      := 554,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            },
                            { // Z6-D3-T4
                                pathPosition := {
                                    deltaLatitude                       := 395,
                                    deltaLongitude                      := 575,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
                        }
                    }; // End of c_PICS_Z6_D3_Tx
                        
                    const DenmParm c_PICS_Z6_D3 := {
                        eventPosition                               := c_PICS_Z6_D3_EP,
                        causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_roadworks_,
garciay's avatar
garciay committed
                        eventHistory                                := c_PICS_Z6_D3_Hx,
                        traces                                      := c_PICS_Z6_D3_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                innerhardShoulderStatus             := availableForStopping,
                                outerhardShoulderStatus             := availableForDriving,
garciay's avatar
garciay committed
                                drivingLaneStatus                   := '0100'B
                            },
                            restriction                             := omit,
                            speedLimit                              := c_PICS_SPEED_LIMIT,
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit                 := omit,
                            trafficFlowRule                         := passToLeft,
                            referenceDenms                          := omit
                        }
                    } // End of c_PICS_Z6_D3
                        
                } // group denmZone6_D3
                
            } // group denmZone6
            
            const DenmEventsParmsUseCase c_PICS_DENM_PARMS_UC1_RWW := {
                { // Zone 1
                    c_PICS_Z1_D1,
                    c_PICS_Z1_D2,
                    c_PICS_Z1_D3
                },
                { // Zone 2
                    c_PICS_Z2_D1,
                    c_PICS_Z2_D2,
                    c_PICS_Z2_D3
                },
                { // Zone 3
                    c_PICS_Z3_D1,
                    c_PICS_Z3_D2,
                    c_PICS_Z3_D3
                },
                { // Zone 4
                    c_PICS_Z4_D1,
                    c_PICS_Z4_D2,
                    c_PICS_Z4_D3
                },
                { // Zone 5
                    c_PICS_Z5_D1,
                    c_PICS_Z5_D2,
                    c_PICS_Z5_D3
                },
                { // Zone 6
                    c_PICS_Z6_D1,
                    c_PICS_Z6_D2,
                    c_PICS_Z6_D3
                }
            } // End of c_PICS_DENM_PARMS_UC1_RWW
            
        } // End of group denmUseCase1 

        group denmUseCase2 {

          group denmUseCase2_Z1 {
            
            const DeltaReferencePosition c_PICS_UC2_Z1_POS0 := {
              deltaLatitude                       := -652,
              deltaLongitude                      := 1475,
              deltaAltitude                       := 53
            }; // End of c_PICS_UC2_Z1_POS0
            
            const ReferencePosition c_PICS_UC2_Z1_EP := {
              latitude                                    := 367480691,
              longitude                                   := -45568506,
              positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
              altitude                                    := c_PICS_DENM_ALTITUDE
            }; // End of c_PICS_UC2_Z1_EP
            
            const DenmParm c_PICS_UC2_Z1 := {
              eventPosition                               := c_PICS_UC2_Z1_EP,
              causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_accident_
            }

          } // end of group denmUseCase2_Z1
          
          group denmUseCase2_Z2 {
            
            const DeltaReferencePosition c_PICS_UC2_Z2_POS0 := {
              deltaLatitude                       := -652,
              deltaLongitude                      := 1475,
              deltaAltitude                       := 53
            }; // End of c_PICS_UC2_Z2_POS0
            
            const ReferencePosition c_PICS_UC2_Z2_EP := {
              latitude                                    := 367482959,
              longitude                                   := -45565795,
              positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
              altitude                                    := c_PICS_DENM_ALTITUDE
            }; // End of c_PICS_UC2_Z2_EP
            
            const DenmParm c_PICS_UC2_Z2 := {
              eventPosition                               := c_PICS_UC2_Z2_EP,
              causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_adverseWeatherCondition_ExtremeWeatherCondition_
            }

          } // end of group denmUseCase2_Z2
          
          group denmUseCase2_Z3 {
            
            const DeltaReferencePosition c_PICS_UC2_Z3_POS0 := {
              deltaLatitude                       := -652,
              deltaLongitude                      := 1475,
              deltaAltitude                       := 53
            }; // End of c_PICS_UC2_Z3_POS0
            
            const ReferencePosition c_PICS_UC2_Z3_EP := {
              latitude                                    := 367486272,
              longitude                                   := -45553984,
              positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
              altitude                                    := c_PICS_DENM_ALTITUDE
            }; // End of c_PICS_UC2_Z3_EP
            
            const DenmParm c_PICS_UC2_Z3 := {
              eventPosition                               := c_PICS_UC2_Z3_EP,
              causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_humanPresenceOnTheRoad_
            }

          } // end of group denmUseCase2_Z3
          
          group denmUseCase2_Z4 {
            
            const DeltaReferencePosition c_PICS_UC2_Z4_POS0 := {
              deltaLatitude                       := -652,
              deltaLongitude                      := 1475,
              deltaAltitude                       := 53
            }; // End of c_PICS_UC2_Z4_POS0
            
            const ReferencePosition c_PICS_UC2_Z4_EP := {
              latitude                                    := 367483500,
              longitude                                   := -45543962,
              positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
              altitude                                    := c_PICS_DENM_ALTITUDE
            }; // End of c_PICS_UC2_Z4_EP
            
            const DenmParm c_PICS_UC2_Z4 := {
              eventPosition                               := c_PICS_UC2_Z4_EP,
              causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_stationaryVehicle_
            }

          } // end of group denmUseCase2_Z4
          
          group denmUseCase2_Z5 {
            
            const DeltaReferencePosition c_PICS_UC2_Z5_POS0 := {
              deltaLatitude                       := -652,
              deltaLongitude                      := 1475,
              deltaAltitude                       := 53
            }; // End of c_PICS_UC2_Z5_POS0
            
            const ReferencePosition c_PICS_UC2_Z5_EP := {
            latitude                                    := 367481520,
              longitude                                   := -45541056,
              positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
              altitude                                    := c_PICS_DENM_ALTITUDE
            }; // End of c_PICS_UC2_Z5_EP
            
            const DenmParm c_PICS_UC2_Z5 := {
              eventPosition                               := c_PICS_UC2_Z5_EP,
              causeCodeType                               := LibItsCommon_ASN1_NamedNumbers.CauseCodeType_emergencyVehicleApproaching_
            }

          } // end of group denmUseCase2_Z5
          
        } // End of group denmuseCase2
        
garciay's avatar
garciay committed
2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675
    } // End of group denmEvents 
    
    group mapemEvents {
        
        group mapemCommonParams {
            
            const BtpPortId c_PICS_MAPEM_BTP_DESTINATION_PORT  := 2003;
            
            const BtpPortId c_PICS_MAPEM_BTP_SOURCE_PORT       := 0;
            
            const UInt32 c_PICS_MAPEM_ITS_AID                  := 138;
            
        } // End of group mapemCommonParams
        
        group mapemZone1 {
            
            const IntersectionReferenceID c_PICS_Z1_M1_SL_IDX := {
                region                          := 1,
                id                              := 13001
            } // End of c_PICS_Z1_M1_SL_IDX
            
            const Position3D c_PICS_Z1_M1_SL_RP := {
                lat                             := 435527493,
                long                            := 103006446,
                elevation                       := omit,
                regional                        := omit
            } // End of c_PICS_Z1_M1_SL_RP
            
            const NodeListXY c_PICS_Z1_M1_SL_LANE10 := {
                nodes := {
                    {
                        delta := {
                            node_XY6 := {
                                x       := 83,
                                y       := -124
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 1696,
                                y       := 1555
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 1251,
                                y       := 1111
                    }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 1326,
                                y       := 1026
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 1471,
                                y       := 304
                            }
                        },
                        attributes      := omit
                    }
                }
            } // End of c_PICS_Z1_M1_SL_LANE1
            
            const NodeListXY c_PICS_Z1_M1_SL_LANE20 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
                                x       := -109,
                                y       := -348
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -2926,
                                y       := -2636
                            }
                        },
                        attributes      := omit
                    } 
                }
            } // End of c_PICS_Z1_M1_SL_LANE20
            
            const MapemParm c_PICS_Z1_M1_SL := {
                intersections := {
                    { // Start of intersection #0
                        name                                := "PICS_Z1_M1_SL",
                        id                                  := c_PICS_Z1_M1_SL_IDX,
                        revision                            := 0,
                        refPoint                            := c_PICS_Z1_M1_SL_RP,
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  10,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := omit,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z1_M1_SL_LANE10,
                                connectsTo := {
                                    {
                                        connectingLane := {
                                            lane            := 20,
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 50,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
                                laneID                      :=  20,
                                name                        := omit,
                                ingressApproach             := omit,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z1_M1_SL_LANE20,
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #2
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
            } // End of c_PICS_Z1_M1_SL
            
        } // End of group mapemZone1 
        
        group mapemZone2 {
            
            const IntersectionReferenceID c_PICS_Z2_M1_SL_IDX := {
                region                          := 1,
                id                              := 23001
            } // End of c_PICS_Z2_M1_SL_IDX
            
            const Position3D c_PICS_Z2_M1_SL_RP := {
                lat                             := 435512756,
                long                            := 103002535,
                elevation                       := omit,
                regional                        := omit
            } // End of c_PICS_Z2_M1_SL_RP
            
            const NodeListXY c_PICS_Z2_M1_SL_LANE10 := {
                nodes := {
                    {
                        delta := {
                            node_XY6 := {
                                x       := -5,
                                y       := -253
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -5082,
                                y       := -701
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -1984,
                                y       := -341
                    }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -1965,
                                y       := -390
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -3093,
                                y       := -391
                            }
                        },
                        attributes      := omit
                    }
                }
            } // End of c_PICS_Z2_M1_SL_LANE10
            
            const NodeListXY c_PICS_Z2_M1_SL_LANE20 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
                                x       := 287,
                                y       := -200
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 2988,
                                y       := 429
                            }
                        },
                        attributes      := omit
                    } 
                }
            } // End of c_PICS_Z2_M1_SL_LANE20
            
            const MapemParm c_PICS_Z2_M1_SL := {
                intersections := {
                    { // Start of intersection #0
                        name                                := "PICS_Z2_M1_SL",
                        id                                  := c_PICS_Z2_M1_SL_IDX,
                        revision                            := 0,
                        refPoint                            := c_PICS_Z2_M1_SL_RP,
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  10,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := omit,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z2_M1_SL_LANE10,
                                connectsTo := {
                                    {
                                        connectingLane := {
                                            lane            := 20,
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 50,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
                                laneID                      :=  20,
                                name                        := omit,
                                ingressApproach             := omit,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z2_M1_SL_LANE20,
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #2
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
            } // End of c_PICS_Z2_M1_SL
            
        } // End of group mapemZone2 
        
        group mapemZone3 {
            
            const IntersectionReferenceID c_PICS_Z3_M1_SL_IDX := {
                region                          := 1,
                id                              := 33001
            } // End of c_PICS_Z3_M1_SL_IDX
            
            const Position3D c_PICS_Z3_M1_SL_RP := {
                lat                             := 435536609,
                long                            := 103031286,
                elevation                       := omit,
                regional                        := omit
            } // End of c_PICS_Z3_M1_SL_RP
            
            const NodeListXY c_PICS_Z3_M1_SL_LANE10 := {
                nodes := {
                    {
                        delta := {
                            node_XY6 := {
                                x       := -240,
                                y       := -460
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -3319,
                                y       := -3078
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -1299,
                                y       := -625
                    }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -3597,
                                y       := -564
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -2191,
                                y       := -1668
                            }
                        },
                        attributes      := omit
                    }
                }
            } // End of c_PICS_Z3_M1_SL_LANE10
            
            const NodeListXY c_PICS_Z3_M1_SL_LANE20 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
                                x       := 552,
                                y       := 232
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 3778,
                                y       := 3636
                            }
                        },
                        attributes      := omit
                    } 
                }
            } // End of c_PICS_Z3_M1_SL_LANE20
            
            const MapemParm c_PICS_Z3_M1_SL := {
                intersections := {
                    { // Start of intersection #0
                        name                                := "PICS_Z3_M1_SL",
                        id                                  := c_PICS_Z3_M1_SL_IDX,
                        revision                            := 0,
                        refPoint                            := c_PICS_Z3_M1_SL_RP,
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  10,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := omit,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z3_M1_SL_LANE10,
                                connectsTo := {
                                    {
                                        connectingLane := {
                                            lane            := 20,
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 50,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
                                laneID                      :=  20,
                                name                        := omit,
                                ingressApproach             := omit,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z3_M1_SL_LANE20,
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #2
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
            } // End of c_PICS_Z3_M1_SL
            
        } // End of group mapemZone3 
        
        group mapemZone4 {
            
            const IntersectionReferenceID c_PICS_Z4_M1_SL_IDX := {
                region                          := 1,
                id                              := 43001
            } // End of c_PICS_Z4_M1_SL_IDX
            
            const Position3D c_PICS_Z4_M1_SL_RP := {
                lat                             := 435563484,
                long                            := 103042973,
                elevation                       := omit,
                regional                        := omit
            } // End of c_PICS_Z4_M1_SL_RP
            
            const NodeListXY c_PICS_Z4_M1_SL_LANE10 := {
                nodes := {
                    {
                        delta := {
                            node_XY6 := {
                                x       := -37,
                                y       := 40
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -4376,
                                y       := -4428
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -2378,
                                y       := -2588
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -2191,
                                y       := -2842
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 1100,
                                y       := -1934
                            }
                        },
                        attributes      := omit
                    }
                }
            } // End of c_PICS_Z4_M1_SL_LANE10
            
            const NodeListXY c_PICS_Z4_M1_SL_LANE20 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
                                x       := 3170,
                                y       := 1134
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 2579,
                                y       := 1415
                            }
                        },
                        attributes      := omit
                    } 
                }
            } // End of c_PICS_Z4_M1_SL_LANE20
            
            const MapemParm c_PICS_Z4_M1_SL := {
                intersections := {
                    { // Start of intersection #0
                        name                                := "PICS_Z4_M1_SL",
                        id                                  := c_PICS_Z4_M1_SL_IDX,
                        revision                            := 0,
                        refPoint                            := c_PICS_Z4_M1_SL_RP,
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  10,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := omit,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z4_M1_SL_LANE10,
                                connectsTo := {
                                    {
                                        connectingLane := {
                                            lane            := 20,
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 50,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
                                laneID                      :=  20,
                                name                        := omit,
                                ingressApproach             := omit,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z4_M1_SL_LANE20,
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #2
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
            } // End of c_PICS_Z4_M1_SL
            
        } // End of group mapemZone4 
        
        group mapemZone5 {
            
            const IntersectionReferenceID c_PICS_Z5_M1_SL_IDX := {
                region                          := 1,
                id                              := 53001
            } // End of c_PICS_Z5_M1_SL_IDX
            
            const Position3D c_PICS_Z5_M1_SL_RP := {
                lat                             := 435578537,
                long                            := 103061555,
                elevation                       := omit,
                regional                        := omit
            } // End of c_PICS_Z5_M1_SL_RP
            
            const NodeListXY c_PICS_Z5_M1_SL_LANE10 := {
                nodes := {
                    {
                        delta := {
                            node_XY6 := {
                                x       := 446,
                                y       := -183
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 2217,
                                y       := 2119
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 792,
                                y       := 1744
                    }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -70,
                                y       := 2749
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -382,
                                y       := 2467
                            }
                        },
                        attributes      := omit
                    }
                }
            } // End of c_PICS_Z5_M1_SL_LANE10
            
            const NodeListXY c_PICS_Z5_M1_SL_LANE20 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
                                x       := -134,
                                y       := -795
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -2408,
                                y       := -2491
                            }
                        },
                        attributes      := omit
                    } 
                }
            } // End of c_PICS_Z5_M1_SL_LANE20
            
            const MapemParm c_PICS_Z5_M1_SL := {
                intersections := {
                    { // Start of intersection #0
                        name                                := "PICS_Z5_M1_SL",
                        id                                  := c_PICS_Z5_M1_SL_IDX,
                        revision                            := 0,
                        refPoint                            := c_PICS_Z5_M1_SL_RP,
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  10,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := omit,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z5_M1_SL_LANE10,
                                connectsTo := {
                                    {
                                        connectingLane := {
                                            lane            := 20,
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 50,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
                                laneID                      :=  20,
                                name                        := omit,
                                ingressApproach             := omit,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z5_M1_SL_LANE20,
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #2
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
            } // End of c_PICS_Z5_M1_SL
            
        } // End of group mapemZone5 
        
        group mapemZone6 {
            
            const IntersectionReferenceID c_PICS_Z6_M1_SL_IDX := {
                region                          := 1,
                id                              := 63001
            } // End of c_PICS_Z6_M1_SL_IDX
            
            const Position3D c_PICS_Z6_M1_SL_RP := {
                lat                             := 435551186,
                long                            := 103033248,
                elevation                       := omit,
                regional                        := omit
            } // End of c_PICS_Z6_M1_SL_RP
            
            const NodeListXY c_PICS_Z6_M1_SL_LANE10 := {
                nodes := {
                    {
                        delta := {
                            node_XY6 := {
                                x       := 538,
                                y       := 348
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -2933,
                                y       := 2469
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -840,
                                y       := 1203
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 573,
                                y       := 1870
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 2043,
                                y       := 2312
                            }
                        },
                        attributes      := omit
                    }
                }
            } // End of c_PICS_Z6_M1_SL_LANE10
            
            const NodeListXY c_PICS_Z6_M1_SL_LANE20 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
                                x       := 1175,
                                y       := -327
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 2984,
                                y       := -2781
                            }
                        },
                        attributes      := omit
                    } 
                }
            } // End of c_PICS_Z6_M1_SL_LANE20
            
            const MapemParm c_PICS_Z6_M1_SL := {
                intersections := {
                    { // Start of intersection #0
                        name                                := "PICS_Z6_M1_SL",
                        id                                  := c_PICS_Z6_M1_SL_IDX,
                        revision                            := 0,
                        refPoint                            := c_PICS_Z6_M1_SL_RP,
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  10,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := omit,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z6_M1_SL_LANE10,
                                connectsTo := {
                                    {
                                        connectingLane := {
                                            lane            := 20,
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 50,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
                                laneID                      :=  20,
                                name                        := omit,
                                ingressApproach             := omit,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := c_PICS_Z6_M1_SL_LANE20,
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #2
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
            } // End of c_PICS_Z6_M1_SL
            
        } // End of group mapemZone6 
Yann Garcia's avatar
Yann Garcia committed
        group mapemConformanceTest {
Yann Garcia's avatar
Yann Garcia committed
          
          group profileId0 {
            
Yann Garcia's avatar
Yann Garcia committed
            const IntersectionReferenceID c_PICS_MAP_ConfTest_ProfileId_0_IDX := {
Yann Garcia's avatar
Yann Garcia committed
                region                          := 1,
                id                              := 1
Yann Garcia's avatar
Yann Garcia committed
            } // End of c_PICS_MAP_ConfTest_ProfileId_0_IDX
Yann Garcia's avatar
Yann Garcia committed
            const Position3D c_PICS_MAP_ConfTest_ProfileId_0_RP := {
Yann Garcia's avatar
Yann Garcia committed
                lat                             := 435551186,
                long                            := 103033248,
                elevation                       := 150,
                regional                        := omit
Yann Garcia's avatar
Yann Garcia committed
            } // End of c_PICS_MAP_ConfTest_ProfileId_0_RP
Yann Garcia's avatar
Yann Garcia committed
            const NodeListXY c_PICS_MAP_ConfTest_ProfileId_0_Lane1 := {
Yann Garcia's avatar
Yann Garcia committed
                nodes := {
                    {
                      delta := {
                        node_XY3 := {
                          x := 1616,
                          y := -250
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY5 := {
                          x := 3637,
                          y := -4021
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY6 := {
                          x := 5852,
                          y := -6316
                        }
                      },
                      attributes      := omit
                    }
                }
Yann Garcia's avatar
Yann Garcia committed
            } // End of c_PICS_MAP_ConfTest_ProfileId_0_Lane1
Yann Garcia's avatar
Yann Garcia committed
            const ConnectionTrajectory_addGrpC c_PICS_MAP_ConfTest_ProfileId_0_Trajectory_Lane1_Lane2 := {
Yann Garcia's avatar
Yann Garcia committed
            nodes := { // NodeSetXY
                    { // NodeXY
                      delta := {
                        node_XY3 := {
                          x := 1616,
                          y := -250
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY5 := {
                          x := 3637,
                          y := -4021
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY6 := {
                          x := 5852,
                          y := -6316
                        }
                      },
                      attributes      := omit
                    }
                },
                connectionID          := 1
Yann Garcia's avatar
Yann Garcia committed
            } // End of c_PICS_MAP_ConfTest_ProfileId_0_Trajectory_Lane1_Lane2
Yann Garcia's avatar
Yann Garcia committed
            const NodeListXY c_PICS_MAP_ConfTest_ProfileId_0_Lane2 := {
Yann Garcia's avatar
Yann Garcia committed
                nodes := {
                    {
                      delta := {
                        node_XY3 := {
                          x := 1616,
                          y := -250
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY5 := {
                          x := 3637,
                          y := -4021
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY6 := {
                          x := 5852,
                          y := -6316
                        }
                      },
                      attributes      := omit
                    }
                }
Yann Garcia's avatar
Yann Garcia committed
            } // End of c_PICS_MAP_ConfTest_ProfileId_0_Lane2
Yann Garcia's avatar
Yann Garcia committed
            const NodeListXY c_PICS_MAP_ConfTest_ProfileId_0_Lane3 := {
Yann Garcia's avatar
Yann Garcia committed
                nodes := {
                    {
                      delta := {
                        node_XY3 := {
                          x := 1616,
                          y := -250
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY5 := {
                          x := 3637,
                          y := -4021
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY6 := {
                          x := 5852,
                          y := -6316
                        }
                      },
                      attributes      := omit
                    }
                }
Yann Garcia's avatar
Yann Garcia committed
            } // End of c_PICS_MAP_ConfTest_ProfileId_0_Lane3
Yann Garcia's avatar
Yann Garcia committed
            const ConnectionTrajectory_addGrpC c_PICS_MAP_ConfTest_ProfileId_0_Trajectory_Lane3_Lane4 := {
Yann Garcia's avatar
Yann Garcia committed
                nodes := {
                    {
                      delta := {
                        node_XY3 := {
                          x := 1616,
                          y := -250
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY5 := {
                          x := 3637,
                          y := -4021
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY6 := {
                          x := 5852,
                          y := -6316
                        }
                      },
                      attributes      := omit
                    }
                },
                connectionID          := 3
Yann Garcia's avatar
Yann Garcia committed
            } // End of c_PICS_MAP_ConfTest_ProfileId_0_Trajectory_Lane3_Lane4
Yann Garcia's avatar
Yann Garcia committed
            const NodeListXY c_PICS_MAP_ConfTest_ProfileId_0_Lane4 := {
Yann Garcia's avatar
Yann Garcia committed
                nodes := {
                    {
                      delta := {
                        node_XY3 := {
                          x := 1616,
                          y := -250
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY5 := {
                          x := 3637,
                          y := -4021
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY6 := {
                          x := 5852,
                          y := -6316
                        }
                      },
                      attributes      := omit
                    }
                }
Yann Garcia's avatar
Yann Garcia committed
            } // End of c_PICS_MAP_ConfTest_ProfileId_0_Lane4
Yann Garcia's avatar
Yann Garcia committed
            const NodeListXY c_PICS_MAP_ConfTest_ProfileId_0_Lane5 := {
                nodes := {
                    {
                      delta := {
                        node_XY3 := {
                          x := 1616,
                          y := -250
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY5 := {
                          x := 3637,
                          y := -4021
                        }
                      },
                      attributes      := omit
                    },
                    {
                      delta := {
                        node_XY6 := {
                          x := 5852,
                          y := -6316
                        }
                      },
                      attributes      := omit
                    }
                }
            } // End of c_PICS_MAP_ConfTest_ProfileId_0_Lane5
            
Yann Garcia's avatar
Yann Garcia committed
            const MapemParm c_PICS_MAP_ConfTest_ProfileId_0 := {
Yann Garcia's avatar
Yann Garcia committed
              intersections := {
                { // Start of intersection #0
                  name                                := "ProfileID0",
Yann Garcia's avatar
Yann Garcia committed
                  id                                  := c_PICS_MAP_ConfTest_ProfileId_0_IDX,
Yann Garcia's avatar
Yann Garcia committed
                  revision                            := 0,
Yann Garcia's avatar
Yann Garcia committed
                  refPoint                            := c_PICS_MAP_ConfTest_ProfileId_0_RP,
Yann Garcia's avatar
Yann Garcia committed
                  laneWidth                           := 30,
                  speedLimits                         := {
                    {
                    type_ :=  vehicleMaxSpeed,
                    speed := 559
                    }
                  },
                  laneSet := {
                    { // Start of Lane #1
                    laneID                      :=  1,
                    name                        := omit,
                    ingressApproach             := 1,
                    egressApproach              := omit,
                    laneAttributes := {
                      directionalUse            := '10'B,
                      sharedWith                := '0000000000'B,
                      laneType := {
                      vehicle                   := '00000000'B
                      },
                      regional                  := omit
                    },
                    maneuvers                   := '000000000000'B,
Yann Garcia's avatar
Yann Garcia committed
                    nodeList                    := c_PICS_MAP_ConfTest_ProfileId_0_Lane1,
Yann Garcia's avatar
Yann Garcia committed
                    connectsTo := {
                        {
                        connectingLane := {
                          lane            := 2,
                          maneuver        := omit
                        },
                        remoteIntersection  := omit,
                        signalGroup         := 0,
                        userClass           := omit,
                        connectionID        := omit
                        }
                    },
                    overlays                    := omit,
Yann Garcia's avatar
Yann Garcia committed
                    regional        := omit/*{
Yann Garcia's avatar
Yann Garcia committed
                        {
Yann Garcia's avatar
Yann Garcia committed
                    		regionId := 3,
                        regExtValue := {
                          ConnectionTrajectory_addGrpC := c_PICS_MAP_ConfTest_ProfileId_0_Trajectory_Lane1_Lane2
Yann Garcia's avatar
Yann Garcia committed
                        }*/
Yann Garcia's avatar
Yann Garcia committed
                    }, // End of Lane #1
                    { // Start of Lane #2
                    laneID                      :=  2,
                    name                        := omit,
Yann Garcia's avatar
Yann Garcia committed
                    ingressApproach             := omit,
                    egressApproach              := 1,
Yann Garcia's avatar
Yann Garcia committed
                    laneAttributes := {
                      directionalUse            := '10'B,
                      sharedWith                := '0000000000'B,
                      laneType := {
                      vehicle             := '00000000'B
                      },
                      regional                := omit
                    },
                    maneuvers                   := '000000000000'B,
Yann Garcia's avatar
Yann Garcia committed
                    nodeList                    := c_PICS_MAP_ConfTest_ProfileId_0_Lane2,
Yann Garcia's avatar
Yann Garcia committed
                    connectsTo := omit,
                    overlays                    := omit,
                    regional                    := omit
                    }, // End of Lane #2
                    { // Start of Lane #3
                    laneID                      :=  3,
                    name                        := omit,
                    ingressApproach             := 1,
                    egressApproach              := omit,
                    laneAttributes := {
                      directionalUse            := '10'B,
                      sharedWith                := '0000000000'B,
                      laneType := {
                      vehicle             := '00000000'B
                      },
                      regional                := omit
                    },
                    maneuvers                   := '000000000000'B,
Yann Garcia's avatar
Yann Garcia committed
                    nodeList                    := c_PICS_MAP_ConfTest_ProfileId_0_Lane3,
Yann Garcia's avatar
Yann Garcia committed
                    connectsTo := {
                        {
                        connectingLane := {
                          lane            := 4,
                          maneuver        := omit
                        },
                        remoteIntersection  := omit,
                        signalGroup         := 0,
                        userClass           := omit,
                        connectionID        := omit
                        }
                    },
                    overlays                    := omit,
Yann Garcia's avatar
Yann Garcia committed
                    regional        := omit/*{
Yann Garcia's avatar
Yann Garcia committed
                        {
Yann Garcia's avatar
Yann Garcia committed
                    		regionId := 3,
                        regExtValue := {
                          ConnectionTrajectory_addGrpC := c_PICS_MAP_ConfTest_ProfileId_0_Trajectory_Lane3_Lane4
                        }
Yann Garcia's avatar
Yann Garcia committed
                        }
                        }*/
                    }, // End of Lane #3
                    { // Start of Lane #4
Yann Garcia's avatar
Yann Garcia committed
                    laneID                      :=  4,
Yann Garcia's avatar
Yann Garcia committed
                    name                        := omit,
Yann Garcia's avatar
Yann Garcia committed
                    ingressApproach             := omit,
                    egressApproach              := 1,
Yann Garcia's avatar
Yann Garcia committed
                    laneAttributes := {
                      directionalUse            := '10'B,
                      sharedWith                := '0000000000'B,
                      laneType := {
                      vehicle             := '00000000'B
                      },
                      regional                := omit
                    },
                    maneuvers                   := '000000000000'B,
Yann Garcia's avatar
Yann Garcia committed
                    nodeList                    := c_PICS_MAP_ConfTest_ProfileId_0_Lane4,
Yann Garcia's avatar
Yann Garcia committed
                    connectsTo                  := omit,
                    overlays                    := omit,
                    regional                    := omit
Yann Garcia's avatar
Yann Garcia committed
                    }, // End of Lane #4
                    { // Start of Lane #5
                    laneID                      :=  5,
                    name                        := omit,
                    ingressApproach             := omit,
                    egressApproach              := omit,
                    laneAttributes := {
                      directionalUse            := '11'B,
                      sharedWith                := '0000000000'B,
                      laneType := {
                        crosswalk             := '0000011010000000'B
                      },
                      regional                := omit
                    },
                    maneuvers                   := omit,
                    nodeList                    := c_PICS_MAP_ConfTest_ProfileId_0_Lane5,
                    connectsTo                  := omit,
                    overlays                    := omit,
                    regional                    := omit
                    } // End of Lane #5
Yann Garcia's avatar
Yann Garcia committed
                  }, // End of LaneSet
                  preemptPriorityData           := omit,
                  regional                      := omit
                } // End of intersection #0
              }, // End of field intersections
              roadSegments := omit
Yann Garcia's avatar
Yann Garcia committed
            } // End of c_PICS_MAP_ConfTest_ProfileId_0
Yann Garcia's avatar
Yann Garcia committed
            
          } // End of group profileId0
          
Yann Garcia's avatar
Yann Garcia committed
        } // End of group mapemConformanceTest
garciay's avatar
garciay committed
4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640
        
    } // End of group mapemEvents 
    
    group spatemEvents {
        
        group spatemCommonParams {
            
            const BtpPortId c_PICS_SPATEM_BTP_DESTINATION_PORT      := 2004;
            
            const BtpPortId c_PICS_SPATEM_BTP_SOURCE_PORT           := 0;
            
            const UInt32 c_PICS_SPATEM_ITS_AID                      := 137;
            
            const UInt32 c_PICS_SPATEM_REPITITION_DURATION_STATE_10 := 10*10; // In units of 1/10th second
            
            const UInt32 c_PICS_SPATEM_REPITITION_DURATION_STATE_20 := 20*10; // In units of 1/10th second
            
            const UInt32 c_PICS_SPATEM_REPITITION_DURATION_STATE_30 := 30*10; // In units of 1/10th second
            
            const UInt32 c_PICS_SPATEM_REPITITION_DURATION_STATE_40 := 40*10; // In units of 1/10th second
            
            const UInt32 c_PICS_SPATEM_REPITITION_DURATION_STATE_50 := 50*10; // In units of 1/10th second
            
        } // End of group spatemCommonParams
        
        group spatemZone1 {
            
            const SignalGroupParm c_PICS_Z1_S1_SL := {
                signalGroupID                               := 1,
                intersections := {
                    {
                        name                                := "PICS_SPATEM_PARMS_SG_50",
                        id                                  := c_PICS_Z1_M1_SL_IDX,
                        revision                            := 0,   
                        status                              := int2bit(0, 16),
                        moy                                 := 0, // To be updated in real-time
                        timeStamp                           := 0, // To be updated in real-time
                        enabledLanes                        := omit,  
                        states := {
                            {
                               movementName                 := "permissive-Movement-Allowed",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_Movement_Allowed,
                                       timing := {
                                           startTime        := omit,
                                           minEndTime       := 0, // To be updated in real-time
                                           maxEndTime       := omit,
                                           likelyTime       := omit,
                                           confidence       := omit,
                                           nextTime         := omit
                                       },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "permissive-clearance",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_clearance,
                                        timing := {
                                            startTime        := 0, // To be updated in real-time
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "stop-And-Remain",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := stop_And_Remain,
                                        timing := {
                                            startTime        := omit,
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            }
                        },
                        maneuverAssistList                  := omit,
                        regional                            := omit
                    }
                } // End of field states
            } // End of type c_PICS_Z1_S1_SL
            
            const SignalGroupParmList c_PICS_Z1_S1_SL_LIST := {
                c_PICS_Z1_S1_SL
            } // End of type c_PICS_Z1_S1_SL_LIST
            
        } // End of group spatemZone1
        
        group spatemZone2 {
            
            const SignalGroupParm c_PICS_Z2_S1_SL := {
                signalGroupID                               := 1,
                intersections := {
                    {
                        name                                := "PICS_SPATEM_PARMS_SG_50",
                        id                                  := c_PICS_Z2_M1_SL_IDX,
                        revision                            := 0,   
                        status                              := int2bit(0, 16),
                        moy                                 := 0, // To be updated in real-time
                        timeStamp                           := 0, // To be updated in real-time
                        enabledLanes                        := omit,  
                        states := {
                            {
                               movementName                 := "permissive-Movement-Allowed",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_Movement_Allowed,
                                       timing := {
                                           startTime        := omit,
                                           minEndTime       := 0, // To be updated in real-time
                                           maxEndTime       := omit,
                                           likelyTime       := omit,
                                           confidence       := omit,
                                           nextTime         := omit
                                       },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "permissive-clearance",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_clearance,
                                        timing := {
                                            startTime        := 0, // To be updated in real-time
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "stop-And-Remain",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := stop_And_Remain,
                                        timing := {
                                            startTime        := omit,
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            }
                        },
                        maneuverAssistList                  := omit,
                        regional                            := omit
                    }
                } // End of field states
            } // End of type c_PICS_Z2_S1_SL
            
            const SignalGroupParmList c_PICS_Z2_S1_SL_LIST := {
                c_PICS_Z2_S1_SL
            } // End of type c_PICS_Z2_S1_SL_LIST
            
        } // End of group spatemZone2
        
        group spatemZone3 {
            
            const SignalGroupParm c_PICS_Z3_S1_SL := {
                signalGroupID                               := 1,
                intersections := {
                    {
                        name                                := "PICS_SPATEM_PARMS_SG_50",
                        id                                  := c_PICS_Z3_M1_SL_IDX,
                        revision                            := 0,   
                        status                              := int2bit(0, 16),
                        moy                                 := 0, // To be updated in real-time
                        timeStamp                           := 0, // To be updated in real-time
                        enabledLanes                        := omit,  
                        states := {
                            {
                               movementName                 := "permissive-Movement-Allowed",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_Movement_Allowed,
                                       timing := {
                                           startTime        := omit,
                                           minEndTime       := 0, // To be updated in real-time
                                           maxEndTime       := omit,
                                           likelyTime       := omit,
                                           confidence       := omit,
                                           nextTime         := omit
                                       },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "permissive-clearance",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_clearance,
                                        timing := {
                                            startTime        := 0, // To be updated in real-time
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "stop-And-Remain",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := stop_And_Remain,
                                        timing := {
                                            startTime        := omit,
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            }
                        },
                        maneuverAssistList                  := omit,
                        regional                            := omit
                    }
                } // End of field states
            } // End of type c_PICS_Z3_S1_SL
            
            const SignalGroupParmList c_PICS_Z3_S1_SL_LIST := {
                c_PICS_Z3_S1_SL
            } // End of type c_PICS_Z3_S1_SL_LIST
            
        } // End of group spatemZone3
        
        group spatemZone4 {
            
            const SignalGroupParm c_PICS_Z4_S1_SL := {
                signalGroupID                               := 1,
                intersections := {
                    {
                        name                                := "PICS_SPATEM_PARMS_SG_50",
                        id                                  := c_PICS_Z4_M1_SL_IDX,
                        revision                            := 0,   
                        status                              := int2bit(0, 16),
                        moy                                 := 0, // To be updated in real-time
                        timeStamp                           := 0, // To be updated in real-time
                        enabledLanes                        := omit,  
                        states := {
                            {
                               movementName                 := "permissive-Movement-Allowed",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_Movement_Allowed,
                                       timing := {
                                           startTime        := omit,
                                           minEndTime       := 0, // To be updated in real-time
                                           maxEndTime       := omit,
                                           likelyTime       := omit,
                                           confidence       := omit,
                                           nextTime         := omit
                                       },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "permissive-clearance",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_clearance,
                                        timing := {
                                            startTime        := 0, // To be updated in real-time
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "stop-And-Remain",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := stop_And_Remain,
                                        timing := {
                                            startTime        := omit,
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            }
                        },
                        maneuverAssistList                  := omit,
                        regional                            := omit
                    }
                } // End of field states
            } // End of type c_PICS_Z4_S1_SL
            
            const SignalGroupParmList c_PICS_Z4_S1_SL_LIST := {
                c_PICS_Z4_S1_SL
            } // End of type c_PICS_Z4_S1_SL_LIST
            
        } // End of group spatemZone4
        
        group spatemZone5 {
            
            const SignalGroupParm c_PICS_Z5_S1_SL := {
                signalGroupID                               := 1,
                intersections := {
                    {
                        name                                := "PICS_SPATEM_PARMS_SG_50",
                        id                                  := c_PICS_Z5_M1_SL_IDX,
                        revision                            := 0,   
                        status                              := int2bit(0, 16),
                        moy                                 := 0, // To be updated in real-time
                        timeStamp                           := 0, // To be updated in real-time
                        enabledLanes                        := omit,  
                        states := {
                            {
                               movementName                 := "permissive-Movement-Allowed",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_Movement_Allowed,
                                       timing := {
                                           startTime        := omit,
                                           minEndTime       := 0, // To be updated in real-time
                                           maxEndTime       := omit,
                                           likelyTime       := omit,
                                           confidence       := omit,
                                           nextTime         := omit
                                       },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "permissive-clearance",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_clearance,
                                        timing := {
                                            startTime        := 0, // To be updated in real-time
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "stop-And-Remain",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := stop_And_Remain,
                                        timing := {
                                            startTime        := omit,
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            }
                        },
                        maneuverAssistList                  := omit,
                        regional                            := omit
                    }
                } // End of field states
            } // End of type c_PICS_Z5_S1_SL
            
            const SignalGroupParmList c_PICS_Z5_S1_SL_LIST := {
                c_PICS_Z5_S1_SL
            } // End of type c_PICS_Z5_S1_SL_LIST
            
        } // End of group spatemZone5
        
        group spatemZone6 {
            
            const SignalGroupParm c_PICS_Z6_S1_SL := {
                signalGroupID                               := 1,
                intersections := {
                    {
                        name                                := "PICS_SPATEM_PARMS_SG_50",
                        id                                  := c_PICS_Z6_M1_SL_IDX,
                        revision                            := 0,   
                        status                              := int2bit(0, 16),
                        moy                                 := 0, // To be updated in real-time
                        timeStamp                           := 0, // To be updated in real-time
                        enabledLanes                        := omit,  
                        states := {
                            {
                               movementName                 := "permissive-Movement-Allowed",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_Movement_Allowed,
                                       timing := {
                                           startTime        := omit,
                                           minEndTime       := 0, // To be updated in real-time
                                           maxEndTime       := omit,
                                           likelyTime       := omit,
                                           confidence       := omit,
                                           nextTime         := omit
                                       },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "permissive-clearance",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := permissive_clearance,
                                        timing := {
                                            startTime        := 0, // To be updated in real-time
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            },
                            {
                               movementName                 := "stop-And-Remain",
                               signalGroup                  := 50, 
                               state_time_speed:= {
                                   {
                                       eventState           := stop_And_Remain,
                                        timing := {
                                            startTime        := omit,
                                            minEndTime       := 0, // To be updated in real-time
                                            maxEndTime       := omit,
                                            likelyTime       := omit,
                                            confidence       := omit,
                                            nextTime         := omit
                                        },
                                       speeds               := omit,
                                       regional             := omit
                                   }
                               },   
                               maneuverAssistList           := omit,
                               regional                     := omit
                            }
                        },
                        maneuverAssistList                  := omit,
                        regional                            := omit
                    }
                } // End of field states
            } // End of type c_PICS_Z6_S1_SL
            
            const SignalGroupParmList c_PICS_Z6_S1_SL_LIST := {
                c_PICS_Z6_S1_SL
            } // End of type c_PICS_Z6_S1_SL_LIST
            
        } // End of group spatemZone6
        
Yann Garcia's avatar
Yann Garcia committed
        group spatemConformanceTest {
Yann Garcia's avatar
Yann Garcia committed
          
          group profileId0 {
            
            const SignalGroupParm c_PICS_SPAT_ConfTest_ProfileId_0 := {
              signalGroupID                           := 1,
              intersections := {
                { // Start of intersection #0
                  name                                := omit,
                  id                                  := c_PICS_MAP_ConfTest_ProfileId_0_IDX,
                  revision                            := 0,
                  status                              := int2bit(0, 16),
                  moy                                 := 0, // To be updated in real-time
                  timeStamp                           := 0, // To be updated in real-time
                  enabledLanes                        := omit,
                  states := {
                    {
                      movementName                 := "permissive-Movement-Allowed",
                      signalGroup                  := 0,
                      state_time_speed:= {
                        {
                          eventState           := permissive_Movement_Allowed,
                          timing := {
                            startTime        := omit,
                            minEndTime       := 0, // To be updated in real-time
                            maxEndTime       := omit,
                            likelyTime       := omit,
                            confidence       := omit,
                            nextTime         := omit
                          },
                          speeds               := omit,
                          regional             := omit
                        }
                      },
                      maneuverAssistList           := omit,
                      regional                     := omit
                    },
                    {
                      movementName                 := "permissive-clearance",
                      signalGroup                  := 50, 
                      state_time_speed:= {
                        {
                          eventState           := permissive_clearance,
                          timing := {
                            startTime        := 0, // To be updated in real-time
                            minEndTime       := 0, // To be updated in real-time
                            maxEndTime       := omit,
                            likelyTime       := omit,
                            confidence       := omit,
                            nextTime         := omit
                          },
                          speeds               := omit,
                          regional             := omit
                        }
                      },
                      maneuverAssistList           := omit,
                      regional                     := omit
                    },
                    {
                      movementName                 := "stop-And-Remain",
                      signalGroup                  := 50, 
                      state_time_speed:= {
                        {
                          eventState           := stop_And_Remain,
                          timing := {
                            startTime        := omit,
                            minEndTime       := 0, // To be updated in real-time
                            maxEndTime       := omit,
                            likelyTime       := omit,
                            confidence       := omit,
                            nextTime         := omit
                          },
                          speeds               := omit,
                          regional             := omit
                        }
                      },
                      maneuverAssistList                  := omit,
                      regional                            := omit
                    }
                  },
                  maneuverAssistList := omit,
                  regional := omit
                } // End of intersection #0
              } // End of field intersections
            } // End of c_PICS_SPAT_ConfTest_ProfileId_0
          } // End of group profileId0
          
Yann Garcia's avatar
Yann Garcia committed
        } // End of group spatemConformanceTest
garciay's avatar
garciay committed
    } // End of group spatemEvents
    
    group ivimEvents {
        
        group ivimCommonParams {
            
            const BtpPortId c_PICS_IVIM_BTP_DESTINATION_PORT := 2006;
            
            const BtpPortId c_PICS_IVIM_BTP_SOURCE_PORT      := 0;
            
            const UInt32 c_PICS_IVIM_ITS_AID                 := 139;
            
            const PosConfidenceEllipse c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE := {
                semiMajorConfidence   := LibItsCommon_ASN1_NamedNumbers.SemiAxisLength_oneCentimeter_,
                semiMinorConfidence   := LibItsCommon_ASN1_NamedNumbers.SemiAxisLength_oneCentimeter_,
garciay's avatar
garciay committed
                semiMajorOrientation  := 0
            } // End of c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE
garciay's avatar
garciay committed
            
            const Altitude c_PICS_IVIM_ALTITUDE := {
                altitudeValue := LibItsCommon_ASN1_NamedNumbers.AltitudeValue_referenceEllipsoidSurface_,
garciay's avatar
garciay committed
                altitudeConfidence := alt_000_01
            } // End of c_PICS_IVIM_ALTITUDE
garciay's avatar
garciay committed
4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154
            
        } // End of group ivimCommonParams
        
        group ivimZone1 {
            
            const ReferencePosition c_PICS_Z1_I1_POS1_RP := {
                latitude                                       := 435527493,
                longitude                                      := 103006446,
                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
                altitude                                       := c_PICS_IVIM_ALTITUDE
            } // End of c_PICS_Z1_I1_POS1_RP
            
            const GlcPart c_PICS_Z1_I1_POS1_GP_1 := {
                zoneId                                         := 1, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := -111,
                                    deltaLongitude                 := 103
                                },
                                {
                                    deltaLatitude                  := 287,
                                    deltaLongitude                 := 475
                                },
                                {
                                    deltaLatitude                  := 292,
                                    deltaLongitude                 := 446
                                },
                                {
                                    deltaLatitude                  := 412,
                                    deltaLongitude                 := 609
                                },
                                {
                                    deltaLatitude                  := 407,
                                    deltaLongitude                 := 573
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z1_I1_POS1_GP_1
            
            const GlcPart c_PICS_Z1_I1_POS1_GP_2 := {
                zoneId                                         := 2, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := -312,
                                    deltaLongitude                 := -134
                                },
                                {
                                    deltaLatitude                  := -575,
                                    deltaLongitude                 := -822
                                },
                                {
                                    deltaLatitude                  := -608,
                                    deltaLongitude                 := -994
                                },
                                {
                                    deltaLatitude                  := -660,
                                    deltaLongitude                 := -1064
                                },
                                {
                                    deltaLatitude                  := -525,
                                    deltaLongitude                 := -746
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z1_I1_POS1_GP_2
            
            const IvimParm c_PICS_Z1_I1_POS1 := {
                provider := {
                    countryCode                                := '0000000001'B,
                    providerIdentifier                         := 13
                },
                iviIdentificationNumber                        := 12,
                iviContainers := { 
                    {
                        glc := {
                            referencePosition                      := c_PICS_Z1_I1_POS1_RP,
                            referencePositionTime                  := omit,
                            referencePositionHeading               := omit, 
                            referencePositionSpeed                 := omit,
                            parts := {
                                c_PICS_Z1_I1_POS1_GP_1,
                                c_PICS_Z1_I1_POS1_GP_2
                            } 
                        }
                    },
                    {
                        giv := {
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 4,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,
                                vehicleCharacteristics         := omit,
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId      := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 57
                                                    
                                                    }
                                                },
                                                attributes := {
                                                    {
                                                        spe := {
                                                            spm := 30,
                                                            mns := omit,
                                                            unit := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            },
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 15,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,    
                                vehicleCharacteristics := {
                                    {
                                        tractor                := omit,
                                        trailer                := omit,
                                        train := {
                                            equalTo := {
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n2
                                                    }
                                                },
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n3
                                                    }
                                                }
                                            },
                                            notEqualTo         := omit, 
                                            ranges := {
                                                {
                                                    comparisonOperator                  := 0, // greaterThan
                                                    limits := {
                                                        vehicleWeightLimits := {
                                                            vehicleMaxLadenWeight       := 0,
                                                            vehicleTrainMaximumWeight   := 750,
                                                            vehicleWeightUnladen        := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 44
                                                    
                                                    }
                                                },
                                                attributes := omit
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            }
                        }
                    }
                }
            } // End of c_PICS_Z1_I1_POS1
            
        } // End of group ivimZone1 
        
        group ivimZone2 {
            
            const ReferencePosition c_PICS_Z2_I1_POS1_RP := {
                latitude                                       := 435512756,
                longitude                                      := 103002535,
                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
                altitude                                       := c_PICS_IVIM_ALTITUDE
            } // End of c_PICS_Z2_I1_POS1_RP
            
            const GlcPart c_PICS_Z2_I1_POS1_GP_1 := {
                zoneId                                         := 1, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := -227,
                                    deltaLongitude                 := -5
                                },
                                {
                                    deltaLatitude                  := -146,
                                    deltaLongitude                 := -1187
                                },
                                {
                                    deltaLatitude                  := -109,
                                    deltaLongitude                 := -1664
                                },
                                {
                                    deltaLatitude                  := -141,
                                    deltaLongitude                 := -1295
                                },
                                {
                                    deltaLatitude                  := -233,
                                    deltaLongitude                 := -2153
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z2_I1_POS1_GP_1
            
            const GlcPart c_PICS_Z2_I1_POS1_GP_2 := {
                zoneId                                         := 2, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := -179,
                                    deltaLongitude                 := 356
                                },
                                {
                                    deltaLatitude                  := 100,
                                    deltaLongitude                 := 891
                                },
                                {
                                    deltaLatitude                  := 94,
                                    deltaLongitude                 := 953
                                },
                                {
                                    deltaLatitude                  := 87,
                                    deltaLongitude                 := 930
                                },
                                {
                                    deltaLatitude                  := 105,
                                    deltaLongitude                 := 930
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z2_I1_POS1_GP_2
            
            const IvimParm c_PICS_Z2_I1_POS1 := {
                provider := {
                    countryCode                                := '0000000001'B,
                    providerIdentifier                         := 13
                },
                iviIdentificationNumber                        := 12,
                iviContainers := { 
                    {
                        glc := {
                            referencePosition                      := c_PICS_Z2_I1_POS1_RP,
                            referencePositionTime                  := omit,
                            referencePositionHeading               := omit, 
                            referencePositionSpeed                 := omit,
                            parts := {
                                c_PICS_Z2_I1_POS1_GP_1,
                                c_PICS_Z2_I1_POS1_GP_2
                            } 
                        }
                    },
                    {
                        giv := {
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 4,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,
                                vehicleCharacteristics         := omit,
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId      := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 57
                                                    
                                                    }
                                                },
                                                attributes := {
                                                    {
                                                        spe := {
                                                            spm := 30,
                                                            mns := omit,
                                                            unit := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            },
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 15,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,    
                                vehicleCharacteristics := {
                                    {
                                        tractor                := omit,
                                        trailer                := omit,
                                        train := {
                                            equalTo := {
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n2
                                                    }
                                                },
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n3
                                                    }
                                                }
                                            },
                                            notEqualTo         := omit, 
                                            ranges := {
                                                {
                                                    comparisonOperator                  := 0, // greaterThan
                                                    limits := {
                                                        vehicleWeightLimits := {
                                                            vehicleMaxLadenWeight       := 0,
                                                            vehicleTrainMaximumWeight   := 750,
                                                            vehicleWeightUnladen        := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 44
                                                    
                                                    }
                                                },
                                                attributes := omit
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            }
                        }
                    }
                }
            } // End of c_PICS_Z2_I1_POS1
            
        } // End of group ivimZone2 
        
        group ivimZone3 {
            
            const ReferencePosition c_PICS_Z3_I1_POS1_RP := {
                latitude                                       := 435533069,
                longitude                                      := 103024528,
                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
                altitude                                       := c_PICS_IVIM_ALTITUDE
            } // End of c_PICS_Z3_I1_POS1_RP
            
            const GlcPart c_PICS_Z3_I1_POS1_GP_1 := {
                zoneId                                         := 1, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := -294,
                                    deltaLongitude                 := -141
                                },
                                {
                                    deltaLatitude                  := -51,
                                    deltaLongitude                 := -902
                                },
                                {
                                    deltaLatitude                  := -40,
                                    deltaLongitude                 := -1008
                                },
                                {
                                    deltaLatitude                  := -116,
                                    deltaLongitude                 := -908
                                },
                                {
                                    deltaLatitude                  := -236,
                                    deltaLongitude                 := -769
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z3_I1_POS1_GP_1
            
            const GlcPart c_PICS_Z3_I1_POS1_GP_2 := {
                zoneId                                         := 2, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := -77,
                                    deltaLongitude                 := 1495
                                },
                                {
                                    deltaLatitude                  := 457,
                                    deltaLongitude                 := 858
                                },
                                {
                                    deltaLatitude                  := 711,
                                    deltaLongitude                 := 1088
                                },
                                {
                                    deltaLatitude                  := 844,
                                    deltaLongitude                 := 1338
                                },
                                {
                                    deltaLatitude                  := 591,
                                    deltaLongitude                 := 821
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z3_I1_POS1_GP_2
            
            const IvimParm c_PICS_Z3_I1_POS1 := {
                provider := {
                    countryCode                                := '0000000001'B,
                    providerIdentifier                         := 13
                },
                iviIdentificationNumber                        := 12,
                iviContainers := { 
                    {
                        glc := {
                            referencePosition                      := c_PICS_Z3_I1_POS1_RP,
                            referencePositionTime                  := omit,
                            referencePositionHeading               := omit, 
                            referencePositionSpeed                 := omit,
                            parts := {
                                c_PICS_Z3_I1_POS1_GP_1,
                                c_PICS_Z3_I1_POS1_GP_2
                            } 
                        }
                    },
                    {
                        giv := {
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 4,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,
                                vehicleCharacteristics         := omit,
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId      := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 57
                                                    
                                                    }
                                                },
                                                attributes := {
                                                    {
                                                        spe := {
                                                            spm := 30,
                                                            mns := omit,
                                                            unit := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            },
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 15,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,    
                                vehicleCharacteristics := {
                                    {
                                        tractor                := omit,
                                        trailer                := omit,
                                        train := {
                                            equalTo := {
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n2
                                                    }
                                                },
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n3
                                                    }
                                                }
                                            },
                                            notEqualTo         := omit, 
                                            ranges := {
                                                {
                                                    comparisonOperator                  := 0, // greaterThan
                                                    limits := {
                                                        vehicleWeightLimits := {
                                                            vehicleMaxLadenWeight       := 0,
                                                            vehicleTrainMaximumWeight   := 750,
                                                            vehicleWeightUnladen        := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 44
                                                    
                                                    }
                                                },
                                                attributes := omit
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            }
                        }
                    }
                }
            } // End of c_PICS_Z3_I1_POS1
            
        } // End of group ivimZone3 
        
        group ivimZone4 {
            
            const ReferencePosition c_PICS_Z4_I1_POS1_RP := {
                latitude                                       := 435563484,
                longitude                                      := 103042973,
                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
                altitude                                       := c_PICS_IVIM_ALTITUDE
            } // End of c_PICS_Z4_I1_POS1_RP
            
            const GlcPart c_PICS_Z4_I1_POS1_GP_1 := {
                zoneId                                         := 1, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := 36,
                                    deltaLongitude                 := -45
                                },
                                {
                                    deltaLatitude                  := -662,
                                    deltaLongitude                 := -1245
                                },
                                {
                                    deltaLatitude                  := -846,
                                    deltaLongitude                 := -1164
                                },
                                {
                                    deltaLatitude                  := -1328,
                                    deltaLongitude                 := -1569
                                },
                                {
                                    deltaLatitude                  := -1142,
                                    deltaLongitude                 := -1446
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z4_I1_POS1_GP_1
            
            const GlcPart c_PICS_Z4_I1_POS1_GP_2 := {
                zoneId                                         := 2, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := 1019,
                                    deltaLongitude                 := 3930
                                },
                                {
                                    deltaLatitude                  := 189,
                                    deltaLongitude                 := 774
                                },
                                {
                                    deltaLatitude                  := 348,
                                    deltaLongitude                 := 815
                                },
                                {
                                    deltaLatitude                  := 366,
                                    deltaLongitude                 := 934
                                },
                                {
                                    deltaLatitude                  := 369,
                                    deltaLongitude                 := 674
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z4_I1_POS1_GP_2
            
            const IvimParm c_PICS_Z4_I1_POS1 := {
                provider := {
                    countryCode                                := '0000000001'B,
                    providerIdentifier                         := 13
                },
                iviIdentificationNumber                        := 12,
                iviContainers := { 
                    {
                        glc := {
                            referencePosition                      := c_PICS_Z4_I1_POS1_RP,
                            referencePositionTime                  := omit,
                            referencePositionHeading               := omit, 
                            referencePositionSpeed                 := omit,
                            parts := {
                                c_PICS_Z4_I1_POS1_GP_1,
                                c_PICS_Z4_I1_POS1_GP_2
                            } 
                        }
                    },
                    {
                        giv := {
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 4,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,
                                vehicleCharacteristics         := omit,
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId      := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 57
                                                    
                                                    }
                                                },
                                                attributes := {
                                                    {
                                                        spe := {
                                                            spm := 30,
                                                            mns := omit,
                                                            unit := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            },
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 15,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,    
                                vehicleCharacteristics := {
                                    {
                                        tractor                := omit,
                                        trailer                := omit,
                                        train := {
                                            equalTo := {
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n2
                                                    }
                                                },
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n3
                                                    }
                                                }
                                            },
                                            notEqualTo         := omit, 
                                            ranges := {
                                                {
                                                    comparisonOperator                  := 0, // greaterThan
                                                    limits := {
                                                        vehicleWeightLimits := {
                                                            vehicleMaxLadenWeight       := 0,
                                                            vehicleTrainMaximumWeight   := 750,
                                                            vehicleWeightUnladen        := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 44
                                                    
                                                    }
                                                },
                                                attributes := omit
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            }
                        }
                    }
                }
            } // End of c_PICS_Z4_I1_POS1
            
        } // End of group ivimZone4 
        
        group ivimZone5 {
            
            const ReferencePosition c_PICS_Z5_I1_POS1_RP := {
                latitude                                       := 435582342,
                longitude                                      := 103065544,
                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
                altitude                                       := c_PICS_IVIM_ALTITUDE
            } // End of c_PICS_Z5_I1_POS1_RP
            
            const GlcPart c_PICS_Z5_I1_POS1_GP_1 := {
                zoneId                                         := 1, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := -9,
                                    deltaLongitude                 := 354
                                },
                                {
                                    deltaLatitude                  := 565,
                                    deltaLongitude                 := -118
                                },
                                {
                                    deltaLatitude                  := 848,
                                    deltaLongitude                 := -39
                                },
                                {
                                    deltaLatitude                  := 570,
                                    deltaLongitude                 := 10
                                },
                                {
                                    deltaLatitude                  := 567,
                                    deltaLongitude                 := -121
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z5_I1_POS1_GP_1
            
            const GlcPart c_PICS_Z5_I1_POS1_GP_2 := {
                zoneId                                         := 2, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := -866,
                                    deltaLongitude                 := 340
                                },
                                {
                                    deltaLatitude                  := -632,
                                    deltaLongitude                 := -103
                                },
                                {
                                    deltaLatitude                  := -756,
                                    deltaLongitude                 := -132
                                },
                                {
                                    deltaLatitude                  := -648,
                                    deltaLongitude                 := -213
                                },
                                {
                                    deltaLatitude                  := -471,
                                    deltaLongitude                 := -115
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z5_I1_POS1_GP_2
            
            const IvimParm c_PICS_Z5_I1_POS1 := {
                provider := {
                    countryCode                                := '0000000001'B,
                    providerIdentifier                         := 13
                },
                iviIdentificationNumber                        := 12,
                iviContainers := { 
                    {
                        glc := {
                            referencePosition                      := c_PICS_Z5_I1_POS1_RP,
                            referencePositionTime                  := omit,
                            referencePositionHeading               := omit, 
                            referencePositionSpeed                 := omit,
                            parts := {
                                c_PICS_Z5_I1_POS1_GP_1,
                                c_PICS_Z5_I1_POS1_GP_2
                            } 
                        }
                    },
                    {
                        giv := {
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 4,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,
                                vehicleCharacteristics         := omit,
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId      := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 57
                                                    
                                                    }
                                                },
                                                attributes := {
                                                    {
                                                        spe := {
                                                            spm := 30,
                                                            mns := omit,
                                                            unit := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            },
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 15,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,    
                                vehicleCharacteristics := {
                                    {
                                        tractor                := omit,
                                        trailer                := omit,
                                        train := {
                                            equalTo := {
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n2
                                                    }
                                                },
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n3
                                                    }
                                                }
                                            },
                                            notEqualTo         := omit, 
                                            ranges := {
                                                {
                                                    comparisonOperator                  := 0, // greaterThan
                                                    limits := {
                                                        vehicleWeightLimits := {
                                                            vehicleMaxLadenWeight       := 0,
                                                            vehicleTrainMaximumWeight   := 750,
                                                            vehicleWeightUnladen        := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 44
                                                    
                                                    }
                                                },
                                                attributes := omit
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            }
                        }
                    }
                }
            } // End of c_PICS_Z5_I1_POS1
            
        } // End of group ivimZone5 
        
        group ivimZone6 {
            
            const ReferencePosition c_PICS_Z6_I1_POS1_RP := {
                latitude                                       := 435551186,
                longitude                                      := 103033248,
                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
                altitude                                       := c_PICS_IVIM_ALTITUDE
            } // End of c_PICS_Z6_I1_POS1_RP
            
            const GlcPart c_PICS_Z6_I1_POS1_GP_1 := {
                zoneId                                         := 1, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := 313,
                                    deltaLongitude                 := 668
                                },
                                {
                                    deltaLatitude                  := 548,
                                    deltaLongitude                 := -879
                                },
                                {
                                    deltaLatitude                  := 545,
                                    deltaLongitude                 := -940
                                },
                                {
                                    deltaLatitude                  := 529,
                                    deltaLongitude                 := -824
                                },
                                {
                                    deltaLatitude                  := 597,
                                    deltaLongitude                 := -992
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z6_I1_POS1_GP_1
            
            const GlcPart c_PICS_Z6_I1_POS1_GP_2 := {
                zoneId                                         := 2, 
                laneNumber                                     := omit,
                zoneExtension                                  := omit,
                zoneHeading                                    := omit,
                zone := {
                    segment := {
                        line := {
                            deltaPositions := {
                                {
                                    deltaLatitude                  := -293,
                                    deltaLongitude                 := 1457
                                },
                                {
                                    deltaLatitude                  := -610,
                                    deltaLongitude                 := 903
                                },
                                {
                                    deltaLatitude                  := -716,
                                    deltaLongitude                 := 1013
                                },
                                {
                                    deltaLatitude                  := -587,
                                    deltaLongitude                 := 945
                                },
                                {
                                    deltaLatitude                  := -585,
                                    deltaLongitude                 := 838
                                }
                            }
                        },
                        laneWidth                              := omit
                    }
                }
            } // End of c_PICS_Z6_I1_POS1_GP_2
            
            const IvimParm c_PICS_Z6_I1_POS1 := {
                provider := {
                    countryCode                                := '0000000001'B,
                    providerIdentifier                         := 13
                },
                iviIdentificationNumber                        := 12,
                iviContainers := { 
                    {
                        glc := {
                            referencePosition                      := c_PICS_Z6_I1_POS1_RP,
                            referencePositionTime                  := omit,
                            referencePositionHeading               := omit, 
                            referencePositionSpeed                 := omit,
                            parts := {
                                c_PICS_Z6_I1_POS1_GP_1,
                                c_PICS_Z6_I1_POS1_GP_2
                            } 
                        }
                    },
                    {
                        giv := {
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 4,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,
                                vehicleCharacteristics         := omit,
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId      := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 57
                                                    
                                                    }
                                                },
                                                attributes := {
                                                    {
                                                        spe := {
                                                            spm := 30,
                                                            mns := omit,
                                                            unit := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            },
                            {
                                  detectionZoneIds := {
                                      1
                                },
                                its_Rrid                       := omit,
                                relevanceZoneIds := {
                                    2
                                }, 
                                direction                      := 0, //Direction_sameDirection_,
                                driverAwarenessZoneIds         := omit, 
                                minimumAwarenessTime           := 15,
                                applicableLanes                := omit,
                                iviType                        := 1, //IviType_regulatoryMessages_,
                                iviPurpose                     := omit,
                                laneStatus                     := omit,    
                                vehicleCharacteristics := {
                                    {
                                        tractor                := omit,
                                        trailer                := omit,
                                        train := {
                                            equalTo := {
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n2
                                                    }
                                                },
                                                {
                                                    euVehicleCategoryCode := {
                                                        euVehicleCategoryN := n3
                                                    }
                                                }
                                            },
                                            notEqualTo         := omit, 
                                            ranges := {
                                                {
                                                    comparisonOperator                  := 0, // greaterThan
                                                    limits := {
                                                        vehicleWeightLimits := {
                                                            vehicleMaxLadenWeight       := 0,
                                                            vehicleTrainMaximumWeight   := 750,
                                                            vehicleWeightUnladen        := 0
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                driverCharacteristics          := omit,
                                layoutId                       := omit,
                                preStoredlayoutId              := omit,
                                roadSignCodes := {
                                    {
                                        layoutComponentId := omit,
                                        code := {
                                            iso14823 := {
                                                pictogramCode := {  
                                                    countryCode := omit, 
                                                    serviceCategoryCode := { 
                                                        trafficSignPictogram := regulatory
                                                    },
                                                    pictogramCategoryCode := {
                                                        nature := 5,
                                                        serialNumber := 44
                                                    
                                                    }
                                                },
                                                attributes := omit
                                            }
                                        }
                                    }
                                },
                                extraText := omit
                            }
                        }
                    }
                }
            } // End of c_PICS_Z6_I1_POS1
            
        } // End of group ivimZone6 
        
    } // End of group ivimEvents 
    
    /* group poimEvents { */
garciay's avatar
garciay committed
        
    /*     group poimCommonParams { */
garciay's avatar
garciay committed
            
    /*         const ItsChargingSpotDataElements c_PICS_CHARGING_SPOT_DATA_01 := { */
    /*             type_                           := '0'B,//standardChargeMode1 */
    /*             evEquipmentID                   := omit, */
    /*             typeOfReceptacle               := '000'B, */
    /*             energyAvailability               := "all", */
    /*             parkingPlacesData               := omit */
    /*         } // End of c_PICS_CHARGING_SPOT_DATA_01 */
garciay's avatar
garciay committed
            
    /*     } // End of group poimCommonParams */
garciay's avatar
garciay committed
        
    /*     group poimZone1 { */
            
    /*         const ReferencePosition c_PICS_POI_LOCATION_01 := { */
    /*             latitude                                    := 435582150, */
    /*             longitude                                   := 103065170, */
    /*             positionConfidenceEllipse                   := { */
    /*                 semiMajorConfidence   := 100, */
    /*                 semiMinorConfidence   := 100, */
    /*                 semiMajorOrientation  := 0 */
    /*             }, */
    /*             altitude                                    := { */
    /*                 altitudeValue := LibItsCommon_ASN1_NamedNumbers.AltitudeValue_referenceEllipsoidSurface_, */
    /*                 altitudeConfidence := alt_000_01 */
    /*             } */
    /*         } // End of c_PICS_POI_LOCATION_01 */
            
    /*         const ItsChargingStationData c_PICS_ITS_CHARGING := { */
    /*             chargingStationID                   := 9876, */
    /*             utilityDistributorId                := omit, */
    /*             providerID                          := omit, */
    /*             chargingStationLocation             := c_PICS_POI_LOCATION_01, */
    /*             address_                            := omit, */
    /*             phoneNumber                         := omit, */
    /*             accessibility                       := "open", */
    /*             digitalMap                          := omit, */
    /*             openingDaysHours                    := "full", */
    /*             pricing                             := "2.00", */
    /*             bookingContactInfo                  := omit, */
    /*             payment                             := omit, */
    /*             chargingSpotsAvailable              := { c_PICS_CHARGING_SPOT_DATA_01 } */
    /*         } // End of c_PICS_ITS_CHARGING */
    /*     } // End of group poimZone1 */
garciay's avatar
garciay committed
        
    /* } // End of group poimEvents  */
garciay's avatar
garciay committed
    
    group ssemEvents {
        
        group ssemCommonParams {
            
            const BtpPortId c_PICS_SSEM_BTP_DESTINATION_PORT := 2008;
            
            const BtpPortId c_PICS_SSEM_BTP_SOURCE_PORT      := 0;
            
        } // End of group ssemCommonParams
        
    } // End of group ssemEvents
    
    group sremEvents {
        
        group sremCommonParams {
            
            const BtpPortId c_PICS_SREM_BTP_DESTINATION_PORT := 2007;
            
            const BtpPortId c_PICS_SREM_BTP_SOURCE_PORT      := 0;
            
        } // End of group sremCommonParams
        
    } // End of group sremEvents
    
    group generationFrequencies {
        
        /**
         * @desc Beacon frequency timer
         */
        const float c_PICS_BEACON_FREQUENCY    := 1.0;
        
        /**
         * @desc CAM frequency timer
         */
        const float c_PICS_CAM_FREQUENY        := 1.0;
        
        /**
         * @desc DENM frequency timer
         */
        const float c_PICS_DENM_FREQUENY       := int2float(c_PICS_DENM_REPETITION_INTERVAL) / 1000.0;
        
        /**
         * @desc MAPEM frequency timer
         */
        const float c_PICS_MAPEM_FREQUENY      := 1.0;
        
        /**
         * @desc SPATEMM frequency timer
         */
        const float c_PICS_SPATEM_FREQUENY     := 1.0;
        
        /**
         * @desc IVIM frequency timer
         */
        const float c_PICS_IVIM_FREQUENY       := 1.0;
        
    } // End of group generationFrequencies 
    
} // End of module ItsRSUsSimulator_Pics