@irsdk-node/native 4.0.1 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/README.md +46 -46
  2. package/binding.gyp +28 -19
  3. package/dist/INativeSDK.d.ts +28 -0
  4. package/dist/INativeSDK.js +2 -0
  5. package/dist/MockSdk.d.ts +43 -0
  6. package/dist/MockSdk.js +70 -0
  7. package/dist/mock-data/loader.d.ts +3 -0
  8. package/dist/mock-data/loader.js +41 -0
  9. package/dist/mock-data/session.json +4305 -0
  10. package/dist/mock-data/telemetry.json +4986 -0
  11. package/{src/index.d.ts → index.d.ts} +5 -35
  12. package/index.js +36 -0
  13. package/lib/irsdk_client.cpp +495 -495
  14. package/lib/irsdk_client.h +139 -139
  15. package/lib/irsdk_defines.h +528 -528
  16. package/{src → lib}/irsdk_node.cc +404 -375
  17. package/{src → lib}/irsdk_node.h +49 -50
  18. package/lib/irsdk_node_mocked.cc +226 -0
  19. package/lib/irsdk_utils.cpp +377 -377
  20. package/lib/yaml_parser.cpp +176 -176
  21. package/lib/yaml_parser.h +34 -34
  22. package/package.json +36 -28
  23. package/prebuilds/darwin-arm64/@irsdk-node+native.node +0 -0
  24. package/prebuilds/linux-x64/@irsdk-node+native.node +0 -0
  25. package/prebuilds/win32-x64/@irsdk-node+native.node +0 -0
  26. package/build/Debug/irsdk_node.exp +0 -0
  27. package/build/Debug/irsdk_node.lib +0 -0
  28. package/build/Debug/irsdk_node.node +0 -0
  29. package/build/Debug/irsdk_node.pdb +0 -0
  30. package/build/Debug/obj/irsdk_node/irsdk_node.node.recipe +0 -11
  31. package/build/Debug/obj/irsdk_node/irsdk_node.tlog/CL.command.1.tlog +0 -0
  32. package/build/Debug/obj/irsdk_node/irsdk_node.tlog/CL.read.1.tlog +0 -0
  33. package/build/Debug/obj/irsdk_node/irsdk_node.tlog/CL.write.1.tlog +0 -0
  34. package/build/Debug/obj/irsdk_node/irsdk_node.tlog/Cl.items.tlog +0 -4
  35. package/build/Debug/obj/irsdk_node/irsdk_node.tlog/irsdk_node.lastbuildstate +0 -2
  36. package/build/Debug/obj/irsdk_node/irsdk_node.tlog/link.command.1.tlog +0 -0
  37. package/build/Debug/obj/irsdk_node/irsdk_node.tlog/link.read.1.tlog +0 -0
  38. package/build/Debug/obj/irsdk_node/irsdk_node.tlog/link.secondary.1.tlog +0 -3
  39. package/build/Debug/obj/irsdk_node/irsdk_node.tlog/link.write.1.tlog +0 -0
  40. package/build/Debug/obj/irsdk_node/lib/irsdk_utils.obj +0 -0
  41. package/build/Debug/obj/irsdk_node/lib/yaml_parser.obj +0 -0
  42. package/build/Debug/obj/irsdk_node/src/irsdk_node.obj +0 -0
  43. package/build/Debug/obj/irsdk_node/vcpkg.applocal.log +0 -1
  44. package/build/Debug/obj/irsdk_node/win_delay_load_hook.obj +0 -0
  45. package/build/Release/irsdk_node.exp +0 -0
  46. package/build/Release/irsdk_node.iobj +0 -0
  47. package/build/Release/irsdk_node.ipdb +0 -0
  48. package/build/Release/irsdk_node.lib +0 -0
  49. package/build/Release/irsdk_node.node +0 -0
  50. package/build/Release/irsdk_node.pdb +0 -0
  51. package/build/Release/obj/irsdk_node/irsdk_node.node.recipe +0 -11
  52. package/build/Release/obj/irsdk_node/irsdk_node.tlog/CL.command.1.tlog +0 -0
  53. package/build/Release/obj/irsdk_node/irsdk_node.tlog/CL.read.1.tlog +0 -0
  54. package/build/Release/obj/irsdk_node/irsdk_node.tlog/CL.write.1.tlog +0 -0
  55. package/build/Release/obj/irsdk_node/irsdk_node.tlog/Cl.items.tlog +0 -4
  56. package/build/Release/obj/irsdk_node/irsdk_node.tlog/irsdk_node.lastbuildstate +0 -2
  57. package/build/Release/obj/irsdk_node/irsdk_node.tlog/link.command.1.tlog +0 -0
  58. package/build/Release/obj/irsdk_node/irsdk_node.tlog/link.read.1.tlog +0 -0
  59. package/build/Release/obj/irsdk_node/irsdk_node.tlog/link.secondary.1.tlog +0 -5
  60. package/build/Release/obj/irsdk_node/irsdk_node.tlog/link.write.1.tlog +0 -0
  61. package/build/Release/obj/irsdk_node/lib/irsdk_utils.obj +0 -0
  62. package/build/Release/obj/irsdk_node/lib/yaml_parser.obj +0 -0
  63. package/build/Release/obj/irsdk_node/src/irsdk_node.obj +0 -0
  64. package/build/Release/obj/irsdk_node/vcpkg.applocal.log +0 -1
  65. package/build/Release/obj/irsdk_node/win_delay_load_hook.obj +0 -0
  66. package/build/binding.sln +0 -19
  67. package/build/config.gypi +0 -415
  68. package/build/irsdk_node.vcxproj +0 -157
  69. package/build/irsdk_node.vcxproj.filters +0 -73
  70. package/dist/index.d.ts +0 -1
  71. package/dist/index.js +0 -13
  72. package/src/index.js +0 -11
@@ -0,0 +1,4986 @@
1
+ {
2
+ "SessionTime": {
3
+ "countAsTime": false,
4
+ "length": 1,
5
+ "name": "SessionTime",
6
+ "description": "Seconds since session start",
7
+ "unit": "s",
8
+ "varType": 5,
9
+ "value": [
10
+ 2128.8999593106078
11
+ ]
12
+ },
13
+ "SessionTick": {
14
+ "countAsTime": false,
15
+ "length": 1,
16
+ "name": "SessionTick",
17
+ "description": "Current update number",
18
+ "unit": "",
19
+ "varType": 2,
20
+ "value": [
21
+ 85735
22
+ ]
23
+ },
24
+ "SessionNum": {
25
+ "countAsTime": false,
26
+ "length": 1,
27
+ "name": "SessionNum",
28
+ "description": "Session number",
29
+ "unit": "",
30
+ "varType": 2,
31
+ "value": [
32
+ 0
33
+ ]
34
+ },
35
+ "SessionState": {
36
+ "countAsTime": false,
37
+ "length": 1,
38
+ "name": "SessionState",
39
+ "description": "Session state",
40
+ "unit": "irsdk_SessionState",
41
+ "varType": 2,
42
+ "value": [
43
+ 4
44
+ ]
45
+ },
46
+ "SessionUniqueID": {
47
+ "countAsTime": false,
48
+ "length": 1,
49
+ "name": "SessionUniqueID",
50
+ "description": "Session ID",
51
+ "unit": "",
52
+ "varType": 2,
53
+ "value": [
54
+ 1
55
+ ]
56
+ },
57
+ "SessionFlags": {
58
+ "countAsTime": false,
59
+ "length": 1,
60
+ "name": "SessionFlags",
61
+ "description": "Session flags",
62
+ "unit": "irsdk_Flags",
63
+ "varType": 3,
64
+ "value": [
65
+ 268697600
66
+ ]
67
+ },
68
+ "SessionTimeRemain": {
69
+ "countAsTime": false,
70
+ "length": 1,
71
+ "name": "SessionTimeRemain",
72
+ "description": "Seconds left till session ends",
73
+ "unit": "s",
74
+ "varType": 5,
75
+ "value": [
76
+ 1471.1167073560591
77
+ ]
78
+ },
79
+ "SessionLapsRemain": {
80
+ "countAsTime": false,
81
+ "length": 1,
82
+ "name": "SessionLapsRemain",
83
+ "description": "Old laps left till session ends use SessionLapsRemainEx",
84
+ "unit": "",
85
+ "varType": 2,
86
+ "value": [
87
+ 32767
88
+ ]
89
+ },
90
+ "SessionLapsRemainEx": {
91
+ "countAsTime": false,
92
+ "length": 1,
93
+ "name": "SessionLapsRemainEx",
94
+ "description": "New improved laps left till session ends",
95
+ "unit": "",
96
+ "varType": 2,
97
+ "value": [
98
+ 32767
99
+ ]
100
+ },
101
+ "SessionTimeTotal": {
102
+ "countAsTime": false,
103
+ "length": 1,
104
+ "name": "SessionTimeTotal",
105
+ "description": "Total number of seconds in session",
106
+ "unit": "s",
107
+ "varType": 5,
108
+ "value": [
109
+ 3600
110
+ ]
111
+ },
112
+ "SessionLapsTotal": {
113
+ "countAsTime": false,
114
+ "length": 1,
115
+ "name": "SessionLapsTotal",
116
+ "description": "Total number of laps in session",
117
+ "unit": "",
118
+ "varType": 2,
119
+ "value": [
120
+ 32767
121
+ ]
122
+ },
123
+ "SessionJokerLapsRemain": {
124
+ "countAsTime": false,
125
+ "length": 1,
126
+ "name": "SessionJokerLapsRemain",
127
+ "description": "Joker laps remaining to be taken",
128
+ "unit": "",
129
+ "varType": 2,
130
+ "value": [
131
+ 0
132
+ ]
133
+ },
134
+ "SessionOnJokerLap": {
135
+ "countAsTime": false,
136
+ "length": 1,
137
+ "name": "SessionOnJokerLap",
138
+ "description": "Player is currently completing a joker lap",
139
+ "unit": "",
140
+ "varType": 1,
141
+ "value": [
142
+ false
143
+ ]
144
+ },
145
+ "SessionTimeOfDay": {
146
+ "countAsTime": false,
147
+ "length": 1,
148
+ "name": "SessionTimeOfDay",
149
+ "description": "Time of day in seconds",
150
+ "unit": "s",
151
+ "varType": 4,
152
+ "value": [
153
+ 48928
154
+ ]
155
+ },
156
+ "RadioTransmitCarIdx": {
157
+ "countAsTime": false,
158
+ "length": 1,
159
+ "name": "RadioTransmitCarIdx",
160
+ "description": "The car index of the current person speaking on the radio",
161
+ "unit": "",
162
+ "varType": 2,
163
+ "value": [
164
+ -1
165
+ ]
166
+ },
167
+ "RadioTransmitRadioIdx": {
168
+ "countAsTime": false,
169
+ "length": 1,
170
+ "name": "RadioTransmitRadioIdx",
171
+ "description": "The radio index of the current person speaking on the radio",
172
+ "unit": "",
173
+ "varType": 2,
174
+ "value": [
175
+ 0
176
+ ]
177
+ },
178
+ "RadioTransmitFrequencyIdx": {
179
+ "countAsTime": false,
180
+ "length": 1,
181
+ "name": "RadioTransmitFrequencyIdx",
182
+ "description": "The frequency index of the current person speaking on the radio",
183
+ "unit": "",
184
+ "varType": 2,
185
+ "value": [
186
+ 0
187
+ ]
188
+ },
189
+ "DisplayUnits": {
190
+ "countAsTime": false,
191
+ "length": 1,
192
+ "name": "DisplayUnits",
193
+ "description": "Default units for the user interface 0 = english 1 = metric",
194
+ "unit": "",
195
+ "varType": 2,
196
+ "value": [
197
+ 1
198
+ ]
199
+ },
200
+ "DriverMarker": {
201
+ "countAsTime": false,
202
+ "length": 1,
203
+ "name": "DriverMarker",
204
+ "description": "Driver activated flag",
205
+ "unit": "",
206
+ "varType": 1,
207
+ "value": [
208
+ false
209
+ ]
210
+ },
211
+ "PushToPass": {
212
+ "countAsTime": false,
213
+ "length": 1,
214
+ "name": "PushToPass",
215
+ "description": "Push to pass button state",
216
+ "unit": "",
217
+ "varType": 1,
218
+ "value": [
219
+ false
220
+ ]
221
+ },
222
+ "ManualBoost": {
223
+ "countAsTime": false,
224
+ "length": 1,
225
+ "name": "ManualBoost",
226
+ "description": "Hybrid manual boost state",
227
+ "unit": "",
228
+ "varType": 1,
229
+ "value": [
230
+ false
231
+ ]
232
+ },
233
+ "ManualNoBoost": {
234
+ "countAsTime": false,
235
+ "length": 1,
236
+ "name": "ManualNoBoost",
237
+ "description": "Hybrid manual no boost state",
238
+ "unit": "",
239
+ "varType": 1,
240
+ "value": [
241
+ false
242
+ ]
243
+ },
244
+ "IsOnTrack": {
245
+ "countAsTime": false,
246
+ "length": 1,
247
+ "name": "IsOnTrack",
248
+ "description": "1=Car on track physics running with player in car",
249
+ "unit": "",
250
+ "varType": 1,
251
+ "value": [
252
+ true
253
+ ]
254
+ },
255
+ "IsReplayPlaying": {
256
+ "countAsTime": false,
257
+ "length": 1,
258
+ "name": "IsReplayPlaying",
259
+ "description": "0=replay not playing 1=replay playing",
260
+ "unit": "",
261
+ "varType": 1,
262
+ "value": [
263
+ false
264
+ ]
265
+ },
266
+ "ReplayFrameNum": {
267
+ "countAsTime": false,
268
+ "length": 1,
269
+ "name": "ReplayFrameNum",
270
+ "description": "Integer replay frame number (60 per second)",
271
+ "unit": "",
272
+ "varType": 2,
273
+ "value": [
274
+ 0
275
+ ]
276
+ },
277
+ "ReplayFrameNumEnd": {
278
+ "countAsTime": false,
279
+ "length": 1,
280
+ "name": "ReplayFrameNumEnd",
281
+ "description": "Integer replay frame number from end of tape",
282
+ "unit": "",
283
+ "varType": 2,
284
+ "value": [
285
+ 26465
286
+ ]
287
+ },
288
+ "IsDiskLoggingEnabled": {
289
+ "countAsTime": false,
290
+ "length": 1,
291
+ "name": "IsDiskLoggingEnabled",
292
+ "description": "0=disk based telemetry turned off 1=turned on",
293
+ "unit": "",
294
+ "varType": 1,
295
+ "value": [
296
+ false
297
+ ]
298
+ },
299
+ "IsDiskLoggingActive": {
300
+ "countAsTime": false,
301
+ "length": 1,
302
+ "name": "IsDiskLoggingActive",
303
+ "description": "0=disk based telemetry file not being written 1=being written",
304
+ "unit": "",
305
+ "varType": 1,
306
+ "value": [
307
+ false
308
+ ]
309
+ },
310
+ "FrameRate": {
311
+ "countAsTime": false,
312
+ "length": 1,
313
+ "name": "FrameRate",
314
+ "description": "Average frames per second",
315
+ "unit": "fps",
316
+ "varType": 4,
317
+ "value": [
318
+ 111.19877624511719
319
+ ]
320
+ },
321
+ "CpuUsageFG": {
322
+ "countAsTime": false,
323
+ "length": 1,
324
+ "name": "CpuUsageFG",
325
+ "description": "Percent of available tim fg thread took with a 1 sec avg",
326
+ "unit": "%",
327
+ "varType": 4,
328
+ "value": [
329
+ 0.5374245643615723
330
+ ]
331
+ },
332
+ "GpuUsage": {
333
+ "countAsTime": false,
334
+ "length": 1,
335
+ "name": "GpuUsage",
336
+ "description": "Percent of available tim gpu took with a 1 sec avg",
337
+ "unit": "%",
338
+ "varType": 4,
339
+ "value": [
340
+ 0.3938755691051483
341
+ ]
342
+ },
343
+ "ChanAvgLatency": {
344
+ "countAsTime": false,
345
+ "length": 1,
346
+ "name": "ChanAvgLatency",
347
+ "description": "Communications average latency",
348
+ "unit": "s",
349
+ "varType": 4,
350
+ "value": [
351
+ 0
352
+ ]
353
+ },
354
+ "ChanLatency": {
355
+ "countAsTime": false,
356
+ "length": 1,
357
+ "name": "ChanLatency",
358
+ "description": "Communications latency",
359
+ "unit": "s",
360
+ "varType": 4,
361
+ "value": [
362
+ 0
363
+ ]
364
+ },
365
+ "ChanQuality": {
366
+ "countAsTime": false,
367
+ "length": 1,
368
+ "name": "ChanQuality",
369
+ "description": "Communications quality",
370
+ "unit": "%",
371
+ "varType": 4,
372
+ "value": [
373
+ 0
374
+ ]
375
+ },
376
+ "ChanPartnerQuality": {
377
+ "countAsTime": false,
378
+ "length": 1,
379
+ "name": "ChanPartnerQuality",
380
+ "description": "Partner communications quality",
381
+ "unit": "%",
382
+ "varType": 4,
383
+ "value": [
384
+ 0
385
+ ]
386
+ },
387
+ "CpuUsageBG": {
388
+ "countAsTime": false,
389
+ "length": 1,
390
+ "name": "CpuUsageBG",
391
+ "description": "Percent of available tim bg thread took with a 1 sec avg",
392
+ "unit": "%",
393
+ "varType": 4,
394
+ "value": [
395
+ 0.2590002417564392
396
+ ]
397
+ },
398
+ "ChanClockSkew": {
399
+ "countAsTime": false,
400
+ "length": 1,
401
+ "name": "ChanClockSkew",
402
+ "description": "Communications server clock skew",
403
+ "unit": "s",
404
+ "varType": 4,
405
+ "value": [
406
+ 0
407
+ ]
408
+ },
409
+ "MemPageFaultSec": {
410
+ "countAsTime": false,
411
+ "length": 1,
412
+ "name": "MemPageFaultSec",
413
+ "description": "Memory page faults per second",
414
+ "unit": "",
415
+ "varType": 4,
416
+ "value": [
417
+ 0
418
+ ]
419
+ },
420
+ "PlayerCarPosition": {
421
+ "countAsTime": false,
422
+ "length": 1,
423
+ "name": "PlayerCarPosition",
424
+ "description": "Players position in race",
425
+ "unit": "",
426
+ "varType": 2,
427
+ "value": [
428
+ 40
429
+ ]
430
+ },
431
+ "PlayerCarClassPosition": {
432
+ "countAsTime": false,
433
+ "length": 1,
434
+ "name": "PlayerCarClassPosition",
435
+ "description": "Players class position in race",
436
+ "unit": "",
437
+ "varType": 2,
438
+ "value": [
439
+ 40
440
+ ]
441
+ },
442
+ "PlayerCarClass": {
443
+ "countAsTime": false,
444
+ "length": 1,
445
+ "name": "PlayerCarClass",
446
+ "description": "Player car class id",
447
+ "unit": "",
448
+ "varType": 2,
449
+ "value": [
450
+ 74
451
+ ]
452
+ },
453
+ "PlayerTrackSurface": {
454
+ "countAsTime": false,
455
+ "length": 1,
456
+ "name": "PlayerTrackSurface",
457
+ "description": "Players car track surface type",
458
+ "unit": "irsdk_TrkLoc",
459
+ "varType": 2,
460
+ "value": [
461
+ 3
462
+ ]
463
+ },
464
+ "PlayerTrackSurfaceMaterial": {
465
+ "countAsTime": false,
466
+ "length": 1,
467
+ "name": "PlayerTrackSurfaceMaterial",
468
+ "description": "Players car track surface material type",
469
+ "unit": "irsdk_TrkSurf",
470
+ "varType": 2,
471
+ "value": [
472
+ 1
473
+ ]
474
+ },
475
+ "PlayerCarIdx": {
476
+ "countAsTime": false,
477
+ "length": 1,
478
+ "name": "PlayerCarIdx",
479
+ "description": "Players carIdx",
480
+ "unit": "",
481
+ "varType": 2,
482
+ "value": [
483
+ 51
484
+ ]
485
+ },
486
+ "PlayerCarTeamIncidentCount": {
487
+ "countAsTime": false,
488
+ "length": 1,
489
+ "name": "PlayerCarTeamIncidentCount",
490
+ "description": "Players team incident count for this session",
491
+ "unit": "",
492
+ "varType": 2,
493
+ "value": [
494
+ 2
495
+ ]
496
+ },
497
+ "PlayerCarMyIncidentCount": {
498
+ "countAsTime": false,
499
+ "length": 1,
500
+ "name": "PlayerCarMyIncidentCount",
501
+ "description": "Players own incident count for this session",
502
+ "unit": "",
503
+ "varType": 2,
504
+ "value": [
505
+ 2
506
+ ]
507
+ },
508
+ "PlayerCarDriverIncidentCount": {
509
+ "countAsTime": false,
510
+ "length": 1,
511
+ "name": "PlayerCarDriverIncidentCount",
512
+ "description": "Teams current drivers incident count for this session",
513
+ "unit": "",
514
+ "varType": 2,
515
+ "value": [
516
+ 2
517
+ ]
518
+ },
519
+ "PlayerCarWeightPenalty": {
520
+ "countAsTime": false,
521
+ "length": 1,
522
+ "name": "PlayerCarWeightPenalty",
523
+ "description": "Players weight penalty",
524
+ "unit": "kg",
525
+ "varType": 4,
526
+ "value": [
527
+ 0
528
+ ]
529
+ },
530
+ "PlayerCarPowerAdjust": {
531
+ "countAsTime": false,
532
+ "length": 1,
533
+ "name": "PlayerCarPowerAdjust",
534
+ "description": "Players power adjust",
535
+ "unit": "%",
536
+ "varType": 4,
537
+ "value": [
538
+ 0
539
+ ]
540
+ },
541
+ "PlayerCarDryTireSetLimit": {
542
+ "countAsTime": false,
543
+ "length": 1,
544
+ "name": "PlayerCarDryTireSetLimit",
545
+ "description": "Players dry tire set limit",
546
+ "unit": "",
547
+ "varType": 2,
548
+ "value": [
549
+ 0
550
+ ]
551
+ },
552
+ "PlayerCarTowTime": {
553
+ "countAsTime": false,
554
+ "length": 1,
555
+ "name": "PlayerCarTowTime",
556
+ "description": "Players car is being towed if time is greater than zero",
557
+ "unit": "s",
558
+ "varType": 4,
559
+ "value": [
560
+ 0
561
+ ]
562
+ },
563
+ "PlayerCarInPitStall": {
564
+ "countAsTime": false,
565
+ "length": 1,
566
+ "name": "PlayerCarInPitStall",
567
+ "description": "Players car is properly in there pitstall",
568
+ "unit": "",
569
+ "varType": 1,
570
+ "value": [
571
+ false
572
+ ]
573
+ },
574
+ "PlayerCarPitSvStatus": {
575
+ "countAsTime": false,
576
+ "length": 1,
577
+ "name": "PlayerCarPitSvStatus",
578
+ "description": "Players car pit service status bits",
579
+ "unit": "irsdk_PitSvStatus",
580
+ "varType": 2,
581
+ "value": [
582
+ 0
583
+ ]
584
+ },
585
+ "PlayerTireCompound": {
586
+ "countAsTime": false,
587
+ "length": 1,
588
+ "name": "PlayerTireCompound",
589
+ "description": "Players car current tire compound",
590
+ "unit": "",
591
+ "varType": 2,
592
+ "value": [
593
+ 0
594
+ ]
595
+ },
596
+ "PlayerFastRepairsUsed": {
597
+ "countAsTime": false,
598
+ "length": 1,
599
+ "name": "PlayerFastRepairsUsed",
600
+ "description": "Players car number of fast repairs used",
601
+ "unit": "",
602
+ "varType": 2,
603
+ "value": [
604
+ 0
605
+ ]
606
+ },
607
+ "CarIdxLap": {
608
+ "countAsTime": false,
609
+ "length": 64,
610
+ "name": "CarIdxLap",
611
+ "description": "Laps started by car index",
612
+ "unit": "",
613
+ "varType": 2,
614
+ "value": [
615
+ -1,
616
+ -1,
617
+ -1,
618
+ -1,
619
+ -1,
620
+ -1,
621
+ -1,
622
+ -1,
623
+ -1,
624
+ -1,
625
+ -1,
626
+ -1,
627
+ -1,
628
+ -1,
629
+ -1,
630
+ -1,
631
+ -1,
632
+ -1,
633
+ -1,
634
+ -1,
635
+ -1,
636
+ -1,
637
+ -1,
638
+ -1,
639
+ -1,
640
+ -1,
641
+ -1,
642
+ -1,
643
+ -1,
644
+ -1,
645
+ -1,
646
+ -1,
647
+ -1,
648
+ -1,
649
+ -1,
650
+ -1,
651
+ -1,
652
+ -1,
653
+ -1,
654
+ -1,
655
+ -1,
656
+ -1,
657
+ -1,
658
+ -1,
659
+ -1,
660
+ -1,
661
+ -1,
662
+ -1,
663
+ -1,
664
+ -1,
665
+ -1,
666
+ 2,
667
+ -1,
668
+ -1,
669
+ -1,
670
+ -1,
671
+ -1,
672
+ -1,
673
+ 5,
674
+ -1,
675
+ -1,
676
+ -1,
677
+ -1,
678
+ -1
679
+ ]
680
+ },
681
+ "CarIdxLapCompleted": {
682
+ "countAsTime": false,
683
+ "length": 64,
684
+ "name": "CarIdxLapCompleted",
685
+ "description": "Laps completed by car index",
686
+ "unit": "",
687
+ "varType": 2,
688
+ "value": [
689
+ -1,
690
+ -1,
691
+ -1,
692
+ -1,
693
+ -1,
694
+ -1,
695
+ -1,
696
+ -1,
697
+ -1,
698
+ -1,
699
+ -1,
700
+ -1,
701
+ -1,
702
+ -1,
703
+ -1,
704
+ -1,
705
+ -1,
706
+ -1,
707
+ -1,
708
+ -1,
709
+ -1,
710
+ -1,
711
+ -1,
712
+ -1,
713
+ -1,
714
+ -1,
715
+ -1,
716
+ -1,
717
+ -1,
718
+ -1,
719
+ -1,
720
+ -1,
721
+ -1,
722
+ -1,
723
+ -1,
724
+ -1,
725
+ -1,
726
+ -1,
727
+ -1,
728
+ -1,
729
+ -1,
730
+ -1,
731
+ -1,
732
+ -1,
733
+ -1,
734
+ -1,
735
+ -1,
736
+ -1,
737
+ -1,
738
+ -1,
739
+ -1,
740
+ 1,
741
+ -1,
742
+ -1,
743
+ -1,
744
+ -1,
745
+ -1,
746
+ -1,
747
+ 4,
748
+ -1,
749
+ -1,
750
+ -1,
751
+ -1,
752
+ -1
753
+ ]
754
+ },
755
+ "CarIdxLapDistPct": {
756
+ "countAsTime": false,
757
+ "length": 64,
758
+ "name": "CarIdxLapDistPct",
759
+ "description": "Percentage distance around lap by car index",
760
+ "unit": "%",
761
+ "varType": 4,
762
+ "value": [
763
+ -1,
764
+ -1,
765
+ -1,
766
+ -1,
767
+ -1,
768
+ -1,
769
+ -1,
770
+ -1,
771
+ -1,
772
+ -1,
773
+ -1,
774
+ -1,
775
+ -1,
776
+ -1,
777
+ -1,
778
+ -1,
779
+ -1,
780
+ -1,
781
+ -1,
782
+ -1,
783
+ -1,
784
+ -1,
785
+ -1,
786
+ -1,
787
+ -1,
788
+ -1,
789
+ -1,
790
+ -1,
791
+ -1,
792
+ -1,
793
+ -1,
794
+ -1,
795
+ -1,
796
+ -1,
797
+ -1,
798
+ -1,
799
+ -1,
800
+ -1,
801
+ -1,
802
+ -1,
803
+ -1,
804
+ -1,
805
+ -1,
806
+ -1,
807
+ -1,
808
+ -1,
809
+ -1,
810
+ -1,
811
+ -1,
812
+ -1,
813
+ -1,
814
+ 0.6695664525032043,
815
+ -1,
816
+ -1,
817
+ -1,
818
+ -1,
819
+ -1,
820
+ -1,
821
+ 0.5726780295372009,
822
+ -1,
823
+ -1,
824
+ -1,
825
+ -1,
826
+ -1
827
+ ]
828
+ },
829
+ "CarIdxTrackSurface": {
830
+ "countAsTime": false,
831
+ "length": 64,
832
+ "name": "CarIdxTrackSurface",
833
+ "description": "Track surface type by car index",
834
+ "unit": "irsdk_TrkLoc",
835
+ "varType": 2,
836
+ "value": [
837
+ -1,
838
+ -1,
839
+ -1,
840
+ -1,
841
+ -1,
842
+ -1,
843
+ -1,
844
+ -1,
845
+ -1,
846
+ -1,
847
+ -1,
848
+ -1,
849
+ -1,
850
+ -1,
851
+ -1,
852
+ -1,
853
+ -1,
854
+ -1,
855
+ -1,
856
+ -1,
857
+ -1,
858
+ -1,
859
+ -1,
860
+ -1,
861
+ -1,
862
+ -1,
863
+ -1,
864
+ -1,
865
+ -1,
866
+ -1,
867
+ -1,
868
+ -1,
869
+ -1,
870
+ -1,
871
+ -1,
872
+ -1,
873
+ -1,
874
+ -1,
875
+ -1,
876
+ -1,
877
+ -1,
878
+ -1,
879
+ -1,
880
+ -1,
881
+ -1,
882
+ -1,
883
+ -1,
884
+ -1,
885
+ -1,
886
+ -1,
887
+ -1,
888
+ 3,
889
+ -1,
890
+ -1,
891
+ -1,
892
+ -1,
893
+ -1,
894
+ -1,
895
+ 0,
896
+ -1,
897
+ -1,
898
+ -1,
899
+ -1,
900
+ -1
901
+ ]
902
+ },
903
+ "CarIdxTrackSurfaceMaterial": {
904
+ "countAsTime": false,
905
+ "length": 64,
906
+ "name": "CarIdxTrackSurfaceMaterial",
907
+ "description": "Track surface material type by car index",
908
+ "unit": "irsdk_TrkSurf",
909
+ "varType": 2,
910
+ "value": [
911
+ -1,
912
+ -1,
913
+ -1,
914
+ -1,
915
+ -1,
916
+ -1,
917
+ -1,
918
+ -1,
919
+ -1,
920
+ -1,
921
+ -1,
922
+ -1,
923
+ -1,
924
+ -1,
925
+ -1,
926
+ -1,
927
+ -1,
928
+ -1,
929
+ -1,
930
+ -1,
931
+ -1,
932
+ -1,
933
+ -1,
934
+ -1,
935
+ -1,
936
+ -1,
937
+ -1,
938
+ -1,
939
+ -1,
940
+ -1,
941
+ -1,
942
+ -1,
943
+ -1,
944
+ -1,
945
+ -1,
946
+ -1,
947
+ -1,
948
+ -1,
949
+ -1,
950
+ -1,
951
+ -1,
952
+ -1,
953
+ -1,
954
+ -1,
955
+ -1,
956
+ -1,
957
+ -1,
958
+ -1,
959
+ -1,
960
+ -1,
961
+ -1,
962
+ 1,
963
+ -1,
964
+ -1,
965
+ -1,
966
+ -1,
967
+ -1,
968
+ -1,
969
+ 19,
970
+ -1,
971
+ -1,
972
+ -1,
973
+ -1,
974
+ -1
975
+ ]
976
+ },
977
+ "CarIdxOnPitRoad": {
978
+ "countAsTime": false,
979
+ "length": 64,
980
+ "name": "CarIdxOnPitRoad",
981
+ "description": "On pit road between the cones by car index",
982
+ "unit": "",
983
+ "varType": 1,
984
+ "value": [
985
+ false,
986
+ false,
987
+ false,
988
+ false,
989
+ false,
990
+ false,
991
+ false,
992
+ false,
993
+ false,
994
+ false,
995
+ false,
996
+ false,
997
+ false,
998
+ false,
999
+ false,
1000
+ false,
1001
+ false,
1002
+ false,
1003
+ false,
1004
+ false,
1005
+ false,
1006
+ false,
1007
+ false,
1008
+ false,
1009
+ false,
1010
+ false,
1011
+ false,
1012
+ false,
1013
+ false,
1014
+ false,
1015
+ false,
1016
+ false,
1017
+ false,
1018
+ false,
1019
+ false,
1020
+ false,
1021
+ false,
1022
+ false,
1023
+ false,
1024
+ false,
1025
+ false,
1026
+ false,
1027
+ false,
1028
+ false,
1029
+ false,
1030
+ false,
1031
+ false,
1032
+ false,
1033
+ false,
1034
+ false,
1035
+ false,
1036
+ false,
1037
+ false,
1038
+ false,
1039
+ false,
1040
+ false,
1041
+ false,
1042
+ false,
1043
+ false,
1044
+ false,
1045
+ false,
1046
+ false,
1047
+ false,
1048
+ false
1049
+ ]
1050
+ },
1051
+ "CarIdxPosition": {
1052
+ "countAsTime": false,
1053
+ "length": 64,
1054
+ "name": "CarIdxPosition",
1055
+ "description": "Cars position in race by car index",
1056
+ "unit": "",
1057
+ "varType": 2,
1058
+ "value": [
1059
+ 37,
1060
+ 7,
1061
+ 18,
1062
+ 0,
1063
+ 0,
1064
+ 6,
1065
+ 0,
1066
+ 16,
1067
+ 0,
1068
+ 3,
1069
+ 36,
1070
+ 22,
1071
+ 0,
1072
+ 0,
1073
+ 32,
1074
+ 26,
1075
+ 41,
1076
+ 0,
1077
+ 0,
1078
+ 20,
1079
+ 30,
1080
+ 29,
1081
+ 8,
1082
+ 33,
1083
+ 24,
1084
+ 5,
1085
+ 0,
1086
+ 31,
1087
+ 12,
1088
+ 23,
1089
+ 35,
1090
+ 27,
1091
+ 1,
1092
+ 0,
1093
+ 11,
1094
+ 14,
1095
+ 42,
1096
+ 28,
1097
+ 17,
1098
+ 2,
1099
+ 21,
1100
+ 19,
1101
+ 34,
1102
+ 4,
1103
+ 13,
1104
+ 0,
1105
+ 0,
1106
+ 0,
1107
+ 15,
1108
+ 9,
1109
+ 25,
1110
+ 40,
1111
+ 0,
1112
+ 0,
1113
+ 0,
1114
+ 0,
1115
+ 39,
1116
+ 38,
1117
+ 10,
1118
+ 0,
1119
+ 0,
1120
+ 0,
1121
+ 0,
1122
+ 0
1123
+ ]
1124
+ },
1125
+ "CarIdxClassPosition": {
1126
+ "countAsTime": false,
1127
+ "length": 64,
1128
+ "name": "CarIdxClassPosition",
1129
+ "description": "Cars class position in race by car index",
1130
+ "unit": "",
1131
+ "varType": 2,
1132
+ "value": [
1133
+ 37,
1134
+ 7,
1135
+ 18,
1136
+ 0,
1137
+ 0,
1138
+ 6,
1139
+ 0,
1140
+ 16,
1141
+ 0,
1142
+ 3,
1143
+ 36,
1144
+ 22,
1145
+ 0,
1146
+ 0,
1147
+ 32,
1148
+ 26,
1149
+ 41,
1150
+ 0,
1151
+ 0,
1152
+ 20,
1153
+ 30,
1154
+ 29,
1155
+ 8,
1156
+ 33,
1157
+ 24,
1158
+ 5,
1159
+ 0,
1160
+ 31,
1161
+ 12,
1162
+ 23,
1163
+ 35,
1164
+ 27,
1165
+ 1,
1166
+ 0,
1167
+ 11,
1168
+ 14,
1169
+ 42,
1170
+ 28,
1171
+ 17,
1172
+ 2,
1173
+ 21,
1174
+ 19,
1175
+ 34,
1176
+ 4,
1177
+ 13,
1178
+ 0,
1179
+ 0,
1180
+ 0,
1181
+ 15,
1182
+ 9,
1183
+ 25,
1184
+ 40,
1185
+ 0,
1186
+ 0,
1187
+ 0,
1188
+ 0,
1189
+ 39,
1190
+ 38,
1191
+ 10,
1192
+ 0,
1193
+ 0,
1194
+ 0,
1195
+ 0,
1196
+ 0
1197
+ ]
1198
+ },
1199
+ "CarIdxClass": {
1200
+ "countAsTime": false,
1201
+ "length": 64,
1202
+ "name": "CarIdxClass",
1203
+ "description": "Cars class id by car index",
1204
+ "unit": "",
1205
+ "varType": 2,
1206
+ "value": [
1207
+ 74,
1208
+ 74,
1209
+ 74,
1210
+ 74,
1211
+ 74,
1212
+ 74,
1213
+ 74,
1214
+ 74,
1215
+ 74,
1216
+ 74,
1217
+ 74,
1218
+ 74,
1219
+ 74,
1220
+ 74,
1221
+ 74,
1222
+ 74,
1223
+ 74,
1224
+ 74,
1225
+ 74,
1226
+ 74,
1227
+ 74,
1228
+ 74,
1229
+ 74,
1230
+ 74,
1231
+ 74,
1232
+ 74,
1233
+ 74,
1234
+ 74,
1235
+ 74,
1236
+ 74,
1237
+ 74,
1238
+ 74,
1239
+ 74,
1240
+ 74,
1241
+ 74,
1242
+ 74,
1243
+ 74,
1244
+ 74,
1245
+ 74,
1246
+ 74,
1247
+ 74,
1248
+ 74,
1249
+ 74,
1250
+ 74,
1251
+ 74,
1252
+ 74,
1253
+ 74,
1254
+ 74,
1255
+ 74,
1256
+ 74,
1257
+ 74,
1258
+ 74,
1259
+ 74,
1260
+ 74,
1261
+ 74,
1262
+ 74,
1263
+ 74,
1264
+ 74,
1265
+ 74,
1266
+ -1,
1267
+ -1,
1268
+ -1,
1269
+ -1,
1270
+ 74
1271
+ ]
1272
+ },
1273
+ "CarIdxF2Time": {
1274
+ "countAsTime": false,
1275
+ "length": 64,
1276
+ "name": "CarIdxF2Time",
1277
+ "description": "Race time behind leader or fastest lap time otherwise",
1278
+ "unit": "s",
1279
+ "varType": 4,
1280
+ "value": [
1281
+ 86.4833984375,
1282
+ 82.497802734375,
1283
+ 83.3490982055664,
1284
+ 0,
1285
+ 0,
1286
+ 82.42320251464844,
1287
+ 0,
1288
+ 83.08360290527344,
1289
+ 0,
1290
+ 82.2968978881836,
1291
+ 85.6686019897461,
1292
+ 83.66280364990234,
1293
+ 0,
1294
+ 0,
1295
+ 85.07499694824219,
1296
+ 84.23870086669922,
1297
+ 92.76280212402344,
1298
+ 0,
1299
+ 0,
1300
+ 83.57440185546875,
1301
+ 84.78410339355469,
1302
+ 84.55619812011719,
1303
+ 82.5083999633789,
1304
+ 85.18309783935547,
1305
+ 83.77349853515625,
1306
+ 82.39969635009766,
1307
+ 0,
1308
+ 84.90249633789062,
1309
+ 82.85639953613281,
1310
+ 83.69080352783203,
1311
+ 85.4542007446289,
1312
+ 84.39900207519531,
1313
+ 82.10890197753906,
1314
+ 0,
1315
+ 82.847900390625,
1316
+ 82.91069793701172,
1317
+ 94.45010375976562,
1318
+ 84.44499969482422,
1319
+ 83.34809875488281,
1320
+ 82.1781005859375,
1321
+ 83.57440185546875,
1322
+ 83.51679992675781,
1323
+ 85.25180053710938,
1324
+ 82.35549926757812,
1325
+ 82.90080261230469,
1326
+ 0,
1327
+ 0,
1328
+ 0,
1329
+ 83.0072021484375,
1330
+ 82.63580322265625,
1331
+ 83.78379821777344,
1332
+ 92.43419647216797,
1333
+ 0,
1334
+ 0,
1335
+ 0,
1336
+ 0,
1337
+ 89.39869689941406,
1338
+ 86.91739654541016,
1339
+ 82.84500122070312,
1340
+ 0,
1341
+ 0,
1342
+ 0,
1343
+ 0,
1344
+ 0
1345
+ ]
1346
+ },
1347
+ "CarIdxEstTime": {
1348
+ "countAsTime": false,
1349
+ "length": 64,
1350
+ "name": "CarIdxEstTime",
1351
+ "description": "Estimated time to reach current location on track",
1352
+ "unit": "s",
1353
+ "varType": 4,
1354
+ "value": [
1355
+ 0,
1356
+ 0,
1357
+ 0,
1358
+ 0,
1359
+ 0,
1360
+ 0,
1361
+ 0,
1362
+ 0,
1363
+ 0,
1364
+ 0,
1365
+ 0,
1366
+ 0,
1367
+ 0,
1368
+ 0,
1369
+ 0,
1370
+ 0,
1371
+ 0,
1372
+ 0,
1373
+ 0,
1374
+ 0,
1375
+ 0,
1376
+ 0,
1377
+ 0,
1378
+ 0,
1379
+ 0,
1380
+ 0,
1381
+ 0,
1382
+ 0,
1383
+ 0,
1384
+ 0,
1385
+ 0,
1386
+ 0,
1387
+ 0,
1388
+ 0,
1389
+ 0,
1390
+ 0,
1391
+ 0,
1392
+ 0,
1393
+ 0,
1394
+ 0,
1395
+ 0,
1396
+ 0,
1397
+ 0,
1398
+ 0,
1399
+ 0,
1400
+ 0,
1401
+ 0,
1402
+ 0,
1403
+ 0,
1404
+ 0,
1405
+ 0,
1406
+ 54.892845153808594,
1407
+ 0,
1408
+ 0,
1409
+ 0,
1410
+ 0,
1411
+ 0,
1412
+ 0,
1413
+ 45.19312286376953,
1414
+ 0,
1415
+ 0,
1416
+ 0,
1417
+ 0,
1418
+ 0
1419
+ ]
1420
+ },
1421
+ "CarIdxLastLapTime": {
1422
+ "countAsTime": false,
1423
+ "length": 64,
1424
+ "name": "CarIdxLastLapTime",
1425
+ "description": "Cars last lap time",
1426
+ "unit": "s",
1427
+ "varType": 4,
1428
+ "value": [
1429
+ -1,
1430
+ -1,
1431
+ -1,
1432
+ -1,
1433
+ -1,
1434
+ -1,
1435
+ -1,
1436
+ -1,
1437
+ -1,
1438
+ -1,
1439
+ -1,
1440
+ -1,
1441
+ -1,
1442
+ -1,
1443
+ -1,
1444
+ -1,
1445
+ -1,
1446
+ -1,
1447
+ -1,
1448
+ -1,
1449
+ -1,
1450
+ -1,
1451
+ -1,
1452
+ -1,
1453
+ -1,
1454
+ -1,
1455
+ -1,
1456
+ -1,
1457
+ -1,
1458
+ -1,
1459
+ -1,
1460
+ -1,
1461
+ -1,
1462
+ -1,
1463
+ -1,
1464
+ -1,
1465
+ -1,
1466
+ -1,
1467
+ -1,
1468
+ -1,
1469
+ -1,
1470
+ -1,
1471
+ -1,
1472
+ -1,
1473
+ -1,
1474
+ -1,
1475
+ -1,
1476
+ -1,
1477
+ -1,
1478
+ -1,
1479
+ -1,
1480
+ 92.43419647216797,
1481
+ -1,
1482
+ -1,
1483
+ -1,
1484
+ -1,
1485
+ -1,
1486
+ -1,
1487
+ 83.69439697265625,
1488
+ -1,
1489
+ -1,
1490
+ -1,
1491
+ -1,
1492
+ -1
1493
+ ]
1494
+ },
1495
+ "CarIdxBestLapTime": {
1496
+ "countAsTime": false,
1497
+ "length": 64,
1498
+ "name": "CarIdxBestLapTime",
1499
+ "description": "Cars best lap time",
1500
+ "unit": "s",
1501
+ "varType": 4,
1502
+ "value": [
1503
+ -1,
1504
+ -1,
1505
+ -1,
1506
+ -1,
1507
+ -1,
1508
+ -1,
1509
+ -1,
1510
+ -1,
1511
+ -1,
1512
+ -1,
1513
+ -1,
1514
+ -1,
1515
+ -1,
1516
+ -1,
1517
+ -1,
1518
+ -1,
1519
+ -1,
1520
+ -1,
1521
+ -1,
1522
+ -1,
1523
+ -1,
1524
+ -1,
1525
+ -1,
1526
+ -1,
1527
+ -1,
1528
+ -1,
1529
+ -1,
1530
+ -1,
1531
+ -1,
1532
+ -1,
1533
+ -1,
1534
+ -1,
1535
+ -1,
1536
+ -1,
1537
+ -1,
1538
+ -1,
1539
+ -1,
1540
+ -1,
1541
+ -1,
1542
+ -1,
1543
+ -1,
1544
+ -1,
1545
+ -1,
1546
+ -1,
1547
+ -1,
1548
+ -1,
1549
+ -1,
1550
+ -1,
1551
+ -1,
1552
+ -1,
1553
+ -1,
1554
+ 92.43419647216797,
1555
+ -1,
1556
+ -1,
1557
+ -1,
1558
+ -1,
1559
+ -1,
1560
+ -1,
1561
+ 82.84500122070312,
1562
+ -1,
1563
+ -1,
1564
+ -1,
1565
+ -1,
1566
+ -1
1567
+ ]
1568
+ },
1569
+ "CarIdxBestLapNum": {
1570
+ "countAsTime": false,
1571
+ "length": 64,
1572
+ "name": "CarIdxBestLapNum",
1573
+ "description": "Cars best lap number",
1574
+ "unit": "",
1575
+ "varType": 2,
1576
+ "value": [
1577
+ -1,
1578
+ -1,
1579
+ -1,
1580
+ -1,
1581
+ -1,
1582
+ -1,
1583
+ -1,
1584
+ -1,
1585
+ -1,
1586
+ -1,
1587
+ -1,
1588
+ -1,
1589
+ -1,
1590
+ -1,
1591
+ -1,
1592
+ -1,
1593
+ -1,
1594
+ -1,
1595
+ -1,
1596
+ -1,
1597
+ -1,
1598
+ -1,
1599
+ -1,
1600
+ -1,
1601
+ -1,
1602
+ -1,
1603
+ -1,
1604
+ -1,
1605
+ -1,
1606
+ -1,
1607
+ -1,
1608
+ -1,
1609
+ -1,
1610
+ -1,
1611
+ -1,
1612
+ -1,
1613
+ -1,
1614
+ -1,
1615
+ -1,
1616
+ -1,
1617
+ -1,
1618
+ -1,
1619
+ -1,
1620
+ -1,
1621
+ -1,
1622
+ -1,
1623
+ -1,
1624
+ -1,
1625
+ -1,
1626
+ -1,
1627
+ -1,
1628
+ 1,
1629
+ -1,
1630
+ -1,
1631
+ -1,
1632
+ -1,
1633
+ -1,
1634
+ -1,
1635
+ 2,
1636
+ -1,
1637
+ -1,
1638
+ -1,
1639
+ -1,
1640
+ -1
1641
+ ]
1642
+ },
1643
+ "CarIdxTireCompound": {
1644
+ "countAsTime": false,
1645
+ "length": 64,
1646
+ "name": "CarIdxTireCompound",
1647
+ "description": "Cars current tire compound",
1648
+ "unit": "",
1649
+ "varType": 2,
1650
+ "value": [
1651
+ -1,
1652
+ -1,
1653
+ -1,
1654
+ -1,
1655
+ -1,
1656
+ -1,
1657
+ -1,
1658
+ -1,
1659
+ -1,
1660
+ -1,
1661
+ -1,
1662
+ -1,
1663
+ -1,
1664
+ -1,
1665
+ -1,
1666
+ -1,
1667
+ -1,
1668
+ -1,
1669
+ -1,
1670
+ -1,
1671
+ -1,
1672
+ -1,
1673
+ -1,
1674
+ -1,
1675
+ -1,
1676
+ -1,
1677
+ -1,
1678
+ -1,
1679
+ -1,
1680
+ -1,
1681
+ -1,
1682
+ -1,
1683
+ -1,
1684
+ -1,
1685
+ -1,
1686
+ -1,
1687
+ -1,
1688
+ -1,
1689
+ -1,
1690
+ -1,
1691
+ -1,
1692
+ -1,
1693
+ -1,
1694
+ -1,
1695
+ -1,
1696
+ -1,
1697
+ -1,
1698
+ -1,
1699
+ -1,
1700
+ -1,
1701
+ -1,
1702
+ 0,
1703
+ -1,
1704
+ -1,
1705
+ -1,
1706
+ -1,
1707
+ -1,
1708
+ -1,
1709
+ 0,
1710
+ -1,
1711
+ -1,
1712
+ -1,
1713
+ -1,
1714
+ -1
1715
+ ]
1716
+ },
1717
+ "CarIdxQualTireCompound": {
1718
+ "countAsTime": false,
1719
+ "length": 64,
1720
+ "name": "CarIdxQualTireCompound",
1721
+ "description": "Cars Qual tire compound",
1722
+ "unit": "",
1723
+ "varType": 2,
1724
+ "value": [
1725
+ -1,
1726
+ -1,
1727
+ -1,
1728
+ -1,
1729
+ -1,
1730
+ -1,
1731
+ -1,
1732
+ -1,
1733
+ -1,
1734
+ -1,
1735
+ -1,
1736
+ -1,
1737
+ -1,
1738
+ -1,
1739
+ -1,
1740
+ -1,
1741
+ -1,
1742
+ -1,
1743
+ -1,
1744
+ -1,
1745
+ -1,
1746
+ -1,
1747
+ -1,
1748
+ -1,
1749
+ -1,
1750
+ -1,
1751
+ -1,
1752
+ -1,
1753
+ -1,
1754
+ -1,
1755
+ -1,
1756
+ -1,
1757
+ -1,
1758
+ -1,
1759
+ -1,
1760
+ -1,
1761
+ -1,
1762
+ -1,
1763
+ -1,
1764
+ -1,
1765
+ -1,
1766
+ -1,
1767
+ -1,
1768
+ -1,
1769
+ -1,
1770
+ -1,
1771
+ -1,
1772
+ -1,
1773
+ -1,
1774
+ -1,
1775
+ -1,
1776
+ -1,
1777
+ -1,
1778
+ -1,
1779
+ -1,
1780
+ -1,
1781
+ -1,
1782
+ -1,
1783
+ -1,
1784
+ -1,
1785
+ -1,
1786
+ -1,
1787
+ -1,
1788
+ -1
1789
+ ]
1790
+ },
1791
+ "CarIdxQualTireCompoundLocked": {
1792
+ "countAsTime": false,
1793
+ "length": 64,
1794
+ "name": "CarIdxQualTireCompoundLocked",
1795
+ "description": "Cars Qual tire compound is locked-in",
1796
+ "unit": "",
1797
+ "varType": 1,
1798
+ "value": [
1799
+ false,
1800
+ false,
1801
+ false,
1802
+ false,
1803
+ false,
1804
+ false,
1805
+ false,
1806
+ false,
1807
+ false,
1808
+ false,
1809
+ false,
1810
+ false,
1811
+ false,
1812
+ false,
1813
+ false,
1814
+ false,
1815
+ false,
1816
+ false,
1817
+ false,
1818
+ false,
1819
+ false,
1820
+ false,
1821
+ false,
1822
+ false,
1823
+ false,
1824
+ false,
1825
+ false,
1826
+ false,
1827
+ false,
1828
+ false,
1829
+ false,
1830
+ false,
1831
+ false,
1832
+ false,
1833
+ false,
1834
+ false,
1835
+ false,
1836
+ false,
1837
+ false,
1838
+ false,
1839
+ false,
1840
+ false,
1841
+ false,
1842
+ false,
1843
+ false,
1844
+ false,
1845
+ false,
1846
+ false,
1847
+ false,
1848
+ false,
1849
+ false,
1850
+ false,
1851
+ false,
1852
+ false,
1853
+ false,
1854
+ false,
1855
+ false,
1856
+ false,
1857
+ false,
1858
+ false,
1859
+ false,
1860
+ false,
1861
+ false,
1862
+ false
1863
+ ]
1864
+ },
1865
+ "CarIdxFastRepairsUsed": {
1866
+ "countAsTime": false,
1867
+ "length": 64,
1868
+ "name": "CarIdxFastRepairsUsed",
1869
+ "description": "How many fast repairs each car has used",
1870
+ "unit": "",
1871
+ "varType": 2,
1872
+ "value": [
1873
+ 0,
1874
+ 0,
1875
+ 0,
1876
+ 0,
1877
+ 0,
1878
+ 0,
1879
+ 0,
1880
+ 0,
1881
+ 0,
1882
+ 0,
1883
+ 0,
1884
+ 0,
1885
+ 0,
1886
+ 0,
1887
+ 0,
1888
+ 0,
1889
+ 0,
1890
+ 0,
1891
+ 0,
1892
+ 0,
1893
+ 0,
1894
+ 0,
1895
+ 0,
1896
+ 0,
1897
+ 0,
1898
+ 0,
1899
+ 0,
1900
+ 0,
1901
+ 0,
1902
+ 0,
1903
+ 0,
1904
+ 0,
1905
+ 0,
1906
+ 0,
1907
+ 0,
1908
+ 0,
1909
+ 0,
1910
+ 0,
1911
+ 0,
1912
+ 0,
1913
+ 0,
1914
+ 0,
1915
+ 0,
1916
+ 0,
1917
+ 0,
1918
+ 0,
1919
+ 0,
1920
+ 0,
1921
+ 0,
1922
+ 0,
1923
+ 0,
1924
+ 0,
1925
+ 0,
1926
+ 0,
1927
+ 0,
1928
+ 0,
1929
+ 0,
1930
+ 0,
1931
+ 0,
1932
+ 0,
1933
+ 0,
1934
+ 0,
1935
+ 0,
1936
+ 0
1937
+ ]
1938
+ },
1939
+ "PaceMode": {
1940
+ "countAsTime": false,
1941
+ "length": 1,
1942
+ "name": "PaceMode",
1943
+ "description": "Are we pacing or not",
1944
+ "unit": "irsdk_PaceMode",
1945
+ "varType": 2,
1946
+ "value": [
1947
+ 4
1948
+ ]
1949
+ },
1950
+ "CarIdxPaceLine": {
1951
+ "countAsTime": false,
1952
+ "length": 64,
1953
+ "name": "CarIdxPaceLine",
1954
+ "description": "What line cars are pacing in or -1 if not pacing",
1955
+ "unit": "",
1956
+ "varType": 2,
1957
+ "value": [
1958
+ -1,
1959
+ -1,
1960
+ -1,
1961
+ -1,
1962
+ -1,
1963
+ -1,
1964
+ -1,
1965
+ -1,
1966
+ -1,
1967
+ -1,
1968
+ -1,
1969
+ -1,
1970
+ -1,
1971
+ -1,
1972
+ -1,
1973
+ -1,
1974
+ -1,
1975
+ -1,
1976
+ -1,
1977
+ -1,
1978
+ -1,
1979
+ -1,
1980
+ -1,
1981
+ -1,
1982
+ -1,
1983
+ -1,
1984
+ -1,
1985
+ -1,
1986
+ -1,
1987
+ -1,
1988
+ -1,
1989
+ -1,
1990
+ -1,
1991
+ -1,
1992
+ -1,
1993
+ -1,
1994
+ -1,
1995
+ -1,
1996
+ -1,
1997
+ -1,
1998
+ -1,
1999
+ -1,
2000
+ -1,
2001
+ -1,
2002
+ -1,
2003
+ -1,
2004
+ -1,
2005
+ -1,
2006
+ -1,
2007
+ -1,
2008
+ -1,
2009
+ -1,
2010
+ -1,
2011
+ -1,
2012
+ -1,
2013
+ -1,
2014
+ -1,
2015
+ -1,
2016
+ -1,
2017
+ -1,
2018
+ -1,
2019
+ -1,
2020
+ -1,
2021
+ -1
2022
+ ]
2023
+ },
2024
+ "CarIdxPaceRow": {
2025
+ "countAsTime": false,
2026
+ "length": 64,
2027
+ "name": "CarIdxPaceRow",
2028
+ "description": "What row cars are pacing in or -1 if not pacing",
2029
+ "unit": "",
2030
+ "varType": 2,
2031
+ "value": [
2032
+ -1,
2033
+ -1,
2034
+ -1,
2035
+ -1,
2036
+ -1,
2037
+ -1,
2038
+ -1,
2039
+ -1,
2040
+ -1,
2041
+ -1,
2042
+ -1,
2043
+ -1,
2044
+ -1,
2045
+ -1,
2046
+ -1,
2047
+ -1,
2048
+ -1,
2049
+ -1,
2050
+ -1,
2051
+ -1,
2052
+ -1,
2053
+ -1,
2054
+ -1,
2055
+ -1,
2056
+ -1,
2057
+ -1,
2058
+ -1,
2059
+ -1,
2060
+ -1,
2061
+ -1,
2062
+ -1,
2063
+ -1,
2064
+ -1,
2065
+ -1,
2066
+ -1,
2067
+ -1,
2068
+ -1,
2069
+ -1,
2070
+ -1,
2071
+ -1,
2072
+ -1,
2073
+ -1,
2074
+ -1,
2075
+ -1,
2076
+ -1,
2077
+ -1,
2078
+ -1,
2079
+ -1,
2080
+ -1,
2081
+ -1,
2082
+ -1,
2083
+ -1,
2084
+ -1,
2085
+ -1,
2086
+ -1,
2087
+ -1,
2088
+ -1,
2089
+ -1,
2090
+ -1,
2091
+ -1,
2092
+ -1,
2093
+ -1,
2094
+ -1,
2095
+ -1
2096
+ ]
2097
+ },
2098
+ "CarIdxPaceFlags": {
2099
+ "countAsTime": false,
2100
+ "length": 64,
2101
+ "name": "CarIdxPaceFlags",
2102
+ "description": "Pacing status flags for each car",
2103
+ "unit": "irsdk_PaceFlags",
2104
+ "varType": 2,
2105
+ "value": [
2106
+ 0,
2107
+ 0,
2108
+ 0,
2109
+ 0,
2110
+ 0,
2111
+ 0,
2112
+ 0,
2113
+ 0,
2114
+ 0,
2115
+ 0,
2116
+ 0,
2117
+ 0,
2118
+ 0,
2119
+ 0,
2120
+ 0,
2121
+ 0,
2122
+ 0,
2123
+ 0,
2124
+ 0,
2125
+ 0,
2126
+ 0,
2127
+ 0,
2128
+ 0,
2129
+ 0,
2130
+ 0,
2131
+ 0,
2132
+ 0,
2133
+ 0,
2134
+ 0,
2135
+ 0,
2136
+ 0,
2137
+ 0,
2138
+ 0,
2139
+ 0,
2140
+ 0,
2141
+ 0,
2142
+ 0,
2143
+ 0,
2144
+ 0,
2145
+ 0,
2146
+ 0,
2147
+ 0,
2148
+ 0,
2149
+ 0,
2150
+ 0,
2151
+ 0,
2152
+ 0,
2153
+ 0,
2154
+ 0,
2155
+ 0,
2156
+ 0,
2157
+ 0,
2158
+ 0,
2159
+ 0,
2160
+ 0,
2161
+ 0,
2162
+ 0,
2163
+ 0,
2164
+ 0,
2165
+ 0,
2166
+ 0,
2167
+ 0,
2168
+ 0,
2169
+ 0
2170
+ ]
2171
+ },
2172
+ "OnPitRoad": {
2173
+ "countAsTime": false,
2174
+ "length": 1,
2175
+ "name": "OnPitRoad",
2176
+ "description": "Is the player car on pit road between the cones",
2177
+ "unit": "",
2178
+ "varType": 1,
2179
+ "value": [
2180
+ false
2181
+ ]
2182
+ },
2183
+ "CarIdxSteer": {
2184
+ "countAsTime": false,
2185
+ "length": 64,
2186
+ "name": "CarIdxSteer",
2187
+ "description": "Steering wheel angle by car index",
2188
+ "unit": "rad",
2189
+ "varType": 4,
2190
+ "value": [
2191
+ 0,
2192
+ 0,
2193
+ 0,
2194
+ 0,
2195
+ 0,
2196
+ 0,
2197
+ 0,
2198
+ 0,
2199
+ 0,
2200
+ 0,
2201
+ 0,
2202
+ 0,
2203
+ 0,
2204
+ 0,
2205
+ 0,
2206
+ 0,
2207
+ 0,
2208
+ 0,
2209
+ 0,
2210
+ 0,
2211
+ 0,
2212
+ 0,
2213
+ 0,
2214
+ 0,
2215
+ 0,
2216
+ 0,
2217
+ 0,
2218
+ 0,
2219
+ 0,
2220
+ 0,
2221
+ 0,
2222
+ 0,
2223
+ 0,
2224
+ 0,
2225
+ 0,
2226
+ 0,
2227
+ 0,
2228
+ 0,
2229
+ 0,
2230
+ 0,
2231
+ 0,
2232
+ 0,
2233
+ 0,
2234
+ 0,
2235
+ 0,
2236
+ 0,
2237
+ 0,
2238
+ 0,
2239
+ 0,
2240
+ 0,
2241
+ 0,
2242
+ -0.9681287407875061,
2243
+ 0,
2244
+ 0,
2245
+ 0,
2246
+ 0,
2247
+ 0,
2248
+ 0,
2249
+ -2.016707181930542,
2250
+ 0,
2251
+ 0,
2252
+ 0,
2253
+ 0,
2254
+ 0
2255
+ ]
2256
+ },
2257
+ "CarIdxRPM": {
2258
+ "countAsTime": false,
2259
+ "length": 64,
2260
+ "name": "CarIdxRPM",
2261
+ "description": "Engine rpm by car index",
2262
+ "unit": "revs/min",
2263
+ "varType": 4,
2264
+ "value": [
2265
+ -1,
2266
+ -1,
2267
+ -1,
2268
+ -1,
2269
+ -1,
2270
+ -1,
2271
+ -1,
2272
+ -1,
2273
+ -1,
2274
+ -1,
2275
+ -1,
2276
+ -1,
2277
+ -1,
2278
+ -1,
2279
+ -1,
2280
+ -1,
2281
+ -1,
2282
+ -1,
2283
+ -1,
2284
+ -1,
2285
+ -1,
2286
+ -1,
2287
+ -1,
2288
+ -1,
2289
+ -1,
2290
+ -1,
2291
+ -1,
2292
+ -1,
2293
+ -1,
2294
+ -1,
2295
+ -1,
2296
+ -1,
2297
+ -1,
2298
+ -1,
2299
+ -1,
2300
+ -1,
2301
+ -1,
2302
+ -1,
2303
+ -1,
2304
+ -1,
2305
+ -1,
2306
+ -1,
2307
+ -1,
2308
+ -1,
2309
+ -1,
2310
+ -1,
2311
+ -1,
2312
+ -1,
2313
+ -1,
2314
+ -1,
2315
+ -1,
2316
+ 6705.1787109375,
2317
+ -1,
2318
+ -1,
2319
+ -1,
2320
+ -1,
2321
+ -1,
2322
+ -1,
2323
+ 6399.41455078125,
2324
+ -1,
2325
+ -1,
2326
+ -1,
2327
+ -1,
2328
+ -1
2329
+ ]
2330
+ },
2331
+ "CarIdxGear": {
2332
+ "countAsTime": false,
2333
+ "length": 64,
2334
+ "name": "CarIdxGear",
2335
+ "description": "-1=reverse 0=neutral 1..n=current gear by car index",
2336
+ "unit": "",
2337
+ "varType": 2,
2338
+ "value": [
2339
+ -1,
2340
+ -1,
2341
+ -1,
2342
+ -1,
2343
+ -1,
2344
+ -1,
2345
+ -1,
2346
+ -1,
2347
+ -1,
2348
+ -1,
2349
+ -1,
2350
+ -1,
2351
+ -1,
2352
+ -1,
2353
+ -1,
2354
+ -1,
2355
+ -1,
2356
+ -1,
2357
+ -1,
2358
+ -1,
2359
+ -1,
2360
+ -1,
2361
+ -1,
2362
+ -1,
2363
+ -1,
2364
+ -1,
2365
+ -1,
2366
+ -1,
2367
+ -1,
2368
+ -1,
2369
+ -1,
2370
+ -1,
2371
+ -1,
2372
+ -1,
2373
+ -1,
2374
+ -1,
2375
+ -1,
2376
+ -1,
2377
+ -1,
2378
+ -1,
2379
+ -1,
2380
+ -1,
2381
+ -1,
2382
+ -1,
2383
+ -1,
2384
+ -1,
2385
+ -1,
2386
+ -1,
2387
+ -1,
2388
+ -1,
2389
+ -1,
2390
+ 2,
2391
+ -1,
2392
+ -1,
2393
+ -1,
2394
+ -1,
2395
+ -1,
2396
+ -1,
2397
+ 2,
2398
+ -1,
2399
+ -1,
2400
+ -1,
2401
+ -1,
2402
+ -1
2403
+ ]
2404
+ },
2405
+ "SteeringWheelAngle": {
2406
+ "countAsTime": false,
2407
+ "length": 1,
2408
+ "name": "SteeringWheelAngle",
2409
+ "description": "Steering wheel angle",
2410
+ "unit": "rad",
2411
+ "varType": 4,
2412
+ "value": [
2413
+ -0.9681287407875061
2414
+ ]
2415
+ },
2416
+ "Throttle": {
2417
+ "countAsTime": false,
2418
+ "length": 1,
2419
+ "name": "Throttle",
2420
+ "description": "0=off throttle to 1=full throttle",
2421
+ "unit": "%",
2422
+ "varType": 4,
2423
+ "value": [
2424
+ 1
2425
+ ]
2426
+ },
2427
+ "Brake": {
2428
+ "countAsTime": false,
2429
+ "length": 1,
2430
+ "name": "Brake",
2431
+ "description": "0=brake released to 1=max pedal force",
2432
+ "unit": "%",
2433
+ "varType": 4,
2434
+ "value": [
2435
+ 0
2436
+ ]
2437
+ },
2438
+ "Clutch": {
2439
+ "countAsTime": false,
2440
+ "length": 1,
2441
+ "name": "Clutch",
2442
+ "description": "0=disengaged to 1=fully engaged",
2443
+ "unit": "%",
2444
+ "varType": 4,
2445
+ "value": [
2446
+ 1
2447
+ ]
2448
+ },
2449
+ "Gear": {
2450
+ "countAsTime": false,
2451
+ "length": 1,
2452
+ "name": "Gear",
2453
+ "description": "-1=reverse 0=neutral 1..n=current gear",
2454
+ "unit": "",
2455
+ "varType": 2,
2456
+ "value": [
2457
+ 2
2458
+ ]
2459
+ },
2460
+ "RPM": {
2461
+ "countAsTime": false,
2462
+ "length": 1,
2463
+ "name": "RPM",
2464
+ "description": "Engine rpm",
2465
+ "unit": "revs/min",
2466
+ "varType": 4,
2467
+ "value": [
2468
+ 6705.1787109375
2469
+ ]
2470
+ },
2471
+ "Lap": {
2472
+ "countAsTime": false,
2473
+ "length": 1,
2474
+ "name": "Lap",
2475
+ "description": "Laps started count",
2476
+ "unit": "",
2477
+ "varType": 2,
2478
+ "value": [
2479
+ 2
2480
+ ]
2481
+ },
2482
+ "LapCompleted": {
2483
+ "countAsTime": false,
2484
+ "length": 1,
2485
+ "name": "LapCompleted",
2486
+ "description": "Laps completed count",
2487
+ "unit": "",
2488
+ "varType": 2,
2489
+ "value": [
2490
+ 1
2491
+ ]
2492
+ },
2493
+ "LapDist": {
2494
+ "countAsTime": false,
2495
+ "length": 1,
2496
+ "name": "LapDist",
2497
+ "description": "Meters traveled from S/F this lap",
2498
+ "unit": "m",
2499
+ "varType": 4,
2500
+ "value": [
2501
+ 2140.6865234375
2502
+ ]
2503
+ },
2504
+ "LapDistPct": {
2505
+ "countAsTime": false,
2506
+ "length": 1,
2507
+ "name": "LapDistPct",
2508
+ "description": "Percentage distance around lap",
2509
+ "unit": "%",
2510
+ "varType": 4,
2511
+ "value": [
2512
+ 0.6695664525032043
2513
+ ]
2514
+ },
2515
+ "RaceLaps": {
2516
+ "countAsTime": false,
2517
+ "length": 1,
2518
+ "name": "RaceLaps",
2519
+ "description": "Laps completed in race",
2520
+ "unit": "",
2521
+ "varType": 2,
2522
+ "value": [
2523
+ 21
2524
+ ]
2525
+ },
2526
+ "LapBestLap": {
2527
+ "countAsTime": false,
2528
+ "length": 1,
2529
+ "name": "LapBestLap",
2530
+ "description": "Players best lap number",
2531
+ "unit": "",
2532
+ "varType": 2,
2533
+ "value": [
2534
+ 1
2535
+ ]
2536
+ },
2537
+ "LapBestLapTime": {
2538
+ "countAsTime": false,
2539
+ "length": 1,
2540
+ "name": "LapBestLapTime",
2541
+ "description": "Players best lap time",
2542
+ "unit": "s",
2543
+ "varType": 4,
2544
+ "value": [
2545
+ 92.43419647216797
2546
+ ]
2547
+ },
2548
+ "LapLastLapTime": {
2549
+ "countAsTime": false,
2550
+ "length": 1,
2551
+ "name": "LapLastLapTime",
2552
+ "description": "Players last lap time",
2553
+ "unit": "s",
2554
+ "varType": 4,
2555
+ "value": [
2556
+ 92.43419647216797
2557
+ ]
2558
+ },
2559
+ "LapCurrentLapTime": {
2560
+ "countAsTime": false,
2561
+ "length": 1,
2562
+ "name": "LapCurrentLapTime",
2563
+ "description": "Estimate of players current lap time as shown in F3 box",
2564
+ "unit": "s",
2565
+ "varType": 4,
2566
+ "value": [
2567
+ 63.324058532714844
2568
+ ]
2569
+ },
2570
+ "LapLasNLapSeq": {
2571
+ "countAsTime": false,
2572
+ "length": 1,
2573
+ "name": "LapLasNLapSeq",
2574
+ "description": "Player num consecutive clean laps completed for N average",
2575
+ "unit": "",
2576
+ "varType": 2,
2577
+ "value": [
2578
+ 0
2579
+ ]
2580
+ },
2581
+ "LapLastNLapTime": {
2582
+ "countAsTime": false,
2583
+ "length": 1,
2584
+ "name": "LapLastNLapTime",
2585
+ "description": "Player last N average lap time",
2586
+ "unit": "s",
2587
+ "varType": 4,
2588
+ "value": [
2589
+ 0
2590
+ ]
2591
+ },
2592
+ "LapBestNLapLap": {
2593
+ "countAsTime": false,
2594
+ "length": 1,
2595
+ "name": "LapBestNLapLap",
2596
+ "description": "Player last lap in best N average lap time",
2597
+ "unit": "",
2598
+ "varType": 2,
2599
+ "value": [
2600
+ 0
2601
+ ]
2602
+ },
2603
+ "LapBestNLapTime": {
2604
+ "countAsTime": false,
2605
+ "length": 1,
2606
+ "name": "LapBestNLapTime",
2607
+ "description": "Player best N average lap time",
2608
+ "unit": "s",
2609
+ "varType": 4,
2610
+ "value": [
2611
+ 0
2612
+ ]
2613
+ },
2614
+ "LapDeltaToBestLap": {
2615
+ "countAsTime": false,
2616
+ "length": 1,
2617
+ "name": "LapDeltaToBestLap",
2618
+ "description": "Delta time for best lap",
2619
+ "unit": "s",
2620
+ "varType": 4,
2621
+ "value": [
2622
+ 4.627002239227295
2623
+ ]
2624
+ },
2625
+ "LapDeltaToBestLap_DD": {
2626
+ "countAsTime": false,
2627
+ "length": 1,
2628
+ "name": "LapDeltaToBestLap_DD",
2629
+ "description": "Rate of change of delta time for best lap",
2630
+ "unit": "s/s",
2631
+ "varType": 4,
2632
+ "value": [
2633
+ 0.12807655334472656
2634
+ ]
2635
+ },
2636
+ "LapDeltaToBestLap_OK": {
2637
+ "countAsTime": false,
2638
+ "length": 1,
2639
+ "name": "LapDeltaToBestLap_OK",
2640
+ "description": "Delta time for best lap is valid",
2641
+ "unit": "",
2642
+ "varType": 1,
2643
+ "value": [
2644
+ true
2645
+ ]
2646
+ },
2647
+ "LapDeltaToOptimalLap": {
2648
+ "countAsTime": false,
2649
+ "length": 1,
2650
+ "name": "LapDeltaToOptimalLap",
2651
+ "description": "Delta time for optimal lap",
2652
+ "unit": "s",
2653
+ "varType": 4,
2654
+ "value": [
2655
+ 5.176210880279541
2656
+ ]
2657
+ },
2658
+ "LapDeltaToOptimalLap_DD": {
2659
+ "countAsTime": false,
2660
+ "length": 1,
2661
+ "name": "LapDeltaToOptimalLap_DD",
2662
+ "description": "Rate of change of delta time for optimal lap",
2663
+ "unit": "s/s",
2664
+ "varType": 4,
2665
+ "value": [
2666
+ 0.14091801643371582
2667
+ ]
2668
+ },
2669
+ "LapDeltaToOptimalLap_OK": {
2670
+ "countAsTime": false,
2671
+ "length": 1,
2672
+ "name": "LapDeltaToOptimalLap_OK",
2673
+ "description": "Delta time for optimal lap is valid",
2674
+ "unit": "",
2675
+ "varType": 1,
2676
+ "value": [
2677
+ true
2678
+ ]
2679
+ },
2680
+ "LapDeltaToSessionBestLap": {
2681
+ "countAsTime": false,
2682
+ "length": 1,
2683
+ "name": "LapDeltaToSessionBestLap",
2684
+ "description": "Delta time for session best lap",
2685
+ "unit": "s",
2686
+ "varType": 4,
2687
+ "value": [
2688
+ 0
2689
+ ]
2690
+ },
2691
+ "LapDeltaToSessionBestLap_DD": {
2692
+ "countAsTime": false,
2693
+ "length": 1,
2694
+ "name": "LapDeltaToSessionBestLap_DD",
2695
+ "description": "Rate of change of delta time for session best lap",
2696
+ "unit": "s/s",
2697
+ "varType": 4,
2698
+ "value": [
2699
+ 0
2700
+ ]
2701
+ },
2702
+ "LapDeltaToSessionBestLap_OK": {
2703
+ "countAsTime": false,
2704
+ "length": 1,
2705
+ "name": "LapDeltaToSessionBestLap_OK",
2706
+ "description": "Delta time for session best lap is valid",
2707
+ "unit": "",
2708
+ "varType": 1,
2709
+ "value": [
2710
+ false
2711
+ ]
2712
+ },
2713
+ "LapDeltaToSessionOptimalLap": {
2714
+ "countAsTime": false,
2715
+ "length": 1,
2716
+ "name": "LapDeltaToSessionOptimalLap",
2717
+ "description": "Delta time for session optimal lap",
2718
+ "unit": "s",
2719
+ "varType": 4,
2720
+ "value": [
2721
+ 0
2722
+ ]
2723
+ },
2724
+ "LapDeltaToSessionOptimalLap_DD": {
2725
+ "countAsTime": false,
2726
+ "length": 1,
2727
+ "name": "LapDeltaToSessionOptimalLap_DD",
2728
+ "description": "Rate of change of delta time for session optimal lap",
2729
+ "unit": "s/s",
2730
+ "varType": 4,
2731
+ "value": [
2732
+ 0
2733
+ ]
2734
+ },
2735
+ "LapDeltaToSessionOptimalLap_OK": {
2736
+ "countAsTime": false,
2737
+ "length": 1,
2738
+ "name": "LapDeltaToSessionOptimalLap_OK",
2739
+ "description": "Delta time for session optimal lap is valid",
2740
+ "unit": "",
2741
+ "varType": 1,
2742
+ "value": [
2743
+ false
2744
+ ]
2745
+ },
2746
+ "LapDeltaToSessionLastlLap": {
2747
+ "countAsTime": false,
2748
+ "length": 1,
2749
+ "name": "LapDeltaToSessionLastlLap",
2750
+ "description": "Delta time for session last lap",
2751
+ "unit": "s",
2752
+ "varType": 4,
2753
+ "value": [
2754
+ 0
2755
+ ]
2756
+ },
2757
+ "LapDeltaToSessionLastlLap_DD": {
2758
+ "countAsTime": false,
2759
+ "length": 1,
2760
+ "name": "LapDeltaToSessionLastlLap_DD",
2761
+ "description": "Rate of change of delta time for session last lap",
2762
+ "unit": "s/s",
2763
+ "varType": 4,
2764
+ "value": [
2765
+ 0
2766
+ ]
2767
+ },
2768
+ "LapDeltaToSessionLastlLap_OK": {
2769
+ "countAsTime": false,
2770
+ "length": 1,
2771
+ "name": "LapDeltaToSessionLastlLap_OK",
2772
+ "description": "Delta time for session last lap is valid",
2773
+ "unit": "",
2774
+ "varType": 1,
2775
+ "value": [
2776
+ false
2777
+ ]
2778
+ },
2779
+ "Speed": {
2780
+ "countAsTime": false,
2781
+ "length": 1,
2782
+ "name": "Speed",
2783
+ "description": "GPS vehicle speed",
2784
+ "unit": "m/s",
2785
+ "varType": 4,
2786
+ "value": [
2787
+ 32.81691360473633
2788
+ ]
2789
+ },
2790
+ "Yaw": {
2791
+ "countAsTime": false,
2792
+ "length": 1,
2793
+ "name": "Yaw",
2794
+ "description": "Yaw orientation",
2795
+ "unit": "rad",
2796
+ "varType": 4,
2797
+ "value": [
2798
+ -0.22976428270339966
2799
+ ]
2800
+ },
2801
+ "YawNorth": {
2802
+ "countAsTime": false,
2803
+ "length": 1,
2804
+ "name": "YawNorth",
2805
+ "description": "Yaw orientation relative to north",
2806
+ "unit": "rad",
2807
+ "varType": 4,
2808
+ "value": [
2809
+ 0.4926230311393738
2810
+ ]
2811
+ },
2812
+ "Pitch": {
2813
+ "countAsTime": false,
2814
+ "length": 1,
2815
+ "name": "Pitch",
2816
+ "description": "Pitch orientation",
2817
+ "unit": "rad",
2818
+ "varType": 4,
2819
+ "value": [
2820
+ -0.012292647734284401
2821
+ ]
2822
+ },
2823
+ "Roll": {
2824
+ "countAsTime": false,
2825
+ "length": 1,
2826
+ "name": "Roll",
2827
+ "description": "Roll orientation",
2828
+ "unit": "rad",
2829
+ "varType": 4,
2830
+ "value": [
2831
+ 0.010911899618804455
2832
+ ]
2833
+ },
2834
+ "EnterExitReset": {
2835
+ "countAsTime": false,
2836
+ "length": 1,
2837
+ "name": "EnterExitReset",
2838
+ "description": "Indicate action the reset key will take 0 enter 1 exit 2 reset",
2839
+ "unit": "",
2840
+ "varType": 2,
2841
+ "value": [
2842
+ 2
2843
+ ]
2844
+ },
2845
+ "TrackTemp": {
2846
+ "countAsTime": false,
2847
+ "length": 1,
2848
+ "name": "TrackTemp",
2849
+ "description": "Deprecated set to TrackTempCrew",
2850
+ "unit": "C",
2851
+ "varType": 4,
2852
+ "value": [
2853
+ 35
2854
+ ]
2855
+ },
2856
+ "TrackTempCrew": {
2857
+ "countAsTime": false,
2858
+ "length": 1,
2859
+ "name": "TrackTempCrew",
2860
+ "description": "Temperature of track measured by crew around track",
2861
+ "unit": "C",
2862
+ "varType": 4,
2863
+ "value": [
2864
+ 35
2865
+ ]
2866
+ },
2867
+ "AirTemp": {
2868
+ "countAsTime": false,
2869
+ "length": 1,
2870
+ "name": "AirTemp",
2871
+ "description": "Temperature of air at start/finish line",
2872
+ "unit": "C",
2873
+ "varType": 4,
2874
+ "value": [
2875
+ 25.5975284576416
2876
+ ]
2877
+ },
2878
+ "WeatherType": {
2879
+ "countAsTime": false,
2880
+ "length": 1,
2881
+ "name": "WeatherType",
2882
+ "description": "Weather type (0=constant 1=dynamic)",
2883
+ "unit": "",
2884
+ "varType": 2,
2885
+ "value": [
2886
+ 3
2887
+ ]
2888
+ },
2889
+ "Skies": {
2890
+ "countAsTime": false,
2891
+ "length": 1,
2892
+ "name": "Skies",
2893
+ "description": "Skies (0=clear/1=p cloudy/2=m cloudy/3=overcast)",
2894
+ "unit": "",
2895
+ "varType": 2,
2896
+ "value": [
2897
+ 1
2898
+ ]
2899
+ },
2900
+ "AirDensity": {
2901
+ "countAsTime": false,
2902
+ "length": 1,
2903
+ "name": "AirDensity",
2904
+ "description": "Density of air at start/finish line",
2905
+ "unit": "kg/m^3",
2906
+ "varType": 4,
2907
+ "value": [
2908
+ 1.202965259552002
2909
+ ]
2910
+ },
2911
+ "AirPressure": {
2912
+ "countAsTime": false,
2913
+ "length": 1,
2914
+ "name": "AirPressure",
2915
+ "description": "Pressure of air at start/finish line",
2916
+ "unit": "Hg",
2917
+ "varType": 4,
2918
+ "value": [
2919
+ 29.24552345275879
2920
+ ]
2921
+ },
2922
+ "WindVel": {
2923
+ "countAsTime": false,
2924
+ "length": 1,
2925
+ "name": "WindVel",
2926
+ "description": "Wind velocity at start/finish line",
2927
+ "unit": "m/s",
2928
+ "varType": 4,
2929
+ "value": [
2930
+ 0.8940799832344055
2931
+ ]
2932
+ },
2933
+ "WindDir": {
2934
+ "countAsTime": false,
2935
+ "length": 1,
2936
+ "name": "WindDir",
2937
+ "description": "Wind direction at start/finish line",
2938
+ "unit": "rad",
2939
+ "varType": 4,
2940
+ "value": [
2941
+ 2.9802322387695312e-8
2942
+ ]
2943
+ },
2944
+ "RelativeHumidity": {
2945
+ "countAsTime": false,
2946
+ "length": 1,
2947
+ "name": "RelativeHumidity",
2948
+ "description": "Relative Humidity",
2949
+ "unit": "%",
2950
+ "varType": 4,
2951
+ "value": [
2952
+ 0.548566460609436
2953
+ ]
2954
+ },
2955
+ "FogLevel": {
2956
+ "countAsTime": false,
2957
+ "length": 1,
2958
+ "name": "FogLevel",
2959
+ "description": "Fog level",
2960
+ "unit": "%",
2961
+ "varType": 4,
2962
+ "value": [
2963
+ 0
2964
+ ]
2965
+ },
2966
+ "DCLapStatus": {
2967
+ "countAsTime": false,
2968
+ "length": 1,
2969
+ "name": "DCLapStatus",
2970
+ "description": "Status of driver change lap requirements",
2971
+ "unit": "",
2972
+ "varType": 2,
2973
+ "value": [
2974
+ 2
2975
+ ]
2976
+ },
2977
+ "DCDriversSoFar": {
2978
+ "countAsTime": false,
2979
+ "length": 1,
2980
+ "name": "DCDriversSoFar",
2981
+ "description": "Number of team drivers who have run a stint",
2982
+ "unit": "",
2983
+ "varType": 2,
2984
+ "value": [
2985
+ 1
2986
+ ]
2987
+ },
2988
+ "OkToReloadTextures": {
2989
+ "countAsTime": false,
2990
+ "length": 1,
2991
+ "name": "OkToReloadTextures",
2992
+ "description": "True if it is ok to reload car textures at this time",
2993
+ "unit": "",
2994
+ "varType": 1,
2995
+ "value": [
2996
+ true
2997
+ ]
2998
+ },
2999
+ "LoadNumTextures": {
3000
+ "countAsTime": false,
3001
+ "length": 1,
3002
+ "name": "LoadNumTextures",
3003
+ "description": "True if the car_num texture will be loaded",
3004
+ "unit": "",
3005
+ "varType": 1,
3006
+ "value": [
3007
+ false
3008
+ ]
3009
+ },
3010
+ "CarLeftRight": {
3011
+ "countAsTime": false,
3012
+ "length": 1,
3013
+ "name": "CarLeftRight",
3014
+ "description": "Notify if car is to the left or right of driver",
3015
+ "unit": "irsdk_CarLeftRight",
3016
+ "varType": 3,
3017
+ "value": [
3018
+ 1
3019
+ ]
3020
+ },
3021
+ "PitsOpen": {
3022
+ "countAsTime": false,
3023
+ "length": 1,
3024
+ "name": "PitsOpen",
3025
+ "description": "True if pit stop is allowed for the current player",
3026
+ "unit": "",
3027
+ "varType": 1,
3028
+ "value": [
3029
+ true
3030
+ ]
3031
+ },
3032
+ "VidCapEnabled": {
3033
+ "countAsTime": false,
3034
+ "length": 1,
3035
+ "name": "VidCapEnabled",
3036
+ "description": "True if video capture system is enabled",
3037
+ "unit": "",
3038
+ "varType": 1,
3039
+ "value": [
3040
+ false
3041
+ ]
3042
+ },
3043
+ "VidCapActive": {
3044
+ "countAsTime": false,
3045
+ "length": 1,
3046
+ "name": "VidCapActive",
3047
+ "description": "True if video currently being captured",
3048
+ "unit": "",
3049
+ "varType": 1,
3050
+ "value": [
3051
+ false
3052
+ ]
3053
+ },
3054
+ "PitRepairLeft": {
3055
+ "countAsTime": false,
3056
+ "length": 1,
3057
+ "name": "PitRepairLeft",
3058
+ "description": "Time left for mandatory pit repairs if repairs are active",
3059
+ "unit": "s",
3060
+ "varType": 4,
3061
+ "value": [
3062
+ 0
3063
+ ]
3064
+ },
3065
+ "PitOptRepairLeft": {
3066
+ "countAsTime": false,
3067
+ "length": 1,
3068
+ "name": "PitOptRepairLeft",
3069
+ "description": "Time left for optional repairs if repairs are active",
3070
+ "unit": "s",
3071
+ "varType": 4,
3072
+ "value": [
3073
+ 0
3074
+ ]
3075
+ },
3076
+ "PitstopActive": {
3077
+ "countAsTime": false,
3078
+ "length": 1,
3079
+ "name": "PitstopActive",
3080
+ "description": "Is the player getting pit stop service",
3081
+ "unit": "",
3082
+ "varType": 1,
3083
+ "value": [
3084
+ false
3085
+ ]
3086
+ },
3087
+ "FastRepairUsed": {
3088
+ "countAsTime": false,
3089
+ "length": 1,
3090
+ "name": "FastRepairUsed",
3091
+ "description": "How many fast repairs used so far",
3092
+ "unit": "",
3093
+ "varType": 2,
3094
+ "value": [
3095
+ 0
3096
+ ]
3097
+ },
3098
+ "FastRepairAvailable": {
3099
+ "countAsTime": false,
3100
+ "length": 1,
3101
+ "name": "FastRepairAvailable",
3102
+ "description": "How many fast repairs left 255 is unlimited",
3103
+ "unit": "",
3104
+ "varType": 2,
3105
+ "value": [
3106
+ 0
3107
+ ]
3108
+ },
3109
+ "LFTiresUsed": {
3110
+ "countAsTime": false,
3111
+ "length": 1,
3112
+ "name": "LFTiresUsed",
3113
+ "description": "How many left front tires used so far",
3114
+ "unit": "",
3115
+ "varType": 2,
3116
+ "value": [
3117
+ 1
3118
+ ]
3119
+ },
3120
+ "RFTiresUsed": {
3121
+ "countAsTime": false,
3122
+ "length": 1,
3123
+ "name": "RFTiresUsed",
3124
+ "description": "How many right front tires used so far",
3125
+ "unit": "",
3126
+ "varType": 2,
3127
+ "value": [
3128
+ 1
3129
+ ]
3130
+ },
3131
+ "LRTiresUsed": {
3132
+ "countAsTime": false,
3133
+ "length": 1,
3134
+ "name": "LRTiresUsed",
3135
+ "description": "How many left rear tires used so far",
3136
+ "unit": "",
3137
+ "varType": 2,
3138
+ "value": [
3139
+ 1
3140
+ ]
3141
+ },
3142
+ "RRTiresUsed": {
3143
+ "countAsTime": false,
3144
+ "length": 1,
3145
+ "name": "RRTiresUsed",
3146
+ "description": "How many right rear tires used so far",
3147
+ "unit": "",
3148
+ "varType": 2,
3149
+ "value": [
3150
+ 1
3151
+ ]
3152
+ },
3153
+ "LeftTireSetsUsed": {
3154
+ "countAsTime": false,
3155
+ "length": 1,
3156
+ "name": "LeftTireSetsUsed",
3157
+ "description": "How many left tire sets used so far",
3158
+ "unit": "",
3159
+ "varType": 2,
3160
+ "value": [
3161
+ 1
3162
+ ]
3163
+ },
3164
+ "RightTireSetsUsed": {
3165
+ "countAsTime": false,
3166
+ "length": 1,
3167
+ "name": "RightTireSetsUsed",
3168
+ "description": "How many right tire sets used so far",
3169
+ "unit": "",
3170
+ "varType": 2,
3171
+ "value": [
3172
+ 1
3173
+ ]
3174
+ },
3175
+ "FrontTireSetsUsed": {
3176
+ "countAsTime": false,
3177
+ "length": 1,
3178
+ "name": "FrontTireSetsUsed",
3179
+ "description": "How many front tire sets used so far",
3180
+ "unit": "",
3181
+ "varType": 2,
3182
+ "value": [
3183
+ 1
3184
+ ]
3185
+ },
3186
+ "RearTireSetsUsed": {
3187
+ "countAsTime": false,
3188
+ "length": 1,
3189
+ "name": "RearTireSetsUsed",
3190
+ "description": "How many rear tire sets used so far",
3191
+ "unit": "",
3192
+ "varType": 2,
3193
+ "value": [
3194
+ 1
3195
+ ]
3196
+ },
3197
+ "TireSetsUsed": {
3198
+ "countAsTime": false,
3199
+ "length": 1,
3200
+ "name": "TireSetsUsed",
3201
+ "description": "How many tire sets used so far",
3202
+ "unit": "",
3203
+ "varType": 2,
3204
+ "value": [
3205
+ 1
3206
+ ]
3207
+ },
3208
+ "LFTiresAvailable": {
3209
+ "countAsTime": false,
3210
+ "length": 1,
3211
+ "name": "LFTiresAvailable",
3212
+ "description": "How many left front tires are remaining 255 is unlimited",
3213
+ "unit": "",
3214
+ "varType": 2,
3215
+ "value": [
3216
+ 1
3217
+ ]
3218
+ },
3219
+ "RFTiresAvailable": {
3220
+ "countAsTime": false,
3221
+ "length": 1,
3222
+ "name": "RFTiresAvailable",
3223
+ "description": "How many right front tires are remaining 255 is unlimited",
3224
+ "unit": "",
3225
+ "varType": 2,
3226
+ "value": [
3227
+ 1
3228
+ ]
3229
+ },
3230
+ "LRTiresAvailable": {
3231
+ "countAsTime": false,
3232
+ "length": 1,
3233
+ "name": "LRTiresAvailable",
3234
+ "description": "How many left rear tires are remaining 255 is unlimited",
3235
+ "unit": "",
3236
+ "varType": 2,
3237
+ "value": [
3238
+ 1
3239
+ ]
3240
+ },
3241
+ "RRTiresAvailable": {
3242
+ "countAsTime": false,
3243
+ "length": 1,
3244
+ "name": "RRTiresAvailable",
3245
+ "description": "How many right rear tires are remaining 255 is unlimited",
3246
+ "unit": "",
3247
+ "varType": 2,
3248
+ "value": [
3249
+ 1
3250
+ ]
3251
+ },
3252
+ "LeftTireSetsAvailable": {
3253
+ "countAsTime": false,
3254
+ "length": 1,
3255
+ "name": "LeftTireSetsAvailable",
3256
+ "description": "How many left tire sets are remaining 255 is unlimited",
3257
+ "unit": "",
3258
+ "varType": 2,
3259
+ "value": [
3260
+ 1
3261
+ ]
3262
+ },
3263
+ "RightTireSetsAvailable": {
3264
+ "countAsTime": false,
3265
+ "length": 1,
3266
+ "name": "RightTireSetsAvailable",
3267
+ "description": "How many right tire sets are remaining 255 is unlimited",
3268
+ "unit": "",
3269
+ "varType": 2,
3270
+ "value": [
3271
+ 1
3272
+ ]
3273
+ },
3274
+ "FrontTireSetsAvailable": {
3275
+ "countAsTime": false,
3276
+ "length": 1,
3277
+ "name": "FrontTireSetsAvailable",
3278
+ "description": "How many front tire sets are remaining 255 is unlimited",
3279
+ "unit": "",
3280
+ "varType": 2,
3281
+ "value": [
3282
+ 1
3283
+ ]
3284
+ },
3285
+ "RearTireSetsAvailable": {
3286
+ "countAsTime": false,
3287
+ "length": 1,
3288
+ "name": "RearTireSetsAvailable",
3289
+ "description": "How many rear tire sets are remaining 255 is unlimited",
3290
+ "unit": "",
3291
+ "varType": 2,
3292
+ "value": [
3293
+ 1
3294
+ ]
3295
+ },
3296
+ "TireSetsAvailable": {
3297
+ "countAsTime": false,
3298
+ "length": 1,
3299
+ "name": "TireSetsAvailable",
3300
+ "description": "How many tire sets are remaining 255 is unlimited",
3301
+ "unit": "",
3302
+ "varType": 2,
3303
+ "value": [
3304
+ 1
3305
+ ]
3306
+ },
3307
+ "CamCarIdx": {
3308
+ "countAsTime": false,
3309
+ "length": 1,
3310
+ "name": "CamCarIdx",
3311
+ "description": "Active camera's focus car index",
3312
+ "unit": "",
3313
+ "varType": 2,
3314
+ "value": [
3315
+ 51
3316
+ ]
3317
+ },
3318
+ "CamCameraNumber": {
3319
+ "countAsTime": false,
3320
+ "length": 1,
3321
+ "name": "CamCameraNumber",
3322
+ "description": "Active camera number",
3323
+ "unit": "",
3324
+ "varType": 2,
3325
+ "value": [
3326
+ 1
3327
+ ]
3328
+ },
3329
+ "CamGroupNumber": {
3330
+ "countAsTime": false,
3331
+ "length": 1,
3332
+ "name": "CamGroupNumber",
3333
+ "description": "Active camera group number",
3334
+ "unit": "",
3335
+ "varType": 2,
3336
+ "value": [
3337
+ 9
3338
+ ]
3339
+ },
3340
+ "CamCameraState": {
3341
+ "countAsTime": false,
3342
+ "length": 1,
3343
+ "name": "CamCameraState",
3344
+ "description": "State of camera system",
3345
+ "unit": "irsdk_CameraState",
3346
+ "varType": 3,
3347
+ "value": [
3348
+ 80
3349
+ ]
3350
+ },
3351
+ "IsOnTrackCar": {
3352
+ "countAsTime": false,
3353
+ "length": 1,
3354
+ "name": "IsOnTrackCar",
3355
+ "description": "1=Car on track physics running",
3356
+ "unit": "",
3357
+ "varType": 1,
3358
+ "value": [
3359
+ true
3360
+ ]
3361
+ },
3362
+ "IsInGarage": {
3363
+ "countAsTime": false,
3364
+ "length": 1,
3365
+ "name": "IsInGarage",
3366
+ "description": "1=Car in garage physics running",
3367
+ "unit": "",
3368
+ "varType": 1,
3369
+ "value": [
3370
+ false
3371
+ ]
3372
+ },
3373
+ "SteeringWheelPctTorque": {
3374
+ "countAsTime": false,
3375
+ "length": 1,
3376
+ "name": "SteeringWheelPctTorque",
3377
+ "description": "Force feedback % max torque on steering shaft unsigned",
3378
+ "unit": "%",
3379
+ "varType": 4,
3380
+ "value": [
3381
+ 0.6664298176765442
3382
+ ]
3383
+ },
3384
+ "SteeringWheelPctTorqueSign": {
3385
+ "countAsTime": false,
3386
+ "length": 1,
3387
+ "name": "SteeringWheelPctTorqueSign",
3388
+ "description": "Force feedback % max torque on steering shaft signed",
3389
+ "unit": "%",
3390
+ "varType": 4,
3391
+ "value": [
3392
+ 0.6664298176765442
3393
+ ]
3394
+ },
3395
+ "SteeringWheelPctTorqueSignStops": {
3396
+ "countAsTime": false,
3397
+ "length": 1,
3398
+ "name": "SteeringWheelPctTorqueSignStops",
3399
+ "description": "Force feedback % max torque on steering shaft signed stops",
3400
+ "unit": "%",
3401
+ "varType": 4,
3402
+ "value": [
3403
+ 0.6677641272544861
3404
+ ]
3405
+ },
3406
+ "SteeringWheelPctDamper": {
3407
+ "countAsTime": false,
3408
+ "length": 1,
3409
+ "name": "SteeringWheelPctDamper",
3410
+ "description": "Force feedback % max damping",
3411
+ "unit": "%",
3412
+ "varType": 4,
3413
+ "value": [
3414
+ 0
3415
+ ]
3416
+ },
3417
+ "SteeringWheelAngleMax": {
3418
+ "countAsTime": false,
3419
+ "length": 1,
3420
+ "name": "SteeringWheelAngleMax",
3421
+ "description": "Steering wheel max angle",
3422
+ "unit": "rad",
3423
+ "varType": 4,
3424
+ "value": [
3425
+ 17.278644561767578
3426
+ ]
3427
+ },
3428
+ "SteeringWheelLimiter": {
3429
+ "countAsTime": false,
3430
+ "length": 1,
3431
+ "name": "SteeringWheelLimiter",
3432
+ "description": "Force feedback limiter strength limits impacts and oscillation",
3433
+ "unit": "%",
3434
+ "varType": 4,
3435
+ "value": [
3436
+ 0
3437
+ ]
3438
+ },
3439
+ "ShiftIndicatorPct": {
3440
+ "countAsTime": false,
3441
+ "length": 1,
3442
+ "name": "ShiftIndicatorPct",
3443
+ "description": "DEPRECATED use DriverCarSLBlinkRPM instead",
3444
+ "unit": "%",
3445
+ "varType": 4,
3446
+ "value": [
3447
+ 0.5262767672538757
3448
+ ]
3449
+ },
3450
+ "ShiftPowerPct": {
3451
+ "countAsTime": false,
3452
+ "length": 1,
3453
+ "name": "ShiftPowerPct",
3454
+ "description": "Friction torque applied to gears when shifting or grinding",
3455
+ "unit": "%",
3456
+ "varType": 4,
3457
+ "value": [
3458
+ 0
3459
+ ]
3460
+ },
3461
+ "ShiftGrindRPM": {
3462
+ "countAsTime": false,
3463
+ "length": 1,
3464
+ "name": "ShiftGrindRPM",
3465
+ "description": "RPM of shifter grinding noise",
3466
+ "unit": "RPM",
3467
+ "varType": 4,
3468
+ "value": [
3469
+ 0
3470
+ ]
3471
+ },
3472
+ "ThrottleRaw": {
3473
+ "countAsTime": false,
3474
+ "length": 1,
3475
+ "name": "ThrottleRaw",
3476
+ "description": "Raw throttle input 0=off throttle to 1=full throttle",
3477
+ "unit": "%",
3478
+ "varType": 4,
3479
+ "value": [
3480
+ 1
3481
+ ]
3482
+ },
3483
+ "BrakeRaw": {
3484
+ "countAsTime": false,
3485
+ "length": 1,
3486
+ "name": "BrakeRaw",
3487
+ "description": "Raw brake input 0=brake released to 1=max pedal force",
3488
+ "unit": "%",
3489
+ "varType": 4,
3490
+ "value": [
3491
+ 0
3492
+ ]
3493
+ },
3494
+ "HandbrakeRaw": {
3495
+ "countAsTime": false,
3496
+ "length": 1,
3497
+ "name": "HandbrakeRaw",
3498
+ "description": "Raw handbrake input 0=handbrake released to 1=max force",
3499
+ "unit": "%",
3500
+ "varType": 4,
3501
+ "value": [
3502
+ 0
3503
+ ]
3504
+ },
3505
+ "SteeringWheelPeakForceNm": {
3506
+ "countAsTime": false,
3507
+ "length": 1,
3508
+ "name": "SteeringWheelPeakForceNm",
3509
+ "description": "Peak torque mapping to direct input units for FFB",
3510
+ "unit": "N*m",
3511
+ "varType": 4,
3512
+ "value": [
3513
+ -1
3514
+ ]
3515
+ },
3516
+ "SteeringWheelMaxForceNm": {
3517
+ "countAsTime": false,
3518
+ "length": 1,
3519
+ "name": "SteeringWheelMaxForceNm",
3520
+ "description": "Value of strength or max force slider in Nm for FFB",
3521
+ "unit": "N*m",
3522
+ "varType": 4,
3523
+ "value": [
3524
+ 19
3525
+ ]
3526
+ },
3527
+ "SteeringWheelUseLinear": {
3528
+ "countAsTime": false,
3529
+ "length": 1,
3530
+ "name": "SteeringWheelUseLinear",
3531
+ "description": "True if steering wheel force is using linear mode",
3532
+ "unit": "",
3533
+ "varType": 1,
3534
+ "value": [
3535
+ false
3536
+ ]
3537
+ },
3538
+ "BrakeABSactive": {
3539
+ "countAsTime": false,
3540
+ "length": 1,
3541
+ "name": "BrakeABSactive",
3542
+ "description": "true if abs is currently reducing brake force pressure",
3543
+ "unit": "",
3544
+ "varType": 1,
3545
+ "value": [
3546
+ false
3547
+ ]
3548
+ },
3549
+ "EngineWarnings": {
3550
+ "countAsTime": false,
3551
+ "length": 1,
3552
+ "name": "EngineWarnings",
3553
+ "description": "Bitfield for warning lights",
3554
+ "unit": "irsdk_EngineWarnings",
3555
+ "varType": 3,
3556
+ "value": [
3557
+ 0
3558
+ ]
3559
+ },
3560
+ "FuelLevel": {
3561
+ "countAsTime": false,
3562
+ "length": 1,
3563
+ "name": "FuelLevel",
3564
+ "description": "Liters of fuel remaining",
3565
+ "unit": "l",
3566
+ "varType": 4,
3567
+ "value": [
3568
+ 29.833730697631836
3569
+ ]
3570
+ },
3571
+ "FuelLevelPct": {
3572
+ "countAsTime": false,
3573
+ "length": 1,
3574
+ "name": "FuelLevelPct",
3575
+ "description": "Percent fuel remaining",
3576
+ "unit": "%",
3577
+ "varType": 4,
3578
+ "value": [
3579
+ 0.6631683111190796
3580
+ ]
3581
+ },
3582
+ "PitSvFlags": {
3583
+ "countAsTime": false,
3584
+ "length": 1,
3585
+ "name": "PitSvFlags",
3586
+ "description": "Bitfield of pit service checkboxes",
3587
+ "unit": "irsdk_PitSvFlags",
3588
+ "varType": 3,
3589
+ "value": [
3590
+ 63
3591
+ ]
3592
+ },
3593
+ "PitSvLFP": {
3594
+ "countAsTime": false,
3595
+ "length": 1,
3596
+ "name": "PitSvLFP",
3597
+ "description": "Pit service left front tire pressure",
3598
+ "unit": "kPa",
3599
+ "varType": 4,
3600
+ "value": [
3601
+ 206.8427276611328
3602
+ ]
3603
+ },
3604
+ "PitSvRFP": {
3605
+ "countAsTime": false,
3606
+ "length": 1,
3607
+ "name": "PitSvRFP",
3608
+ "description": "Pit service right front tire pressure",
3609
+ "unit": "kPa",
3610
+ "varType": 4,
3611
+ "value": [
3612
+ 206.8427276611328
3613
+ ]
3614
+ },
3615
+ "PitSvLRP": {
3616
+ "countAsTime": false,
3617
+ "length": 1,
3618
+ "name": "PitSvLRP",
3619
+ "description": "Pit service left rear tire pressure",
3620
+ "unit": "kPa",
3621
+ "varType": 4,
3622
+ "value": [
3623
+ 206.8427276611328
3624
+ ]
3625
+ },
3626
+ "PitSvRRP": {
3627
+ "countAsTime": false,
3628
+ "length": 1,
3629
+ "name": "PitSvRRP",
3630
+ "description": "Pit service right rear tire pressure",
3631
+ "unit": "kPa",
3632
+ "varType": 4,
3633
+ "value": [
3634
+ 206.8427276611328
3635
+ ]
3636
+ },
3637
+ "PitSvFuel": {
3638
+ "countAsTime": false,
3639
+ "length": 1,
3640
+ "name": "PitSvFuel",
3641
+ "description": "Pit service fuel add amount",
3642
+ "unit": "l",
3643
+ "varType": 4,
3644
+ "value": [
3645
+ 44.986663818359375
3646
+ ]
3647
+ },
3648
+ "PitSvTireCompound": {
3649
+ "countAsTime": false,
3650
+ "length": 1,
3651
+ "name": "PitSvTireCompound",
3652
+ "description": "Pit service pending tire compound",
3653
+ "unit": "",
3654
+ "varType": 2,
3655
+ "value": [
3656
+ 0
3657
+ ]
3658
+ },
3659
+ "CarIdxP2P_Status": {
3660
+ "countAsTime": false,
3661
+ "length": 64,
3662
+ "name": "CarIdxP2P_Status",
3663
+ "description": "Push2Pass active or not",
3664
+ "unit": "",
3665
+ "varType": 1,
3666
+ "value": [
3667
+ false,
3668
+ false,
3669
+ false,
3670
+ false,
3671
+ false,
3672
+ false,
3673
+ false,
3674
+ false,
3675
+ false,
3676
+ false,
3677
+ false,
3678
+ false,
3679
+ false,
3680
+ false,
3681
+ false,
3682
+ false,
3683
+ false,
3684
+ false,
3685
+ false,
3686
+ false,
3687
+ false,
3688
+ false,
3689
+ false,
3690
+ false,
3691
+ false,
3692
+ false,
3693
+ false,
3694
+ false,
3695
+ false,
3696
+ false,
3697
+ false,
3698
+ false,
3699
+ false,
3700
+ false,
3701
+ false,
3702
+ false,
3703
+ false,
3704
+ false,
3705
+ false,
3706
+ false,
3707
+ false,
3708
+ false,
3709
+ false,
3710
+ false,
3711
+ false,
3712
+ false,
3713
+ false,
3714
+ false,
3715
+ false,
3716
+ false,
3717
+ false,
3718
+ false,
3719
+ false,
3720
+ false,
3721
+ false,
3722
+ false,
3723
+ false,
3724
+ false,
3725
+ false,
3726
+ false,
3727
+ false,
3728
+ false,
3729
+ false,
3730
+ false
3731
+ ]
3732
+ },
3733
+ "CarIdxP2P_Count": {
3734
+ "countAsTime": false,
3735
+ "length": 64,
3736
+ "name": "CarIdxP2P_Count",
3737
+ "description": "Push2Pass count of usage (or remaining in Race)",
3738
+ "unit": "",
3739
+ "varType": 2,
3740
+ "value": [
3741
+ -1,
3742
+ -1,
3743
+ -1,
3744
+ -1,
3745
+ -1,
3746
+ -1,
3747
+ -1,
3748
+ -1,
3749
+ -1,
3750
+ -1,
3751
+ -1,
3752
+ -1,
3753
+ -1,
3754
+ -1,
3755
+ -1,
3756
+ -1,
3757
+ -1,
3758
+ -1,
3759
+ -1,
3760
+ -1,
3761
+ -1,
3762
+ -1,
3763
+ -1,
3764
+ -1,
3765
+ -1,
3766
+ -1,
3767
+ -1,
3768
+ -1,
3769
+ -1,
3770
+ -1,
3771
+ -1,
3772
+ -1,
3773
+ -1,
3774
+ -1,
3775
+ -1,
3776
+ -1,
3777
+ -1,
3778
+ -1,
3779
+ -1,
3780
+ -1,
3781
+ -1,
3782
+ -1,
3783
+ -1,
3784
+ -1,
3785
+ -1,
3786
+ -1,
3787
+ -1,
3788
+ -1,
3789
+ -1,
3790
+ -1,
3791
+ -1,
3792
+ -1,
3793
+ -1,
3794
+ -1,
3795
+ -1,
3796
+ -1,
3797
+ -1,
3798
+ -1,
3799
+ -1,
3800
+ -1,
3801
+ -1,
3802
+ -1,
3803
+ -1,
3804
+ -1
3805
+ ]
3806
+ },
3807
+ "ReplayPlaySpeed": {
3808
+ "countAsTime": false,
3809
+ "length": 1,
3810
+ "name": "ReplayPlaySpeed",
3811
+ "description": "Replay playback speed",
3812
+ "unit": "",
3813
+ "varType": 2,
3814
+ "value": [
3815
+ 1
3816
+ ]
3817
+ },
3818
+ "ReplayPlaySlowMotion": {
3819
+ "countAsTime": false,
3820
+ "length": 1,
3821
+ "name": "ReplayPlaySlowMotion",
3822
+ "description": "0=not slow motion 1=replay is in slow motion",
3823
+ "unit": "",
3824
+ "varType": 1,
3825
+ "value": [
3826
+ false
3827
+ ]
3828
+ },
3829
+ "ReplaySessionTime": {
3830
+ "countAsTime": false,
3831
+ "length": 1,
3832
+ "name": "ReplaySessionTime",
3833
+ "description": "Seconds since replay session start",
3834
+ "unit": "s",
3835
+ "varType": 5,
3836
+ "value": [
3837
+ 0
3838
+ ]
3839
+ },
3840
+ "ReplaySessionNum": {
3841
+ "countAsTime": false,
3842
+ "length": 1,
3843
+ "name": "ReplaySessionNum",
3844
+ "description": "Replay session number",
3845
+ "unit": "",
3846
+ "varType": 2,
3847
+ "value": [
3848
+ -1
3849
+ ]
3850
+ },
3851
+ "TireLF_RumblePitch": {
3852
+ "countAsTime": false,
3853
+ "length": 1,
3854
+ "name": "TireLF_RumblePitch",
3855
+ "description": "Players LF Tire Sound rumblestrip pitch",
3856
+ "unit": "Hz",
3857
+ "varType": 4,
3858
+ "value": [
3859
+ 0
3860
+ ]
3861
+ },
3862
+ "TireRF_RumblePitch": {
3863
+ "countAsTime": false,
3864
+ "length": 1,
3865
+ "name": "TireRF_RumblePitch",
3866
+ "description": "Players RF Tire Sound rumblestrip pitch",
3867
+ "unit": "Hz",
3868
+ "varType": 4,
3869
+ "value": [
3870
+ 0
3871
+ ]
3872
+ },
3873
+ "TireLR_RumblePitch": {
3874
+ "countAsTime": false,
3875
+ "length": 1,
3876
+ "name": "TireLR_RumblePitch",
3877
+ "description": "Players LR Tire Sound rumblestrip pitch",
3878
+ "unit": "Hz",
3879
+ "varType": 4,
3880
+ "value": [
3881
+ 0
3882
+ ]
3883
+ },
3884
+ "TireRR_RumblePitch": {
3885
+ "countAsTime": false,
3886
+ "length": 1,
3887
+ "name": "TireRR_RumblePitch",
3888
+ "description": "Players RR Tire Sound rumblestrip pitch",
3889
+ "unit": "Hz",
3890
+ "varType": 4,
3891
+ "value": [
3892
+ 0
3893
+ ]
3894
+ },
3895
+ "SteeringWheelTorque_ST": {
3896
+ "countAsTime": true,
3897
+ "length": 6,
3898
+ "name": "SteeringWheelTorque_ST",
3899
+ "description": "Output torque on steering shaft at 360 Hz",
3900
+ "unit": "N*m",
3901
+ "varType": 4,
3902
+ "value": [
3903
+ 10.717019081115723,
3904
+ 10.853043556213379,
3905
+ 11.153368949890137,
3906
+ 11.37777328491211,
3907
+ 11.468843460083008,
3908
+ 11.510481834411621
3909
+ ]
3910
+ },
3911
+ "SteeringWheelTorque": {
3912
+ "countAsTime": false,
3913
+ "length": 1,
3914
+ "name": "SteeringWheelTorque",
3915
+ "description": "Output torque on steering shaft",
3916
+ "unit": "N*m",
3917
+ "varType": 4,
3918
+ "value": [
3919
+ 11.510481834411621
3920
+ ]
3921
+ },
3922
+ "VelocityZ_ST": {
3923
+ "countAsTime": true,
3924
+ "length": 6,
3925
+ "name": "VelocityZ_ST",
3926
+ "description": "Z velocity",
3927
+ "unit": "m/s at 360 Hz",
3928
+ "varType": 4,
3929
+ "value": [
3930
+ -0.10196784138679504,
3931
+ -0.10358759760856628,
3932
+ -0.10523685812950134,
3933
+ -0.10701584815979004,
3934
+ -0.1088140606880188,
3935
+ -0.11056402325630188
3936
+ ]
3937
+ },
3938
+ "VelocityY_ST": {
3939
+ "countAsTime": true,
3940
+ "length": 6,
3941
+ "name": "VelocityY_ST",
3942
+ "description": "Y velocity",
3943
+ "unit": "m/s at 360 Hz",
3944
+ "varType": 4,
3945
+ "value": [
3946
+ -0.4015786349773407,
3947
+ -0.38359901309013367,
3948
+ -0.3653615415096283,
3949
+ -0.3468185365200043,
3950
+ -0.3280704617500305,
3951
+ -0.30929315090179443
3952
+ ]
3953
+ },
3954
+ "VelocityX_ST": {
3955
+ "countAsTime": true,
3956
+ "length": 6,
3957
+ "name": "VelocityX_ST",
3958
+ "description": "X velocity",
3959
+ "unit": "m/s at 360 Hz",
3960
+ "varType": 4,
3961
+ "value": [
3962
+ 32.78310775756836,
3963
+ 32.78990936279297,
3964
+ 32.796573638916016,
3965
+ 32.803016662597656,
3966
+ 32.80925369262695,
3967
+ 32.81545639038086
3968
+ ]
3969
+ },
3970
+ "VelocityZ": {
3971
+ "countAsTime": false,
3972
+ "length": 1,
3973
+ "name": "VelocityZ",
3974
+ "description": "Z velocity",
3975
+ "unit": "m/s",
3976
+ "varType": 4,
3977
+ "value": [
3978
+ -0.11056402325630188
3979
+ ]
3980
+ },
3981
+ "VelocityY": {
3982
+ "countAsTime": false,
3983
+ "length": 1,
3984
+ "name": "VelocityY",
3985
+ "description": "Y velocity",
3986
+ "unit": "m/s",
3987
+ "varType": 4,
3988
+ "value": [
3989
+ -0.30929315090179443
3990
+ ]
3991
+ },
3992
+ "VelocityX": {
3993
+ "countAsTime": false,
3994
+ "length": 1,
3995
+ "name": "VelocityX",
3996
+ "description": "X velocity",
3997
+ "unit": "m/s",
3998
+ "varType": 4,
3999
+ "value": [
4000
+ 32.81545639038086
4001
+ ]
4002
+ },
4003
+ "YawRate_ST": {
4004
+ "countAsTime": true,
4005
+ "length": 6,
4006
+ "name": "YawRate_ST",
4007
+ "description": "Yaw rate at 360 Hz",
4008
+ "unit": "rad/s",
4009
+ "varType": 4,
4010
+ "value": [
4011
+ -0.2951936423778534,
4012
+ -0.3020528554916382,
4013
+ -0.30879589915275574,
4014
+ -0.3153848648071289,
4015
+ -0.321804940700531,
4016
+ -0.32802334427833557
4017
+ ]
4018
+ },
4019
+ "PitchRate_ST": {
4020
+ "countAsTime": true,
4021
+ "length": 6,
4022
+ "name": "PitchRate_ST",
4023
+ "description": "Pitch rate at 360 Hz",
4024
+ "unit": "rad/s",
4025
+ "varType": 4,
4026
+ "value": [
4027
+ -0.024382177740335464,
4028
+ -0.026231329888105392,
4029
+ -0.027911784127354622,
4030
+ -0.029414216056466103,
4031
+ -0.030834611505270004,
4032
+ -0.03212951496243477
4033
+ ]
4034
+ },
4035
+ "RollRate_ST": {
4036
+ "countAsTime": true,
4037
+ "length": 6,
4038
+ "name": "RollRate_ST",
4039
+ "description": "Roll rate at 360 Hz",
4040
+ "unit": "rad/s",
4041
+ "varType": 4,
4042
+ "value": [
4043
+ -0.17961275577545166,
4044
+ -0.1837361603975296,
4045
+ -0.18821895122528076,
4046
+ -0.19301989674568176,
4047
+ -0.19865694642066956,
4048
+ -0.20528380572795868
4049
+ ]
4050
+ },
4051
+ "YawRate": {
4052
+ "countAsTime": false,
4053
+ "length": 1,
4054
+ "name": "YawRate",
4055
+ "description": "Yaw rate",
4056
+ "unit": "rad/s",
4057
+ "varType": 4,
4058
+ "value": [
4059
+ -0.32802334427833557
4060
+ ]
4061
+ },
4062
+ "PitchRate": {
4063
+ "countAsTime": false,
4064
+ "length": 1,
4065
+ "name": "PitchRate",
4066
+ "description": "Pitch rate",
4067
+ "unit": "rad/s",
4068
+ "varType": 4,
4069
+ "value": [
4070
+ -0.03212951496243477
4071
+ ]
4072
+ },
4073
+ "RollRate": {
4074
+ "countAsTime": false,
4075
+ "length": 1,
4076
+ "name": "RollRate",
4077
+ "description": "Roll rate",
4078
+ "unit": "rad/s",
4079
+ "varType": 4,
4080
+ "value": [
4081
+ -0.20528380572795868
4082
+ ]
4083
+ },
4084
+ "VertAccel_ST": {
4085
+ "countAsTime": true,
4086
+ "length": 6,
4087
+ "name": "VertAccel_ST",
4088
+ "description": "Vertical acceleration (including gravity) at 360 Hz",
4089
+ "unit": "m/s^2",
4090
+ "varType": 4,
4091
+ "value": [
4092
+ 10.055245399475098,
4093
+ 10.123611450195312,
4094
+ 10.169025421142578,
4095
+ 10.17286205291748,
4096
+ 10.211880683898926,
4097
+ 10.272781372070312
4098
+ ]
4099
+ },
4100
+ "LatAccel_ST": {
4101
+ "countAsTime": true,
4102
+ "length": 6,
4103
+ "name": "LatAccel_ST",
4104
+ "description": "Lateral acceleration (including gravity) at 360 Hz",
4105
+ "unit": "m/s^2",
4106
+ "varType": 4,
4107
+ "value": [
4108
+ -3.050381898880005,
4109
+ -3.208136796951294,
4110
+ -3.346548080444336,
4111
+ -3.463557243347168,
4112
+ -3.611429452896118,
4113
+ -3.8170790672302246
4114
+ ]
4115
+ },
4116
+ "LongAccel_ST": {
4117
+ "countAsTime": true,
4118
+ "length": 6,
4119
+ "name": "LongAccel_ST",
4120
+ "description": "Longitudinal acceleration (including gravity) at 360 Hz",
4121
+ "unit": "m/s^2",
4122
+ "varType": 4,
4123
+ "value": [
4124
+ 2.4552206993103027,
4125
+ 2.4528238773345947,
4126
+ 2.4064993858337402,
4127
+ 2.333040714263916,
4128
+ 2.2633140087127686,
4129
+ 2.2542667388916016
4130
+ ]
4131
+ },
4132
+ "VertAccel": {
4133
+ "countAsTime": false,
4134
+ "length": 1,
4135
+ "name": "VertAccel",
4136
+ "description": "Vertical acceleration (including gravity)",
4137
+ "unit": "m/s^2",
4138
+ "varType": 4,
4139
+ "value": [
4140
+ 10.272781372070312
4141
+ ]
4142
+ },
4143
+ "LatAccel": {
4144
+ "countAsTime": false,
4145
+ "length": 1,
4146
+ "name": "LatAccel",
4147
+ "description": "Lateral acceleration (including gravity)",
4148
+ "unit": "m/s^2",
4149
+ "varType": 4,
4150
+ "value": [
4151
+ -3.8170790672302246
4152
+ ]
4153
+ },
4154
+ "LongAccel": {
4155
+ "countAsTime": false,
4156
+ "length": 1,
4157
+ "name": "LongAccel",
4158
+ "description": "Longitudinal acceleration (including gravity)",
4159
+ "unit": "m/s^2",
4160
+ "varType": 4,
4161
+ "value": [
4162
+ 2.2542667388916016
4163
+ ]
4164
+ },
4165
+ "dcStarter": {
4166
+ "countAsTime": false,
4167
+ "length": 1,
4168
+ "name": "dcStarter",
4169
+ "description": "In car trigger car starter",
4170
+ "unit": "",
4171
+ "varType": 1,
4172
+ "value": [
4173
+ false
4174
+ ]
4175
+ },
4176
+ "dcPitSpeedLimiterToggle": {
4177
+ "countAsTime": false,
4178
+ "length": 1,
4179
+ "name": "dcPitSpeedLimiterToggle",
4180
+ "description": "In car traction control active",
4181
+ "unit": "",
4182
+ "varType": 1,
4183
+ "value": [
4184
+ false
4185
+ ]
4186
+ },
4187
+ "dpRFTireChange": {
4188
+ "countAsTime": false,
4189
+ "length": 1,
4190
+ "name": "dpRFTireChange",
4191
+ "description": "Pitstop rf tire change request",
4192
+ "unit": "",
4193
+ "varType": 4,
4194
+ "value": [
4195
+ 1
4196
+ ]
4197
+ },
4198
+ "dpLFTireChange": {
4199
+ "countAsTime": false,
4200
+ "length": 1,
4201
+ "name": "dpLFTireChange",
4202
+ "description": "Pitstop lf tire change request",
4203
+ "unit": "",
4204
+ "varType": 4,
4205
+ "value": [
4206
+ 1
4207
+ ]
4208
+ },
4209
+ "dpRRTireChange": {
4210
+ "countAsTime": false,
4211
+ "length": 1,
4212
+ "name": "dpRRTireChange",
4213
+ "description": "Pitstop rr tire change request",
4214
+ "unit": "",
4215
+ "varType": 4,
4216
+ "value": [
4217
+ 1
4218
+ ]
4219
+ },
4220
+ "dpLRTireChange": {
4221
+ "countAsTime": false,
4222
+ "length": 1,
4223
+ "name": "dpLRTireChange",
4224
+ "description": "Pitstop lr tire change request",
4225
+ "unit": "",
4226
+ "varType": 4,
4227
+ "value": [
4228
+ 1
4229
+ ]
4230
+ },
4231
+ "dpFuelFill": {
4232
+ "countAsTime": false,
4233
+ "length": 1,
4234
+ "name": "dpFuelFill",
4235
+ "description": "Pitstop fuel fill flag",
4236
+ "unit": "",
4237
+ "varType": 4,
4238
+ "value": [
4239
+ 1
4240
+ ]
4241
+ },
4242
+ "dpWindshieldTearoff": {
4243
+ "countAsTime": false,
4244
+ "length": 1,
4245
+ "name": "dpWindshieldTearoff",
4246
+ "description": "Pitstop windshield tearoff",
4247
+ "unit": "",
4248
+ "varType": 4,
4249
+ "value": [
4250
+ 1
4251
+ ]
4252
+ },
4253
+ "dpFuelAddKg": {
4254
+ "countAsTime": false,
4255
+ "length": 1,
4256
+ "name": "dpFuelAddKg",
4257
+ "description": "Pitstop fuel add ammount",
4258
+ "unit": "kg",
4259
+ "varType": 4,
4260
+ "value": [
4261
+ 44.986663818359375
4262
+ ]
4263
+ },
4264
+ "dpFastRepair": {
4265
+ "countAsTime": false,
4266
+ "length": 1,
4267
+ "name": "dpFastRepair",
4268
+ "description": "Pitstop fast repair set",
4269
+ "unit": "",
4270
+ "varType": 4,
4271
+ "value": [
4272
+ 0
4273
+ ]
4274
+ },
4275
+ "dpLFTireColdPress": {
4276
+ "countAsTime": false,
4277
+ "length": 1,
4278
+ "name": "dpLFTireColdPress",
4279
+ "description": "Pitstop lf tire cold pressure adjustment",
4280
+ "unit": "Pa",
4281
+ "varType": 4,
4282
+ "value": [
4283
+ 206.84271240234375
4284
+ ]
4285
+ },
4286
+ "dpRFTireColdPress": {
4287
+ "countAsTime": false,
4288
+ "length": 1,
4289
+ "name": "dpRFTireColdPress",
4290
+ "description": "Pitstop rf cold tire pressure adjustment",
4291
+ "unit": "Pa",
4292
+ "varType": 4,
4293
+ "value": [
4294
+ 206.84271240234375
4295
+ ]
4296
+ },
4297
+ "dpLRTireColdPress": {
4298
+ "countAsTime": false,
4299
+ "length": 1,
4300
+ "name": "dpLRTireColdPress",
4301
+ "description": "Pitstop lr tire cold pressure adjustment",
4302
+ "unit": "Pa",
4303
+ "varType": 4,
4304
+ "value": [
4305
+ 206.84271240234375
4306
+ ]
4307
+ },
4308
+ "dpRRTireColdPress": {
4309
+ "countAsTime": false,
4310
+ "length": 1,
4311
+ "name": "dpRRTireColdPress",
4312
+ "description": "Pitstop rr cold tire pressure adjustment",
4313
+ "unit": "Pa",
4314
+ "varType": 4,
4315
+ "value": [
4316
+ 206.84271240234375
4317
+ ]
4318
+ },
4319
+ "WaterTemp": {
4320
+ "countAsTime": false,
4321
+ "length": 1,
4322
+ "name": "WaterTemp",
4323
+ "description": "Engine coolant temp",
4324
+ "unit": "C",
4325
+ "varType": 4,
4326
+ "value": [
4327
+ 77.2289047241211
4328
+ ]
4329
+ },
4330
+ "WaterLevel": {
4331
+ "countAsTime": false,
4332
+ "length": 1,
4333
+ "name": "WaterLevel",
4334
+ "description": "Engine coolant level",
4335
+ "unit": "l",
4336
+ "varType": 4,
4337
+ "value": [
4338
+ 5
4339
+ ]
4340
+ },
4341
+ "FuelPress": {
4342
+ "countAsTime": false,
4343
+ "length": 1,
4344
+ "name": "FuelPress",
4345
+ "description": "Engine fuel pressure",
4346
+ "unit": "bar",
4347
+ "varType": 4,
4348
+ "value": [
4349
+ 4
4350
+ ]
4351
+ },
4352
+ "FuelUsePerHour": {
4353
+ "countAsTime": false,
4354
+ "length": 1,
4355
+ "name": "FuelUsePerHour",
4356
+ "description": "Engine fuel used instantaneous",
4357
+ "unit": "kg/h",
4358
+ "varType": 4,
4359
+ "value": [
4360
+ 31.441360473632812
4361
+ ]
4362
+ },
4363
+ "OilTemp": {
4364
+ "countAsTime": false,
4365
+ "length": 1,
4366
+ "name": "OilTemp",
4367
+ "description": "Engine oil temperature",
4368
+ "unit": "C",
4369
+ "varType": 4,
4370
+ "value": [
4371
+ 72.12635803222656
4372
+ ]
4373
+ },
4374
+ "OilPress": {
4375
+ "countAsTime": false,
4376
+ "length": 1,
4377
+ "name": "OilPress",
4378
+ "description": "Engine oil pressure",
4379
+ "unit": "bar",
4380
+ "varType": 4,
4381
+ "value": [
4382
+ 4.081998825073242
4383
+ ]
4384
+ },
4385
+ "OilLevel": {
4386
+ "countAsTime": false,
4387
+ "length": 1,
4388
+ "name": "OilLevel",
4389
+ "description": "Engine oil level",
4390
+ "unit": "l",
4391
+ "varType": 4,
4392
+ "value": [
4393
+ 6.400000095367432
4394
+ ]
4395
+ },
4396
+ "Voltage": {
4397
+ "countAsTime": false,
4398
+ "length": 1,
4399
+ "name": "Voltage",
4400
+ "description": "Engine voltage",
4401
+ "unit": "V",
4402
+ "varType": 4,
4403
+ "value": [
4404
+ 12.40000057220459
4405
+ ]
4406
+ },
4407
+ "ManifoldPress": {
4408
+ "countAsTime": false,
4409
+ "length": 1,
4410
+ "name": "ManifoldPress",
4411
+ "description": "Engine manifold pressure",
4412
+ "unit": "bar",
4413
+ "varType": 4,
4414
+ "value": [
4415
+ 0.9784109592437744
4416
+ ]
4417
+ },
4418
+ "RFbrakeLinePress": {
4419
+ "countAsTime": false,
4420
+ "length": 1,
4421
+ "name": "RFbrakeLinePress",
4422
+ "description": "RF brake line pressure",
4423
+ "unit": "bar",
4424
+ "varType": 4,
4425
+ "value": [
4426
+ 0
4427
+ ]
4428
+ },
4429
+ "RFcoldPressure": {
4430
+ "countAsTime": false,
4431
+ "length": 1,
4432
+ "name": "RFcoldPressure",
4433
+ "description": "RF tire cold pressure as set in the garage",
4434
+ "unit": "kPa",
4435
+ "varType": 4,
4436
+ "value": [
4437
+ 206.8427276611328
4438
+ ]
4439
+ },
4440
+ "RFtempCL": {
4441
+ "countAsTime": false,
4442
+ "length": 1,
4443
+ "name": "RFtempCL",
4444
+ "description": "RF tire left carcass temperature",
4445
+ "unit": "C",
4446
+ "varType": 4,
4447
+ "value": [
4448
+ 39.107696533203125
4449
+ ]
4450
+ },
4451
+ "RFtempCM": {
4452
+ "countAsTime": false,
4453
+ "length": 1,
4454
+ "name": "RFtempCM",
4455
+ "description": "RF tire middle carcass temperature",
4456
+ "unit": "C",
4457
+ "varType": 4,
4458
+ "value": [
4459
+ 39.107696533203125
4460
+ ]
4461
+ },
4462
+ "RFtempCR": {
4463
+ "countAsTime": false,
4464
+ "length": 1,
4465
+ "name": "RFtempCR",
4466
+ "description": "RF tire right carcass temperature",
4467
+ "unit": "C",
4468
+ "varType": 4,
4469
+ "value": [
4470
+ 39.107696533203125
4471
+ ]
4472
+ },
4473
+ "RFwearL": {
4474
+ "countAsTime": false,
4475
+ "length": 1,
4476
+ "name": "RFwearL",
4477
+ "description": "RF tire left percent tread remaining",
4478
+ "unit": "%",
4479
+ "varType": 4,
4480
+ "value": [
4481
+ 1
4482
+ ]
4483
+ },
4484
+ "RFwearM": {
4485
+ "countAsTime": false,
4486
+ "length": 1,
4487
+ "name": "RFwearM",
4488
+ "description": "RF tire middle percent tread remaining",
4489
+ "unit": "%",
4490
+ "varType": 4,
4491
+ "value": [
4492
+ 1
4493
+ ]
4494
+ },
4495
+ "RFwearR": {
4496
+ "countAsTime": false,
4497
+ "length": 1,
4498
+ "name": "RFwearR",
4499
+ "description": "RF tire right percent tread remaining",
4500
+ "unit": "%",
4501
+ "varType": 4,
4502
+ "value": [
4503
+ 1
4504
+ ]
4505
+ },
4506
+ "LFbrakeLinePress": {
4507
+ "countAsTime": false,
4508
+ "length": 1,
4509
+ "name": "LFbrakeLinePress",
4510
+ "description": "LF brake line pressure",
4511
+ "unit": "bar",
4512
+ "varType": 4,
4513
+ "value": [
4514
+ 0
4515
+ ]
4516
+ },
4517
+ "LFcoldPressure": {
4518
+ "countAsTime": false,
4519
+ "length": 1,
4520
+ "name": "LFcoldPressure",
4521
+ "description": "LF tire cold pressure as set in the garage",
4522
+ "unit": "kPa",
4523
+ "varType": 4,
4524
+ "value": [
4525
+ 206.8427276611328
4526
+ ]
4527
+ },
4528
+ "LFtempCL": {
4529
+ "countAsTime": false,
4530
+ "length": 1,
4531
+ "name": "LFtempCL",
4532
+ "description": "LF tire left carcass temperature",
4533
+ "unit": "C",
4534
+ "varType": 4,
4535
+ "value": [
4536
+ 39.107696533203125
4537
+ ]
4538
+ },
4539
+ "LFtempCM": {
4540
+ "countAsTime": false,
4541
+ "length": 1,
4542
+ "name": "LFtempCM",
4543
+ "description": "LF tire middle carcass temperature",
4544
+ "unit": "C",
4545
+ "varType": 4,
4546
+ "value": [
4547
+ 39.107696533203125
4548
+ ]
4549
+ },
4550
+ "LFtempCR": {
4551
+ "countAsTime": false,
4552
+ "length": 1,
4553
+ "name": "LFtempCR",
4554
+ "description": "LF tire right carcass temperature",
4555
+ "unit": "C",
4556
+ "varType": 4,
4557
+ "value": [
4558
+ 39.107696533203125
4559
+ ]
4560
+ },
4561
+ "LFwearL": {
4562
+ "countAsTime": false,
4563
+ "length": 1,
4564
+ "name": "LFwearL",
4565
+ "description": "LF tire left percent tread remaining",
4566
+ "unit": "%",
4567
+ "varType": 4,
4568
+ "value": [
4569
+ 1
4570
+ ]
4571
+ },
4572
+ "LFwearM": {
4573
+ "countAsTime": false,
4574
+ "length": 1,
4575
+ "name": "LFwearM",
4576
+ "description": "LF tire middle percent tread remaining",
4577
+ "unit": "%",
4578
+ "varType": 4,
4579
+ "value": [
4580
+ 1
4581
+ ]
4582
+ },
4583
+ "LFwearR": {
4584
+ "countAsTime": false,
4585
+ "length": 1,
4586
+ "name": "LFwearR",
4587
+ "description": "LF tire right percent tread remaining",
4588
+ "unit": "%",
4589
+ "varType": 4,
4590
+ "value": [
4591
+ 1
4592
+ ]
4593
+ },
4594
+ "RRbrakeLinePress": {
4595
+ "countAsTime": false,
4596
+ "length": 1,
4597
+ "name": "RRbrakeLinePress",
4598
+ "description": "RR brake line pressure",
4599
+ "unit": "bar",
4600
+ "varType": 4,
4601
+ "value": [
4602
+ 0
4603
+ ]
4604
+ },
4605
+ "RRcoldPressure": {
4606
+ "countAsTime": false,
4607
+ "length": 1,
4608
+ "name": "RRcoldPressure",
4609
+ "description": "RR tire cold pressure as set in the garage",
4610
+ "unit": "kPa",
4611
+ "varType": 4,
4612
+ "value": [
4613
+ 206.8427276611328
4614
+ ]
4615
+ },
4616
+ "RRtempCL": {
4617
+ "countAsTime": false,
4618
+ "length": 1,
4619
+ "name": "RRtempCL",
4620
+ "description": "RR tire left carcass temperature",
4621
+ "unit": "C",
4622
+ "varType": 4,
4623
+ "value": [
4624
+ 39.107696533203125
4625
+ ]
4626
+ },
4627
+ "RRtempCM": {
4628
+ "countAsTime": false,
4629
+ "length": 1,
4630
+ "name": "RRtempCM",
4631
+ "description": "RR tire middle carcass temperature",
4632
+ "unit": "C",
4633
+ "varType": 4,
4634
+ "value": [
4635
+ 39.107696533203125
4636
+ ]
4637
+ },
4638
+ "RRtempCR": {
4639
+ "countAsTime": false,
4640
+ "length": 1,
4641
+ "name": "RRtempCR",
4642
+ "description": "RR tire right carcass temperature",
4643
+ "unit": "C",
4644
+ "varType": 4,
4645
+ "value": [
4646
+ 39.107696533203125
4647
+ ]
4648
+ },
4649
+ "RRwearL": {
4650
+ "countAsTime": false,
4651
+ "length": 1,
4652
+ "name": "RRwearL",
4653
+ "description": "RR tire left percent tread remaining",
4654
+ "unit": "%",
4655
+ "varType": 4,
4656
+ "value": [
4657
+ 1
4658
+ ]
4659
+ },
4660
+ "RRwearM": {
4661
+ "countAsTime": false,
4662
+ "length": 1,
4663
+ "name": "RRwearM",
4664
+ "description": "RR tire middle percent tread remaining",
4665
+ "unit": "%",
4666
+ "varType": 4,
4667
+ "value": [
4668
+ 1
4669
+ ]
4670
+ },
4671
+ "RRwearR": {
4672
+ "countAsTime": false,
4673
+ "length": 1,
4674
+ "name": "RRwearR",
4675
+ "description": "RR tire right percent tread remaining",
4676
+ "unit": "%",
4677
+ "varType": 4,
4678
+ "value": [
4679
+ 1
4680
+ ]
4681
+ },
4682
+ "LRbrakeLinePress": {
4683
+ "countAsTime": false,
4684
+ "length": 1,
4685
+ "name": "LRbrakeLinePress",
4686
+ "description": "LR brake line pressure",
4687
+ "unit": "bar",
4688
+ "varType": 4,
4689
+ "value": [
4690
+ 0
4691
+ ]
4692
+ },
4693
+ "LRcoldPressure": {
4694
+ "countAsTime": false,
4695
+ "length": 1,
4696
+ "name": "LRcoldPressure",
4697
+ "description": "LR tire cold pressure as set in the garage",
4698
+ "unit": "kPa",
4699
+ "varType": 4,
4700
+ "value": [
4701
+ 206.8427276611328
4702
+ ]
4703
+ },
4704
+ "LRtempCL": {
4705
+ "countAsTime": false,
4706
+ "length": 1,
4707
+ "name": "LRtempCL",
4708
+ "description": "LR tire left carcass temperature",
4709
+ "unit": "C",
4710
+ "varType": 4,
4711
+ "value": [
4712
+ 39.107696533203125
4713
+ ]
4714
+ },
4715
+ "LRtempCM": {
4716
+ "countAsTime": false,
4717
+ "length": 1,
4718
+ "name": "LRtempCM",
4719
+ "description": "LR tire middle carcass temperature",
4720
+ "unit": "C",
4721
+ "varType": 4,
4722
+ "value": [
4723
+ 39.107696533203125
4724
+ ]
4725
+ },
4726
+ "LRtempCR": {
4727
+ "countAsTime": false,
4728
+ "length": 1,
4729
+ "name": "LRtempCR",
4730
+ "description": "LR tire right carcass temperature",
4731
+ "unit": "C",
4732
+ "varType": 4,
4733
+ "value": [
4734
+ 39.107696533203125
4735
+ ]
4736
+ },
4737
+ "LRwearL": {
4738
+ "countAsTime": false,
4739
+ "length": 1,
4740
+ "name": "LRwearL",
4741
+ "description": "LR tire left percent tread remaining",
4742
+ "unit": "%",
4743
+ "varType": 4,
4744
+ "value": [
4745
+ 1
4746
+ ]
4747
+ },
4748
+ "LRwearM": {
4749
+ "countAsTime": false,
4750
+ "length": 1,
4751
+ "name": "LRwearM",
4752
+ "description": "LR tire middle percent tread remaining",
4753
+ "unit": "%",
4754
+ "varType": 4,
4755
+ "value": [
4756
+ 1
4757
+ ]
4758
+ },
4759
+ "LRwearR": {
4760
+ "countAsTime": false,
4761
+ "length": 1,
4762
+ "name": "LRwearR",
4763
+ "description": "LR tire right percent tread remaining",
4764
+ "unit": "%",
4765
+ "varType": 4,
4766
+ "value": [
4767
+ 1
4768
+ ]
4769
+ },
4770
+ "RRshockDefl": {
4771
+ "countAsTime": false,
4772
+ "length": 1,
4773
+ "name": "RRshockDefl",
4774
+ "description": "RR shock deflection",
4775
+ "unit": "m",
4776
+ "varType": 4,
4777
+ "value": [
4778
+ 0.13256175816059113
4779
+ ]
4780
+ },
4781
+ "RRshockDefl_ST": {
4782
+ "countAsTime": true,
4783
+ "length": 6,
4784
+ "name": "RRshockDefl_ST",
4785
+ "description": "RR shock deflection at 360 Hz",
4786
+ "unit": "m",
4787
+ "varType": 4,
4788
+ "value": [
4789
+ 0.13414719700813293,
4790
+ 0.13370655477046967,
4791
+ 0.1333489567041397,
4792
+ 0.13304783403873444,
4793
+ 0.13278646767139435,
4794
+ 0.13256175816059113
4795
+ ]
4796
+ },
4797
+ "RRshockVel": {
4798
+ "countAsTime": false,
4799
+ "length": 1,
4800
+ "name": "RRshockVel",
4801
+ "description": "RR shock velocity",
4802
+ "unit": "m/s",
4803
+ "varType": 4,
4804
+ "value": [
4805
+ -0.062119144946336746
4806
+ ]
4807
+ },
4808
+ "RRshockVel_ST": {
4809
+ "countAsTime": true,
4810
+ "length": 6,
4811
+ "name": "RRshockVel_ST",
4812
+ "description": "RR shock velocity at 360 Hz",
4813
+ "unit": "m/s",
4814
+ "varType": 4,
4815
+ "value": [
4816
+ -0.17344529926776886,
4817
+ -0.14326635003089905,
4818
+ -0.11861429363489151,
4819
+ -0.10118775814771652,
4820
+ -0.08736566454172134,
4821
+ -0.062119144946336746
4822
+ ]
4823
+ },
4824
+ "LRshockDefl": {
4825
+ "countAsTime": false,
4826
+ "length": 1,
4827
+ "name": "LRshockDefl",
4828
+ "description": "LR shock deflection",
4829
+ "unit": "m",
4830
+ "varType": 4,
4831
+ "value": [
4832
+ 0.1400333195924759
4833
+ ]
4834
+ },
4835
+ "LRshockDefl_ST": {
4836
+ "countAsTime": true,
4837
+ "length": 6,
4838
+ "name": "LRshockDefl_ST",
4839
+ "description": "LR shock deflection at 360 Hz",
4840
+ "unit": "m",
4841
+ "varType": 4,
4842
+ "value": [
4843
+ 0.1369251310825348,
4844
+ 0.1374407559633255,
4845
+ 0.13803276419639587,
4846
+ 0.13867461681365967,
4847
+ 0.1393466293811798,
4848
+ 0.1400333195924759
4849
+ ]
4850
+ },
4851
+ "LRshockVel": {
4852
+ "countAsTime": false,
4853
+ "length": 1,
4854
+ "name": "LRshockVel",
4855
+ "description": "LR shock velocity",
4856
+ "unit": "m/s",
4857
+ "varType": 4,
4858
+ "value": [
4859
+ 0.24768400192260742
4860
+ ]
4861
+ },
4862
+ "LRshockVel_ST": {
4863
+ "countAsTime": true,
4864
+ "length": 6,
4865
+ "name": "LRshockVel_ST",
4866
+ "description": "LR shock velocity at 360 Hz",
4867
+ "unit": "m/s",
4868
+ "varType": 4,
4869
+ "value": [
4870
+ 0.16846153140068054,
4871
+ 0.1995287388563156,
4872
+ 0.22184349596500397,
4873
+ 0.23632672429084778,
4874
+ 0.2444070726633072,
4875
+ 0.24768400192260742
4876
+ ]
4877
+ },
4878
+ "RFshockDefl": {
4879
+ "countAsTime": false,
4880
+ "length": 1,
4881
+ "name": "RFshockDefl",
4882
+ "description": "RF shock deflection",
4883
+ "unit": "m",
4884
+ "varType": 4,
4885
+ "value": [
4886
+ 0.12979234755039215
4887
+ ]
4888
+ },
4889
+ "RFshockDefl_ST": {
4890
+ "countAsTime": true,
4891
+ "length": 6,
4892
+ "name": "RFshockDefl_ST",
4893
+ "description": "RF shock deflection at 360 Hz",
4894
+ "unit": "m",
4895
+ "varType": 4,
4896
+ "value": [
4897
+ 0.1296401023864746,
4898
+ 0.12968841195106506,
4899
+ 0.1297299563884735,
4900
+ 0.12975946068763733,
4901
+ 0.1297806054353714,
4902
+ 0.12979234755039215
4903
+ ]
4904
+ },
4905
+ "RFshockVel": {
4906
+ "countAsTime": false,
4907
+ "length": 1,
4908
+ "name": "RFshockVel",
4909
+ "description": "RF shock velocity",
4910
+ "unit": "m/s",
4911
+ "varType": 4,
4912
+ "value": [
4913
+ 0.0025738750118762255
4914
+ ]
4915
+ },
4916
+ "RFshockVel_ST": {
4917
+ "countAsTime": true,
4918
+ "length": 6,
4919
+ "name": "RFshockVel_ST",
4920
+ "description": "RF shock velocity at 360 Hz",
4921
+ "unit": "m/s",
4922
+ "varType": 4,
4923
+ "value": [
4924
+ 0.018689986318349838,
4925
+ 0.01615993306040764,
4926
+ 0.01239792350679636,
4927
+ 0.00911686196923256,
4928
+ 0.005779380444437265,
4929
+ 0.0025738750118762255
4930
+ ]
4931
+ },
4932
+ "LFshockDefl": {
4933
+ "countAsTime": false,
4934
+ "length": 1,
4935
+ "name": "LFshockDefl",
4936
+ "description": "LF shock deflection",
4937
+ "unit": "m",
4938
+ "varType": 4,
4939
+ "value": [
4940
+ 0.1289639174938202
4941
+ ]
4942
+ },
4943
+ "LFshockDefl_ST": {
4944
+ "countAsTime": true,
4945
+ "length": 6,
4946
+ "name": "LFshockDefl_ST",
4947
+ "description": "LF shock deflection at 360 Hz",
4948
+ "unit": "m",
4949
+ "varType": 4,
4950
+ "value": [
4951
+ 0.12828616797924042,
4952
+ 0.12840300798416138,
4953
+ 0.12852510809898376,
4954
+ 0.1286485344171524,
4955
+ 0.1287897527217865,
4956
+ 0.1289639174938202
4957
+ ]
4958
+ },
4959
+ "LFshockVel": {
4960
+ "countAsTime": false,
4961
+ "length": 1,
4962
+ "name": "LFshockVel",
4963
+ "description": "LF shock velocity",
4964
+ "unit": "m/s",
4965
+ "varType": 4,
4966
+ "value": [
4967
+ 0.07035093754529953
4968
+ ]
4969
+ },
4970
+ "LFshockVel_ST": {
4971
+ "countAsTime": true,
4972
+ "length": 6,
4973
+ "name": "LFshockVel_ST",
4974
+ "description": "LF shock velocity at 360 Hz",
4975
+ "unit": "m/s",
4976
+ "varType": 4,
4977
+ "value": [
4978
+ 0.04001539200544357,
4979
+ 0.043020956218242645,
4980
+ 0.04424048587679863,
4981
+ 0.04798208177089691,
4982
+ 0.057085443288087845,
4983
+ 0.07035093754529953
4984
+ ]
4985
+ }
4986
+ }