Newer
Older
module ItsRSUsSimulator_Pics {
// LibCommon
import from LibCommon_BasicTypesAndValues all;
// LibIts
import from ITS_Container language "ASN.1:1997" all;
import from CAM_PDU_Descriptions language "ASN.1:1997" all;
import from DENM_PDU_Descriptions language "ASN.1:1997" all;
import from MAPEM_PDU_Descriptions language "ASN.1:1997" all;
import from SPATEM_PDU_Descriptions language "ASN.1:1997" all;
import from IVIM_PDU_Descriptions language "ASN.1:1997" all;
import from SREM_PDU_Descriptions language "ASN.1:1997" all;
import from SSEM_PDU_Descriptions language "ASN.1:1997" all;
import from DSRC language "ASN.1:1997" all;
import from ElectronicRegistrationIdentificationVehicleDataModule language "ASN.1:1997" all;
// LibItsBtp
import from LibItsBtp_TypesAndValues all;
import from LibItsBtp_Templates all;
// LibItsGeoNetworking
import from LibItsGeoNetworking_TypesAndValues all;
// ItsRSUsSimulator
import from ItsRSUsSimulator_TypesAndValues all;
garciay
committed
/**
* @desc This group describes the RSUs installed on the track
*/
garciay
committed
/**
* @desc RSU #1
*/
group rsu1 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU1 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
garciay
committed
mid := 'AABBCCDDEE01'O
garciay
committed
modulepar RsuParm PICS_RSU1 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU1,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU1,
timestamp_ := 0,
latitude := 435510500,
longitude := 102987300,
garciay
committed
stationID := 1111101,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU1
garciay
committed
} // End of PICS_RSU1
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU1 := {};
} // End of group rsu1
garciay
committed
/**
* @desc RSU #2
*/
garciay
committed
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU2 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE02'O
} // End of PICS_RSU_GN_ADDRESS_RSU2
modulepar RsuParm PICS_RSU2 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU2,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU2,
timestamp_ := 0,
latitude := 435512090,
longitude := 103002510,
garciay
committed
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111102,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU2
} // End of PICS_RSU2
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU2 := {};
} // End of group rsu2
/**
* @desc RSU #3
*/
group rsu3 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU3 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE03'O
} // End of PICS_RSU_GN_ADDRESS_RSU3
modulepar RsuParm PICS_RSU3 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU3,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU3,
timestamp_ := 0,
latitude := 435512090,
longitude := 103002510,
garciay
committed
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111103,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU3
} // End of PICS_RSU3
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU3 := {};
} // End of group rsu3
/**
* @desc RSU #4
*/
group rsu4 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU4 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE04'O
} // End of PICS_RSU_GN_ADDRESS_RSU4
modulepar RsuParm PICS_RSU4 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU4,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU4,
timestamp_ := 0,
latitude := 435582150,
longitude := 103065170,
garciay
committed
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111104,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU4
} // End of PICS_RSU4
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU4 := {};
} // End of group rsu4
/**
* @desc RSU #5
*/
group rsu5 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU5 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE05'O
} // End of PICS_RSU_GN_ADDRESS_RSU5
modulepar RsuParm PICS_RSU5 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU5,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU5,
timestamp_ := 0,
latitude := 435563500,
longitude := 103047450,
garciay
committed
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111105,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU5
} // End of PICS_RSU5
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU5 := {};
} // End of group rsu5
/**
* @desc RSU #6
*/
group rsu6 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU6 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE06'O
} // End of PICS_RSU_GN_ADDRESS_RSU6
modulepar RsuParm PICS_RSU6 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU6,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU6,
timestamp_ := 0,
latitude := 435570660,
longitude := 103019170,
garciay
committed
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111106,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU6
} // End of PICS_RSU6
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU6 := {};
} // End of group rsu6
/**
* @desc RSU #7
*/
group rsu7 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU7 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE07'O
} // End of PICS_RSU_GN_ADDRESS_RSU7
modulepar RsuParm PICS_RSU7 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU7,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU7,
timestamp_ := 0,
latitude := 435550580,
longitude := 103032980,
garciay
committed
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111107,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU7
} // End of PICS_RSU7
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU7 := {};
} // End of group rsu7
/**
* @desc RSU #8
*/
group rsu8 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU8 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE08'O
} // End of PICS_RSU_GN_ADDRESS_RSU8
modulepar RsuParm PICS_RSU8 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU8,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU8,
timestamp_ := 0,
latitude := 435546630,
longitude := 103041900,
garciay
committed
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111108,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU8
} // End of PICS_RSU8
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU8 := {};
} // End of group rsu8
/**
* @desc RSU #9
*/
group rsu9 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU9 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE09'O
} // End of PICS_RSU_GN_ADDRESS_RSU9
modulepar RsuParm PICS_RSU9 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU9,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU9,
timestamp_ := 0,
latitude := 435541280,
longitude := 103015780,
garciay
committed
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111109,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU9
} // End of PICS_RSU9
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU9 := {};
} // End of group rsu9
/**
* @desc RSU #10
*/
group rsu10 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU10 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE0A'O
} // End of PICS_RSU_GN_ADDRESS_RSU10
modulepar RsuParm PICS_RSU10 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU10,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU10,
timestamp_ := 0,
latitude := 435535520,
longitude := 103010390,
garciay
committed
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111110,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU10
} // End of PICS_RSU10
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU10 := {};
} // End of group rsu10
/**
* @desc RSU #11
*/
group rsu11 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU11 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE0B'O
} // End of PICS_RSU_GN_ADDRESS_RSU11
modulepar RsuParm PICS_RSU11 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU11,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU11,
timestamp_ := 0,
latitude := 435528780,
longitude := 103008650,
garciay
committed
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111111,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU11
} // End of PICS_RSU11
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU11 := {};
} // End of group rsu11
/**
* @desc RSU #12
*/
group rsu12 {
/**
* @desc RSU GN address
*/
modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU12 := {
typeOfAddress := e_manual,
stationType := e_roadSideUnit,
stationCountryCode := 33,
mid := 'AABBCCDDEE0C'O
} // End of PICS_RSU_GN_ADDRESS_RSU12
modulepar RsuParm PICS_RSU12 := {
gnAddress := PICS_RSU_GN_ADDRESS_RSU12,
longPosVector := {
gnAddr := PICS_RSU_GN_ADDRESS_RSU12,
timestamp_ := 0,
latitude := 43553123,
longitude := 10302479,
pai := '0'B,
speed := 0,
heading := 0
},
stationID := 1111112,
geoShape := e_geoCircle,
geoParms := {
radius := 500
},
pathHistory := PICS_RSU_PATH_HISTORY_RSU12
} // End of PICS_RSU12
/**
* @desc Path history to approch the RSU
*/
modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU12 := {};
} // End of group rsu12
garciay
committed
PICS_RSU1,
PICS_RSU2,
PICS_RSU3,
PICS_RSU4,
PICS_RSU5,
PICS_RSU6,
PICS_RSU7,
PICS_RSU8,
PICS_RSU9,
PICS_RSU10,
PICS_RSU11,
PICS_RSU12
} // End of PICS_RSU_PARAMS
} // 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 {
modulepar UInt32 PICS_BEACON_ITS_AID := 38;
} // End of group beaconCommonSettings
} // End of group beaconParams
garciay
committed
/**
* @desc This group describes the CAM common settings for the RSUs CAM message broadcast
*/
garciay
committed
/**
* @desc Common settings
*/
group camCommonSettings {
modulepar BtpPortId PICS_CAM_BTP_DESTINATION_PORT := 2001;
modulepar UInt32 PICS_CAM_ITS_AID := 36;
garciay
committed
} // End of group camCommonSettings
group camUseCase6SyncLocation {
modulepar LongPosVector PICS_UC6_DETECTION_POINT := {
gnAddr := {
typeOfAddress := e_manual,
stationType := e_unknown,
stationCountryCode := 0,
mid := '000000000000'O
},
timestamp_ := 0,
latitude := 1234,
longitude := 1234,
pai := '0'B,
speed := 0,
heading := 0
}
/**
* @desc Maximum synchronisation area to start sending CAM
*/
modulepar float PICS_UC6_DETECTION_EPSILLON := 19.0; // 2.0;
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
} // End of group camUseCase6SyncLocation
group camUseCase6VehicleDescription {
modulepar LongPosVector PICS_UC6_VEHICLE_POSITION := {
gnAddr := {
typeOfAddress := e_manual,
stationType := e_passengerCar,
stationCountryCode := 33,
mid := 'AABBCCDDEEFF'O
},
timestamp_ := 0,
latitude := 0,
longitude := 0,
pai := '0'B,
speed := 30,
heading := 0
}
modulepar GeoArea PICS_UC6_VEHICLE_GEOAREA := {
shape := e_geoElip,
area := {
geoAreaPosLatitude := 0,
geoAreaPosLongitude := 0,
distanceA := 5,
distanceB := 3,
angle := 0
}
}
} // End of group camUseCase6VehicleDescription
modulepar Usecase6VehiclePositions PICS_USECASE6_VEHICLE_POSITIONS := {
{
latitude := 435525352,
longitude := 103003415,
positionConfidenceEllipse := {
semiMajorConfidence := SemiAxisLength_oneCentimeter_,
semiMinorConfidence := SemiAxisLength_oneCentimeter_,
semiMajorOrientation := HeadingValue_wgs84North_
},
altitude := {
altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
altitudeConfidence := unavailable
}
}
}
} // End of group camUseCase6
garciay
committed
/**
* @desc This group describes the DENM common settings for the each use cases and for each RSU.
*/
garciay
committed
/**
* @desc Common settings
*/
group denmCommonSettings {
modulepar BtpPortId PICS_DENM_BTP_DESTINATION_PORT := 2002;
modulepar UInt32 PICS_DENM_ITS_AID := 37;
modulepar PosConfidenceEllipse PICS_DENM_POSITION_CONFIDENCE_ELLIPSE := {
semiMajorConfidence := SemiAxisLength_oneCentimeter_,
semiMinorConfidence := SemiAxisLength_oneCentimeter_,
semiMajorOrientation := HeadingValue_wgs84North_
} // End of PICS_DENM_POSITION_CONFIDENCE_ELLIPSE
modulepar Altitude PICS_DENM_ALTITUDE := {
altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
altitudeConfidence := unavailable
} // End of PICS_DENM_ALTITUDE
/**
* @desc DENM repetition interval, in ms
*/
modulepar TransmissionInterval PICS_DENM_REPETITION_INTERVAL := 1000;
/**
* @desc DENM RelevanceDistance
*/
modulepar RelevanceDistance PICS_DENM_RELEVANCE_DISTANCE := lessThan200m;
/**
* @desc DENM RelevanceTrafficDirection
*/
modulepar RelevanceTrafficDirection PICS_DENM_RELEVANCE_TRAFFIC_DIRECTION := upstreamTraffic;
garciay
committed
} // End of group denmCommonSettings
garciay
committed
/**
* @desc Use case #1: Z1-D1-SL/Speed limit
*/
group denmUseCase1 {
/**
* @desc Use case #1: Z1-D1-EP/Event position
*/
group denmZone1 {
modulepar SpeedLimit PICS_SPEED_LIMIT := 30;
garciay
committed
group denmZone1_D1 {
/**
* @desc Z1-D1-EP/POS0
*/
modulepar DeltaReferencePosition PICS_Z1_D1_POS0 := {
deltaLatitude := 4659,
deltaLongitude := 7205,
deltaAltitude := 0
}; // End of PICS_Z1_D1_POS0
garciay
committed
/**
* @desc Z1-D1-EP/POS1
*/
modulepar ReferencePosition PICS_Z1_D1_EP := {
latitude := 435525352, // Z1-D1-EP/latitude
longitude := 103003415, // Z1-D1-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z1_D1_EP
/**
* @desc Z1-D1-EP/EventHistory1
*/
modulepar EventHistory PICS_Z1_D1_Hx := {
{ // Z1_D1_H1
eventPosition := {
deltaLatitude := -2546,
deltaLongitude := -3697,
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
garciay
committed
{ // Z1_D1_H2
eventPosition := {
deltaLatitude := -3699,
deltaLongitude := -5788,
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
}
}; // End of PICS_Z1_D1_Hx
/**
* @desc Z1-D1-Traces/Trace1
*/
modulepar Traces PICS_Z1_D1_Tx := {
{
{ // Z1-D1-T1
pathPosition := {
deltaLatitude := 4659,
deltaLongitude := 7205,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
{ // Z1-D1-T2
pathPosition := {
deltaLatitude := 510,
deltaLongitude := 720,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
{ // Z1-D1-T3
pathPosition := {
deltaLatitude := 208,
deltaLongitude := 531,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
{ // Z1-D1-T4
pathPosition := {
deltaLatitude := 154,
deltaLongitude := 409,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
{ // Z1-D1-T5
pathPosition := {
deltaLatitude := 160,
deltaLongitude := 1041,
deltaAltitude := 0
},
pathDeltaTime := omit
}
}
}; // End of PICS_Z1_D1_Tx
modulepar DenmParm PICS_Z1_D1 := {
eventPosition := PICS_Z1_D1_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z1_D1_Hx,
traces := PICS_Z1_D1_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := LightBarSirenInUse_sirenActivated_,
garciay
committed
closedLanes := {
hardShoulderStatus := availableForDriving,
garciay
committed
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
garciay
committed
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := PICS_Z1_D1_POS0,
garciay
committed
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z1_D1
} // End of group denmZone1_D1
group denmZone1_D2 {
/**
* @desc Z1-D2-EP/POS2
*/
modulepar ReferencePosition PICS_Z1_D2_EP := {
latitude := 435519107, // Z1-D2-EP/latitude
longitude := 102993930, // Z1-D2-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z1_D2_EP
/**
* @desc Z1-D2-EP/EventHistory2
*/
modulepar EventHistory PICS_Z1_D2_Hx := {
{ // Z1_D2_H1
eventPosition := {
deltaLatitude := -2750,
deltaLongitude := -4251,
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
garciay
committed
{ // Z1_D2_H2
eventPosition := {
deltaLatitude := -2936,
deltaLongitude := -3641,
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
}
}; // End of PICS_Z1_D2_Hx
/**
* @desc Z1-D2-Traces/Trace2
*/
modulepar Traces PICS_Z1_D2_Tx := {
{
{ // Z1-D2-T1
pathPosition := {
deltaLatitude := 3699,
deltaLongitude := 5788,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z1-D2-T2
pathPosition := {
deltaLatitude := 456,
deltaLongitude := 598,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z1-D2-T3
pathPosition := {
deltaLatitude := 450,
deltaLongitude := 697,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z1-D2-T4
pathPosition := {
deltaLatitude := 619,
deltaLongitude := 963,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z1-D2-T5
pathPosition := {
deltaLatitude := 510,
deltaLongitude := 719,
deltaAltitude := 0
},
pathDeltaTime := omit
}
garciay
committed
}
}; // End of PICS_Z1_D2_Tx
modulepar DenmParm PICS_Z1_D2 := {
eventPosition := PICS_Z1_D2_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z1_D2_Hx,
traces := PICS_Z1_D2_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := LightBarSirenInUse_lightBarActivated_,
garciay
committed
closedLanes := {
hardShoulderStatus := availableForDriving,
garciay
committed
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
garciay
committed
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := omit,
garciay
committed
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z1_D2
} // End of group denmZone1_D2
group denmZone1_D3 {
/**
* @desc Z1-D3-EP/POS3
*/
modulepar ReferencePosition PICS_Z1_D3_EP := {
latitude := 435513421, // Z1-D3-EP/latitude
longitude := 102986038, // Z1-D3-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z1_D3_EP
/**
* @desc Z1-D3-EP/EventHistory1
*/
modulepar EventHistory PICS_Z1_D3_Hx := {
{ // Z1_D3_H1
eventPosition := {
deltaLatitude := -1158,
deltaLongitude := -45,
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
},
{ // Z1_D3_H2
eventPosition := {
deltaLatitude := -1299,
deltaLongitude := -819,
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
}
}; // End of PICS_Z1_D3_Hx
/**
* @desc Z1-D3-Traces/Trace1
*/
modulepar Traces PICS_Z1_D3_Tx := {
{
{ // Z1-D3-T1
pathPosition := {
deltaLatitude := 3435,
deltaLongitude := 4483,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z1-D3-T2
pathPosition := {
deltaLatitude := 626,
deltaLongitude := 863,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z1-D3-T3
pathPosition := {
deltaLatitude := 500,
deltaLongitude := 541,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z1-D3-T4
pathPosition := {
deltaLatitude := 564,
deltaLongitude := 841,
deltaAltitude := 0
},
pathDeltaTime := omit
}
garciay
committed
}
}; // End of PICS_Z1_D3_Tx
modulepar DenmParm PICS_Z1_D3 := {
eventPosition := PICS_Z1_D3_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z1_D3_Hx,
traces := PICS_Z1_D3_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := closed,
garciay
committed
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
garciay
committed
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := {
deltaLatitude := 0,
deltaLongitude := 0,
deltaAltitude := 0
},
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z1_D3
} // End of denmZone1_D3
} // End of group denmZone1
garciay
committed
group denmZone2 {
group denmZone2_D1 {
/**
* @desc Z2-D1-EP/POS0
*/
modulepar DeltaReferencePosition PICS_Z2_D1_POS0 := {
deltaLatitude := -1377,
deltaLongitude := -12164,
deltaAltitude := 0
}; // End of PICS_Z2_D1_POS0
garciay
committed
/**
* @desc Z2-D1-EP/POS1
*/
modulepar ReferencePosition PICS_Z2_D1_EP := {
latitude := 435512286, // Z2-D1-EP/latitude
longitude := 102999675, // Z2-D1-EP/longitude
garciay
committed
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z2_D1_EP
/**
* @desc Z2-D1-EP/EventHistory1
*/
modulepar EventHistory PICS_Z2_D1_Hx := {
{ // Z2_D1_H1
eventPosition := {
deltaLatitude := 718,
deltaLongitude := 7406,
garciay
committed
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
},
{ // Z2_D1_H2
eventPosition := {
deltaLatitude := 577,
deltaLongitude := 5717,
garciay
committed
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
}
}; // End of PICS_Z2_D1_Hx
/**
* @desc Z2-D1-Traces/Trace1
*/
modulepar Traces PICS_Z2_D1_Tx := {
{
{ // Z2-D1-T1
pathPosition := {
deltaLatitude := 4659,
deltaLongitude := 7205,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D1-T2
pathPosition := {
deltaLatitude := -1377,
deltaLongitude := -12164,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D1-T3
pathPosition := {
deltaLatitude := 55,
deltaLongitude := -609,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D1-T4
pathPosition := {
deltaLatitude := 312,
deltaLongitude := -587,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D1-T5
pathPosition := {
deltaLatitude := 358,
deltaLongitude := -421,
deltaAltitude := 0
},
pathDeltaTime := omit
}
garciay
committed
}
}; // End of PICS_Z2_D1_Tx
modulepar DenmParm PICS_Z2_D1 := {
eventPosition := PICS_Z2_D1_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z2_D1_Hx,
traces := PICS_Z2_D1_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := availableForDriving,
drivingLaneStatus := '0001'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
garciay
committed
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := PICS_Z2_D1_POS0,
garciay
committed
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z2_D1
} // End of group denmZone2_D1
group denmZone2_D2 {
/**
* @desc Z2-D2-EP/POS2
*/
modulepar ReferencePosition PICS_Z2_D2_EP := {
latitude := 435513581, // Z2-D2-EP/latitude
longitude := 103012798, // Z2-D2-EP/longitude
garciay
committed
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z2_D2_EP
/**
* @desc Z2-D2-EP/EventHistory2
*/
modulepar EventHistory PICS_Z2_D2_Hx := {
{ // Z2_D2_H1
eventPosition := {
deltaLatitude := 3883,
deltaLongitude := 5826,
garciay
committed
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
},
{ // Z2_D2_H2
eventPosition := {
deltaLatitude := 3550,
deltaLongitude := 1859,
garciay
committed
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
}
}; // End of PICS_Z2_D2_Hx
/**
* @desc Z2-D2-Traces/Trace2
*/
modulepar Traces PICS_Z2_D2_Tx := {
{
{ // Z2-D2-T1
pathPosition := {
deltaLatitude := -861,
deltaLongitude := -8506,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D2-T2
pathPosition := {
deltaLatitude := -88,
deltaLongitude := -949,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D2-T3
pathPosition := {
deltaLatitude := -97,
deltaLongitude := -817,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D2-T4
pathPosition := {
deltaLatitude := -118,
deltaLongitude := -815,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D2-T5
pathPosition := {
deltaLatitude := -5,
deltaLongitude := -631,
deltaAltitude := 0
},
pathDeltaTime := omit
}
garciay
committed
}
}; // End of PICS_Z2_D2_Tx
modulepar DenmParm PICS_Z2_D2 := {
eventPosition := PICS_Z2_D2_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z2_D2_Hx,
traces := PICS_Z2_D2_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := availableForDriving,
drivingLaneStatus := '0011'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
garciay
committed
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := omit,
garciay
committed
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z2_D2
} // End of group denmZone2_D2
group denmZone2_D3 {
/**
* @desc Z2-D3-EP/POS3
*/
modulepar ReferencePosition PICS_Z2_D3_EP := {
latitude := 435521014, // Z2-D3-EP/latitude
longitude := 103020483, // Z2-D3-EP/longitude
garciay
committed
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z2_D3_EP
/**
* @desc Z2-D3-EP/EventHistory1
*/
modulepar EventHistory PICS_Z2_D3_Hx := {
{ // Z2_D3_H1
eventPosition := {
deltaLatitude := 3169,
deltaLongitude := 1084,
garciay
committed
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
},
{ // Z2_D3_H2
eventPosition := {
deltaLatitude := 2020,
deltaLongitude := -1029,
garciay
committed
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
}
}; // End of PICS_Z2_D3_Hx
/**
* @desc Z2-D3-Traces/Trace1
*/
modulepar Traces PICS_Z2_D3_Tx := {
{
{ // Z2-D3-T1
pathPosition := {
deltaLatitude := -6382,
deltaLongitude := -3852,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D3-T2
pathPosition := {
deltaLatitude := -132,
deltaLongitude := -653,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D3-T3
pathPosition := {
deltaLatitude := -355,
deltaLongitude := -1040,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
},
{ // Z2-D3-T4
pathPosition := {
deltaLatitude := -362,
deltaLongitude := -941,
deltaAltitude := 0
},
pathDeltaTime := omit
garciay
committed
}
}
}; // End of PICS_Z2_D3_Tx
modulepar DenmParm PICS_Z2_D3 := {
eventPosition := PICS_Z2_D3_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z2_D3_Hx,
traces := PICS_Z2_D3_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := closed,
drivingLaneStatus := '01'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
garciay
committed
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := omit,
garciay
committed
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z2_D3
garciay
committed
} // End of group denmZone2
group denmZone3 {
group denmZone3_D1 {
/**
* @desc Z3-D1-EP/POS0
*/
modulepar DeltaReferencePosition PICS_Z3_D1_POS0 := {
deltaLatitude := -4657,
deltaLongitude := -9320,
deltaAltitude := 0
}; // End of PICS_Z3_D1_POS0
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
/**
* @desc Z3-D1-EP/POS1
*/
modulepar ReferencePosition PICS_Z3_D1_EP := {
latitude := 435537393, // Z3-D1-EP/latitude
longitude := 103003415, // Z3-D1-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z3_D1_EP
/**
* @desc Z3-D1-EP/EventHistory1
*/
modulepar EventHistory PICS_Z3_D1_Hx := {
{ // Z3_D1_H1
eventPosition := {
deltaLatitude := -2546,
deltaLongitude := -3697,
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
},
{ // Z3_D1_H2
eventPosition := {
deltaLatitude := -3699,
deltaLongitude := -5788,
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
}
}; // End of PICS_Z3_D1_Hx
/**
* @desc Z3-D1-Traces/Trace1
*/
modulepar Traces PICS_Z3_D1_Tx := {
{
{ // Z3-D1-T1
pathPosition := {
deltaLatitude := 4659,
deltaLongitude := 7205,
deltaAltitude := 0
},
pathDeltaTime := omit
},
{ // Z3-D1-T2
pathPosition := {
deltaLatitude := 510,
deltaLongitude := 720,
deltaAltitude := 0
},
pathDeltaTime := omit
},
{ // Z3-D1-T3
pathPosition := {
deltaLatitude := -247,
deltaLongitude := -797,
deltaAltitude := 0
},
pathDeltaTime := omit
},
{ // Z3-D1-T4
pathPosition := {
deltaLatitude := -258,
deltaLongitude := -675,
deltaAltitude := 0
},
pathDeltaTime := omit
},
{ // Z3-D1-T5
pathPosition := {
deltaLatitude := -4657,
deltaLongitude := -9320,
deltaAltitude := 0
},
pathDeltaTime := omit
}
}
}; // End of PICS_Z3_D1_Tx
modulepar DenmParm PICS_Z3_D1 := {
eventPosition := PICS_Z3_D1_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z3_D1_Hx,
traces := PICS_Z3_D1_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := availableForDriving,
drivingLaneStatus := '0001'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := PICS_Z3_D1_POS0,
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z3_D1
} // End of group denmZone3_D1
group denmZone3_D2 {
/**
* @desc Z3-D2-EP/POS2
*/
modulepar ReferencePosition PICS_Z3_D2_EP := {
latitude := 435543599, // Z3-D2-EP/latitude
longitude := 103041247, // Z3-D2-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z3_D2_EP
/**
* @desc Z3-D2-EP/EventHistory2
*/
modulepar EventHistory 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 PICS_Z3_D2_Hx
/**
* @desc Z3-D2-Traces/Trace2
*/
modulepar Traces 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 PICS_Z3_D2_Tx
modulepar DenmParm PICS_Z3_D2 := {
eventPosition := PICS_Z3_D2_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z3_D2_Hx,
traces := PICS_Z3_D2_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := availableForDriving,
drivingLaneStatus := '0011'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := omit,
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z3_D2
} // End of group denmZone3_D2
group denmZone3_D3 {
/**
* @desc Z3-D3-EP/POS3
*/
modulepar ReferencePosition PICS_Z3_D3_EP := {
latitude := 435550184, // Z3-D3-EP/latitude
longitude := 103037351, // Z3-D3-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z3_D3_EP
/**
* @desc Z3-D3-EP/EventHistory1
*/
modulepar EventHistory 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 PICS_Z3_D3_Hx
/**
* @desc Z3-D3-Traces/Trace1
*/
modulepar Traces 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 PICS_Z3_D3_Tx
modulepar DenmParm PICS_Z3_D3 := {
eventPosition := PICS_Z3_D3_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z3_D3_Hx,
traces := PICS_Z3_D3_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := closed,
drivingLaneStatus := '01'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := omit,
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z3_D3
} // group denmZone3_D3
} // group denmZone3
group denmZone4 {
group denmZone4_D1 {
/**
* @desc Z4-D1-EP/POS0
*/
modulepar DeltaReferencePosition PICS_Z4_D1_POS0 := {
deltaLatitude := -6894,
deltaLongitude := -8590,
deltaAltitude := 0
}; // End of PICS_Z4_D1_POS0
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
/**
* @desc Z4-D1-EP/POS1
*/
modulepar ReferencePosition PICS_Z4_D1_EP := {
latitude := 435562873, // Z4-D1-EP/latitude
longitude := 103041679, // Z4-D1-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z4_D1_EP
/**
* @desc Z4-D1-EP/EventHistory1
*/
modulepar EventHistory 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 PICS_Z4_D1_Hx
/**
* @desc Z4-D1-Traces/Trace1
*/
modulepar Traces 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 PICS_Z4_D1_Tx
modulepar DenmParm PICS_Z4_D1 := {
eventPosition := PICS_Z4_D1_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z4_D1_Hx,
traces := PICS_Z4_D1_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := availableForDriving,
drivingLaneStatus := '0001'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := PICS_Z4_D1_POS0,
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z4_D1
} // End of group denmZone4_D1
group denmZone4_D2 {
/**
* @desc Z4-D2-EP/POS2
*/
modulepar ReferencePosition PICS_Z4_D2_EP := {
latitude := 435567174, // Z4-D2-EP/latitude
longitude := 103052073, // Z4-D2-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z4_D2_EP
/**
* @desc Z4-D2-EP/EventHistory2
*/
modulepar EventHistory 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 PICS_Z4_D2_Hx
/**
* @desc Z4-D2-Traces/Trace2
*/
modulepar Traces 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 PICS_Z4_D2_Tx
modulepar DenmParm PICS_Z4_D2 := {
eventPosition := PICS_Z4_D2_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z4_D2_Hx,
traces := PICS_Z4_D2_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := availableForDriving,
drivingLaneStatus := '0011'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := omit,
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z4_D2
} // End of group denmZone4_D2
group denmZone4_D3 {
/**
* @desc Z4-D3-EP/POS3
*/
modulepar ReferencePosition PICS_Z4_D3_EP := {
latitude := 435573552, // Z4-D3-EP/latitude
longitude := 103060751, // Z4-D3-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z4_D3_EP
/**
* @desc Z4-D3-EP/EventHistory1
*/
modulepar EventHistory PICS_Z4_D3_Hx := {
{ // Z4_D3_H1
eventPosition := {
deltaLatitude := 2629,
deltaLongitude := 3476,
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
},
{ // Z4_D3_H2
eventPosition := {
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
deltaLongitude := 2181,
deltaAltitude := 0
},
eventDeltaTime := omit,
informationQuality := 0
}
}; // End of PICS_Z4_D3_Hx
/**
* @desc Z4-D3-Traces/Trace1
*/
modulepar Traces 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 PICS_Z4_D3_Tx
modulepar DenmParm PICS_Z4_D3 := {
eventPosition := PICS_Z4_D3_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z4_D3_Hx,
traces := PICS_Z4_D3_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := closed,
drivingLaneStatus := '01'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := omit,
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z4_D3
} // group denmZone4_D3
} // group denmZone4
group denmZone5 {
group denmZone5_D1 {
/**
* @desc Z5-D1-EP/POS0
*/
modulepar DeltaReferencePosition PICS_Z5_D1_POS0 := {
deltaLatitude := 10830,
deltaLongitude := 4285,
deltaAltitude := 0
}; // End of PICS_Z5_D1_POS0
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
/**
* @desc Z5-D1-EP/POS1
*/
modulepar ReferencePosition PICS_Z5_D1_EP := {
latitude := 435574984, // Z5-D1-EP/latitude
longitude := 103061238, // Z5-D1-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z5_D1_EP
/**
* @desc Z5-D1-EP/EventHistory1
*/
modulepar EventHistory 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 PICS_Z5_D1_Hx
/**
* @desc Z5-D1-Traces/Trace1
*/
modulepar Traces 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 PICS_Z5_D1_Tx
modulepar DenmParm PICS_Z5_D1 := {
eventPosition := PICS_Z5_D1_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z5_D1_Hx,
traces := PICS_Z5_D1_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := availableForDriving,
drivingLaneStatus := '0001'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := PICS_Z5_D1_POS0,
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z5_D1
} // End of group denmZone5_D1
group denmZone5_D2 {
/**
* @desc Z5-D2-EP/POS2
*/
modulepar ReferencePosition PICS_Z5_D2_EP := {
latitude := 435568551, // Z5-D2-EP/latitude
longitude := 103052438, // Z5-D2-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z5_D2_EP
/**
* @desc Z5-D2-EP/EventHistory2
*/
modulepar EventHistory 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 PICS_Z5_D2_Hx
/**
* @desc Z5-D2-Traces/Trace2
*/
modulepar Traces 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 PICS_Z5_D2_Tx
modulepar DenmParm PICS_Z5_D2 := {
eventPosition := PICS_Z5_D2_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z5_D2_Hx,
traces := PICS_Z5_D2_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := availableForDriving,
drivingLaneStatus := '0011'B
},
restriction := omit,
speedLimit := PICS_SPEED_LIMIT,
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := omit,
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
trafficFlowRule := passToRight,
referenceDenms := omit
}
} // End of PICS_Z5_D2
} // End of group denmZone5_D2
group denmZone5_D3 {
/**
* @desc Z5-D3-EP/POS3
*/
modulepar ReferencePosition PICS_Z5_D3_EP := {
latitude := 435565175, // Z5-D3-EP/latitude
longitude := 103041136, // Z5-D3-EP/longitude
positionConfidenceEllipse := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
altitude := PICS_DENM_ALTITUDE
}; // End of PICS_Z5_D3_EP
/**
* @desc Z5-D3-EP/EventHistory1
*/
modulepar EventHistory 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 PICS_Z5_D3_Hx
/**
* @desc Z5-D3-Traces/Trace1
*/
modulepar Traces 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 PICS_Z5_D3_Tx
modulepar DenmParm PICS_Z5_D3 := {
eventPosition := PICS_Z5_D3_EP,
causeCodeType := CauseCodeType_roadworks_,
eventHistory := PICS_Z5_D3_Hx,
traces := PICS_Z5_D3_Tx,
roadWorksContainerExtended := {
lightBarSirenInUse := omit,
closedLanes := {
hardShoulderStatus := closed,
drivingLaneStatus := '01'B
},
restriction := omit,