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,
garciay
committed
latitude := 43551050,
longitude := 10298730,
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,
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
136
137
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
177
178
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
218
219
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
259
260
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
300
301
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
341
342
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
382
383
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
423
424
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 := 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 := 43551209,
longitude := 10300251,
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 := 43558215,
longitude := 10306517,
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 := 43556350,
longitude := 10304745,
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 := 43557066,
longitude := 10301917,
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 := 43555058,
longitude := 10303298,
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 := 43554663,
longitude := 10304190,
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 := 43554128,
longitude := 10301578,
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 := 43553552,
longitude := 10301039,
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,
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
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
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;
garciay
committed
} // End of group denmCommonSettings
garciay
committed
597
598
599
600
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
/**
* @desc Use case #1: Z1-D1-SL/Speed limit
*/
group denmUseCase1 {
/**
* @desc Use case #1: Z1-D1-EP/Event position
*/
group denmZone1 {
group denmZone1_D1 {
/**
* @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
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
},
restriction := omit,
speedLimit := 30,
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := {
deltaLatitude := 0,
deltaLongitude := 0,
deltaAltitude := 0
},
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
812
813
814
815
816
817
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
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
},
restriction := omit,
speedLimit := 30,
incidentIndication := omit,
recommendedPath := omit,
startingPointSpeedLimit := {
deltaLatitude := 0,
deltaLongitude := 0,
deltaAltitude := 0
},
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 := 30,
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/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
},