ItsRSUsSimulator_Pics.ttcn 321 KB
Newer Older
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
                        { // 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 PICS_Z6_D1_Hx
                        
                    /**
                     * @desc Z6-D1-Traces/Trace1
                     */
                    modulepar Traces 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 PICS_Z6_D1_Tx
                        
                    modulepar DenmParm PICS_Z6_D1 := {
                        eventPosition                               := PICS_Z6_D1_EP,
                        causeCodeType                               := CauseCodeType_roadworks_,
                        eventHistory                                := PICS_Z6_D1_Hx,
                        traces                                      := PICS_Z6_D1_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                hardShoulderStatus                  := availableForDriving,
                                drivingLaneStatus                   := '0001'B
                            },
                            restriction                             := omit,
3081
                            speedLimit                              := PICS_SPEED_LIMIT,
3082
3083
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
3084
                            startingPointSpeedLimit                 := PICS_Z6_D1_POS0,
garciay's avatar
garciay committed
3085
                            trafficFlowRule                         := passToRight,
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
                            referenceDenms                          := omit
                        }
                    } // End of PICS_Z6_D1
                        
                } // End of group denmZone6_D1
                    
                group denmZone6_D2 {
                        
                    /**
                     * @desc Z6-D2-EP/POS2
                     */
                    modulepar ReferencePosition PICS_Z6_D2_EP := {
                        latitude                                    := 435542600,                               // Z6-D2-EP/latitude
                        longitude                                   := 103032647,                               // Z6-D2-EP/longitude
                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := PICS_DENM_ALTITUDE
                    }; // End of PICS_Z6_D2_EP
                        
                    /**
                     * @desc Z6-D2-EP/EventHistory2
                     */
                    modulepar EventHistory 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 PICS_Z6_D2_Hx
                        
                    /**
                     * @desc Z6-D2-Traces/Trace2
                     */
                    modulepar Traces 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 PICS_Z6_D2_Tx
                        
                    modulepar DenmParm PICS_Z6_D2 := {
                        eventPosition                               := PICS_Z6_D2_EP,
                        causeCodeType                               := CauseCodeType_roadworks_,
                        eventHistory                                := PICS_Z6_D2_Hx,
                        traces                                      := PICS_Z6_D2_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                hardShoulderStatus                  := availableForDriving,
                                drivingLaneStatus                   := '0011'B
                            },
                            restriction                             := omit,
3188
                            speedLimit                              := PICS_SPEED_LIMIT,
3189
3190
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
3191
                            startingPointSpeedLimit                 := omit,
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                            
                    } // End of PICS_Z6_D2
                        
                } // End of group denmZone6_D2
                    
                group denmZone6_D3 {
                        
                    /**
                     * @desc Z6-D3-EP/POS3
                     */
                    modulepar ReferencePosition PICS_Z6_D3_EP := {
                        latitude                                    := 435536760,                               // Z6-D3-EP/latitude
                        longitude                                   := 103024345,                               // Z6-D3-EP/longitude
                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := PICS_DENM_ALTITUDE
3210
                    } // End of PICS_Z6_D3_EP
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
                        
                    /**
                     * @desc Z6-D3-EP/EventHistory1
                     */
                    modulepar EventHistory 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 PICS_Z6_D3_Hx
                        
                    /**
                     * @desc Z6-D3-Traces/Trace1
                     */
                    modulepar Traces 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 PICS_Z6_D3_Tx
                        
                    modulepar DenmParm PICS_Z6_D3 := {
                        eventPosition                               := PICS_Z6_D3_EP,
                        causeCodeType                               := CauseCodeType_roadworks_,
                        eventHistory                                := PICS_Z6_D3_Hx,
                        traces                                      := PICS_Z6_D3_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                hardShoulderStatus                  := closed,
garciay's avatar
garciay committed
3285
                                drivingLaneStatus                   := '0100'B
3286
3287
                            },
                            restriction                             := omit,
3288
                            speedLimit                              := PICS_SPEED_LIMIT,
3289
3290
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
3291
                            startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
3292
                            trafficFlowRule                         := passToLeft,
3293
3294
3295
                            referenceDenms                          := omit
                        }
                    } // End of PICS_Z6_D3
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
                } // group denmZone6_D3
                
            } // group denmZone6
            
            modulepar DenmEventsParmsUseCase PICS_DENM_PARMS_UC1_RWW := {
                { // Zone 1
                    PICS_Z1_D1,
                    PICS_Z1_D2,
                    PICS_Z1_D3
                },
                { // Zone 2
                    PICS_Z2_D1,
                    PICS_Z2_D2,
                    PICS_Z2_D3
                },
                { // Zone 3
                    PICS_Z3_D1,
                    PICS_Z3_D2,
                    PICS_Z3_D3
                },
                { // Zone 4
                    PICS_Z4_D1,
                    PICS_Z4_D2,
                    PICS_Z4_D3
                },
                { // Zone 5
                    PICS_Z5_D1,
                    PICS_Z5_D2,
                    PICS_Z5_D3
                },
                { // Zone 6
                    PICS_Z6_D1,
                    PICS_Z6_D2,
                    PICS_Z6_D3
3331
                }
garciay's avatar
garciay committed
3332
3333
3334
3335
3336
3337
3338
3339
3340
            } // End of PICS_DENM_PARMS_UC1_RWW
            
        } // End of group denmUseCase1 
        
        group denmUseCase2 {
            // TODO To be done
        } // End of group denmUseCase2 
            
        modulepar DenmEventsParmsUseCaseRsu PICS_DENM_EVENTS_RSU := {
3341
3342
            PICS_DENM_PARMS_UC1_RWW,
            PICS_DENM_PARMS_UC1_RWW,
garciay's avatar
garciay committed
3343
3344
3345
3346
3347
3348
3349
3350
3351
            PICS_DENM_PARMS_UC1_RWW
        } // End of PICS_DENM_EVENTS_RSU
        
    } // End of group denmEvents 
    
    group mapemEvents {
        
        group mapemCommonParams {
            
garciay's avatar
garciay committed
3352
            modulepar BtpPortId PICS_MAPEM_BTP_DESTINATION_PORT  := 2003;
garciay's avatar
garciay committed
3353
            
garciay's avatar
garciay committed
3354
            modulepar BtpPortId PICS_MAPEM_BTP_SOURCE_PORT       := 0;
garciay's avatar
garciay committed
3355
            
3356
3357
            modulepar UInt32 PICS_MAPEM_ITS_AID                  := 138;
            
garciay's avatar
garciay committed
3358
3359
3360
        } // End of group mapemCommonParams
        
        group mapemZone1 {
garciay's avatar
garciay committed
3361
            
garciay's avatar
garciay committed
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
            modulepar IntersectionReferenceID PICS_Z1_M1_SL_IDX := {
                region                          := 1,
                id                              := 13001
            } // End of PICS_Z1_M1_SL_IDX
            
            modulepar Position3D PICS_Z1_M1_SL_RP := {
                lat                             := 435517392,
                long                            := 103018217,
                elevation                       := omit,
                regional                        := omit
            } // End of PICS_Z1_M1_SL_RP
            
            modulepar NodeListXY PICS_Z1_M1_SL_LANE1 := {
                nodes := {
                    {
                        delta := {
                            node_XY6 := {
                                x       := 83,
                                y       := -124
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 1555,
                                y       := 1696
                            }
                        },
                        attributes      := omit
                    }
                }
            } // End of PICS_Z1_M1_SL_LANE1
            
            modulepar NodeListXY PICS_Z1_M1_SL_LANE2 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
                                x       := -248,
                                y       := -109
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -2636,
                                y       := -2926
                            }
                        },
                        attributes      := omit
                    } 
                }
            } // End of PICS_Z1_M1_SL_LANE2
            
            modulepar MapemParm PICS_Z1_M1_SL := {
garciay's avatar
garciay committed
3421
3422
                intersections := {
                    { // Start of intersection #0
garciay's avatar
garciay committed
3423
3424
                        name                                := "PICS_Z1_M1_SL - RSU_11",
                        id                                  := PICS_Z1_M1_SL_IDX,
garciay's avatar
garciay committed
3425
                        revision                            := 0,
garciay's avatar
garciay committed
3426
                        refPoint                            := PICS_Z1_M1_SL_RP,
garciay's avatar
garciay committed
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  1,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := 1,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
garciay's avatar
garciay committed
3444
                                nodeList                    := PICS_Z1_M1_SL_LANE1,
garciay's avatar
garciay committed
3445
3446
3447
                                connectsTo := {
                                    {
                                        connectingLane := {
garciay's avatar
garciay committed
3448
                                            lane            := 2,
garciay's avatar
garciay committed
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 1,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
garciay's avatar
garciay committed
3461
                                laneID                      :=  2,
garciay's avatar
garciay committed
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
garciay's avatar
garciay committed
3474
                                nodeList                    := PICS_Z1_M1_SL_LANE2,
garciay's avatar
garciay committed
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #1
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
garciay's avatar
garciay committed
3485
            } // End of PICS_Z1_M1_SL
garciay's avatar
garciay committed
3486
            
garciay's avatar
garciay committed
3487
3488
3489
        } // End of group mapemZone1 
        
        group mapemZone2 {
garciay's avatar
garciay committed
3490
            
garciay's avatar
garciay committed
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
            modulepar IntersectionReferenceID PICS_Z2_M1_SL_IDX := {
                region                          := 1,
                id                              := 23001
            } // End of PICS_Z2_M1_SL_IDX
            
            modulepar Position3D PICS_Z2_M1_SL_RP := {
                lat                             := 435512756,
                long                            := 103002535,
                elevation                       := omit,
                regional                        := omit
            } // End of PICS_Z2_M1_SL_RP
            
            modulepar NodeListXY PICS_Z2_M1_SL_LANE1 := {
                nodes := {
                    {
                        delta := {
                            node_XY6 := {
                                x       := -5,
                                y       := -253
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -701,
                                y       := -5082
                            }
                        },
                        attributes      := omit
                    }
                }
            } // End of PICS_Z2_M1_SL_LANE1
            
            modulepar NodeListXY PICS_Z2_M1_SL_LANE2 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
                                x       := -200,
                                y       := 287
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 429,
                                y       := 2988
                            }
                        },
                        attributes      := omit
                    } 
                }
            } // End of PICS_Z2_M1_SL_LANE2
            
            modulepar MapemParm PICS_Z2_M1_SL := {
3550
3551
                intersections := {
                    { // Start of intersection #0
3552
                        name                                := "PICS_Z2_M1_SL - RSU_3",
garciay's avatar
garciay committed
3553
                        id                                  := PICS_Z2_M1_SL_IDX,
3554
                        revision                            := 0,
garciay's avatar
garciay committed
3555
                        refPoint                            := PICS_Z2_M1_SL_RP,
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  1,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := 1,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
garciay's avatar
garciay committed
3573
                                nodeList                    := PICS_Z2_M1_SL_LANE1,
3574
3575
3576
                                connectsTo := {
                                    {
                                        connectingLane := {
garciay's avatar
garciay committed
3577
                                            lane            := 2,
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 1,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
garciay's avatar
garciay committed
3590
                                laneID                      :=  2,
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
garciay's avatar
garciay committed
3603
                                nodeList                    := PICS_Z2_M1_SL_LANE2,
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #1
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
garciay's avatar
garciay committed
3614
            } // End of PICS_Z2_M1_SL
garciay's avatar
garciay committed
3615
            
garciay's avatar
garciay committed
3616
3617
        } // End of group mapemZone2 
        
garciay's avatar
garciay committed
3618
        group mapemZone3 {
3619
            
garciay's avatar
garciay committed
3620
3621
3622
3623
            modulepar IntersectionReferenceID PICS_Z3_M1_SL_IDX := {
                region                          := 1,
                id                              := 33001
            } // End of PICS_Z3_M1_SL_IDX
3624
            
garciay's avatar
garciay committed
3625
            modulepar Position3D PICS_Z3_M1_SL_RP := {
3626
3627
                lat                             := 435536609,
                long                            := 103031286,
garciay's avatar
garciay committed
3628
3629
3630
                elevation                       := omit,
                regional                        := omit
            } // End of PICS_Z3_M1_SL_RP
3631
            
garciay's avatar
garciay committed
3632
3633
            modulepar NodeListXY PICS_Z3_M1_SL_LANE1 := {
                nodes := {
3634
                    {
garciay's avatar
garciay committed
3635
3636
                        delta := {
                            node_XY6 := {
3637
3638
                                x       := -240,
                                y       := -460
garciay's avatar
garciay committed
3639
                            }
3640
                        },
garciay's avatar
garciay committed
3641
3642
3643
3644
3645
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
3646
3647
                                x       := -3078,
                                y       := -3319
3648
3649
                            }
                        },
garciay's avatar
garciay committed
3650
                        attributes      := omit
3651
                    }
garciay's avatar
garciay committed
3652
3653
                }
            } // End of PICS_Z3_M1_SL_LANE1
3654
            
garciay's avatar
garciay committed
3655
3656
3657
3658
3659
            modulepar NodeListXY PICS_Z3_M1_SL_LANE2 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
3660
3661
                                x       := 232,
                                y       := 552
garciay's avatar
garciay committed
3662
                            }
3663
                        },
garciay's avatar
garciay committed
3664
3665
3666
3667
3668
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
3669
3670
                                x       := 3636,
                                y       := 3778
3671
3672
                            }
                        },
garciay's avatar
garciay committed
3673
3674
3675
3676
                        attributes      := omit
                    } 
                }
            } // End of PICS_Z3_M1_SL_LANE2
3677
            
garciay's avatar
garciay committed
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
            modulepar MapemParm PICS_Z3_M1_SL := {
                intersections := {
                    { // Start of intersection #0
                        name                                := "PICS_Z3_M1_SL - RSU_12",
                        id                                  := PICS_Z3_M1_SL_IDX,
                        revision                            := 0,
                        refPoint                            := PICS_Z3_M1_SL_RP,
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  1,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := 1,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := PICS_Z3_M1_SL_LANE1,
                                connectsTo := {
                                    {
                                        connectingLane := {
                                            lane            := 2,
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 1,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
                                laneID                      :=  2,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := PICS_Z3_M1_SL_LANE2,
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #1
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
            } // End of PICS_Z3_M1_SL
3744
            
garciay's avatar
garciay committed
3745
        } // End of group mapemZone3 
garciay's avatar
garciay committed
3746
        
garciay's avatar
garciay committed
3747
        group mapemZone4 {
garciay's avatar
garciay committed
3748
            
garciay's avatar
garciay committed
3749
3750
3751
3752
            modulepar IntersectionReferenceID PICS_Z4_M1_SL_IDX := {
                region                          := 1,
                id                              := 43001
            } // End of PICS_Z4_M1_SL_IDX
garciay's avatar
garciay committed
3753
            
garciay's avatar
garciay committed
3754
3755
3756
3757
3758
3759
            modulepar Position3D PICS_Z4_M1_SL_RP := {
                lat                             := 435563484,
                long                            := 103042973,
                elevation                       := omit,
                regional                        := omit
            } // End of PICS_Z4_M1_SL_RP
garciay's avatar
garciay committed
3760
            
garciay's avatar
garciay committed
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
            modulepar NodeListXY PICS_Z4_M1_SL_LANE1 := {
                nodes := {
                    {
                        delta := {
                            node_XY6 := {
                                x       := -37,
                                y       := 40
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := -4428,
                                y       := -4376
                            }
                        },
                        attributes      := omit
                    }
                }
            } // End of PICS_Z4_M1_SL_LANE1
3783
            
garciay's avatar
garciay committed
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
            modulepar NodeListXY PICS_Z4_M1_SL_LANE2 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
                                x       := 1134,
                                y       := 3170
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
                                x       := 1415,
                                y       := 2579
                            }
                        },
                        attributes      := omit
                    } 
                }
            } // End of PICS_Z4_M1_SL_LANE2
3806
            
garciay's avatar
garciay committed
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
            modulepar MapemParm PICS_Z4_M1_SL := {
                intersections := {
                    { // Start of intersection #0
                        name                                := "PICS_Z4_M1_SL - RSU_5",
                        id                                  := PICS_Z4_M1_SL_IDX,
                        revision                            := 0,
                        refPoint                            := PICS_Z4_M1_SL_RP,
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  1,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := 1,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := PICS_Z4_M1_SL_LANE1,
                                connectsTo := {
                                    {
                                        connectingLane := {
                                            lane            := 2,
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 1,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
                                laneID                      :=  2,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := PICS_Z4_M1_SL_LANE2,
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #1
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
            } // End of PICS_Z4_M1_SL
            
        } // End of group mapemZone4 
        
        group mapemZone5 {
            
            modulepar IntersectionReferenceID PICS_Z5_M1_SL_IDX := {
                region                          := 1,
                id                              := 53001
            } // End of PICS_Z5_M1_SL_IDX
            
            modulepar Position3D PICS_Z5_M1_SL_RP := {
3884
3885
                lat                             := 435578537,
                long                            := 103061555,
garciay's avatar
garciay committed
3886
3887
3888
3889
3890
3891
3892
3893
3894
                elevation                       := omit,
                regional                        := omit
            } // End of PICS_Z5_M1_SL_RP
            
            modulepar NodeListXY PICS_Z5_M1_SL_LANE1 := {
                nodes := {
                    {
                        delta := {
                            node_XY6 := {
3895
3896
                                x       := 446,
                                y       := -183
garciay's avatar
garciay committed
3897
3898
3899
3900
3901
3902
3903
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
3904
3905
                                x       := 2119,
                                y       := 2217
garciay's avatar
garciay committed
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
                            }
                        },
                        attributes      := omit
                    }
                }
            } // End of PICS_Z5_M1_SL_LANE1
            
            modulepar NodeListXY PICS_Z5_M1_SL_LANE2 := {
                nodes := {
                    { 
                        delta := {
                            node_XY6 := {
3918
3919
                                x       := -795,
                                y       := -134
garciay's avatar
garciay committed
3920
3921
3922
3923
3924
3925
3926
                            }
                        },
                        attributes      := omit
                    },
                    {
                        delta := {
                            node_XY6 := {
3927
3928
                                x       := -2491,
                                y       := -2408
garciay's avatar
garciay committed
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
                            }
                        },
                        attributes      := omit
                    } 
                }
            } // End of PICS_Z5_M1_SL_LANE2
            
            modulepar MapemParm PICS_Z5_M1_SL := {
                intersections := {
                    { // Start of intersection #0
                        name                                := "PICS_Z5_M1_SL - RSU_4",
                        id                                  := PICS_Z5_M1_SL_IDX,
                        revision                            := 0,
                        refPoint                            := PICS_Z5_M1_SL_RP,
                        laneWidth                           := omit,
                        speedLimits                         := omit,
                        laneSet := {
                            { // Start of Lane #1
                                laneID                      :=  1,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := 1,
                                laneAttributes := {
                                    directionalUse          := '10'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := PICS_Z5_M1_SL_LANE1,
                                connectsTo := {
                                    {
                                        connectingLane := {
                                            lane            := 2,
                                            maneuver        := omit
                                        }, 
                                        remoteIntersection  := omit,  
                                        signalGroup         := 1,    
                                        userClass           := omit, 
                                        connectionID        := omit
                                    }
                                },
                                overlays                    := omit,
                                regional                    := omit
                            }, // End of Lane #1
                            { // Start of Lane #2
                                laneID                      :=  2,
                                name                        := omit,
                                ingressApproach             := 1,
                                egressApproach              := 2,
                                laneAttributes := {
                                    directionalUse          := '01'B,
                                    sharedWith              := '0000000000'B,
                                    laneType := {
                                        vehicle             := '00000000'B
                                    },
                                    regional                := omit
                                },
                                maneuvers                   := omit,
                                nodeList                    := PICS_Z5_M1_SL_LANE2,
                                connectsTo                  := omit,
                                overlays                    := omit,
                                regional                    := omit
                            } // End of Lane #1
                        }, // End of LaneSet
                        preemptPriorityData                 := omit,
                        regional                            := omit
                    } // End of intersection #0
                }, // End of field intersections
                roadSegments := omit
For faster browsing, not all history is shown. View entire blame