fossekall-interface 0.1.87 → 0.1.89
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.
- package/dist/generated/ecu/commands.d.ts +21 -27
- package/dist/generated/ecu/commands.js +8 -10
- package/dist/generated/ecu/commands.json +7 -9
- package/dist/generated/ecu/telemetry.d.ts +28 -36
- package/dist/generated/ecu/telemetry.js +8 -10
- package/dist/generated/ecu/telemetry.json +7 -9
- package/package.json +1 -1
|
@@ -28,15 +28,13 @@ export declare const StateId: {
|
|
|
28
28
|
readonly PostN2Fill: 2;
|
|
29
29
|
readonly OxFill: 3;
|
|
30
30
|
readonly PostOxFill: 4;
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly PostShutdown: 12;
|
|
39
|
-
readonly Purge: 13;
|
|
31
|
+
readonly QDDisconnect: 5;
|
|
32
|
+
readonly Pressurized: 6;
|
|
33
|
+
readonly Armed: 7;
|
|
34
|
+
readonly Burn: 8;
|
|
35
|
+
readonly Shutdown: 9;
|
|
36
|
+
readonly PostShutdown: 10;
|
|
37
|
+
readonly Purge: 11;
|
|
40
38
|
};
|
|
41
39
|
export type StateId = (typeof StateId)[keyof typeof StateId];
|
|
42
40
|
export declare const node_servo_Id: {
|
|
@@ -360,15 +358,13 @@ export declare const spec: {
|
|
|
360
358
|
readonly PostN2Fill: 2;
|
|
361
359
|
readonly OxFill: 3;
|
|
362
360
|
readonly PostOxFill: 4;
|
|
363
|
-
readonly
|
|
364
|
-
readonly
|
|
365
|
-
readonly
|
|
366
|
-
readonly
|
|
367
|
-
readonly
|
|
368
|
-
readonly
|
|
369
|
-
readonly
|
|
370
|
-
readonly PostShutdown: 12;
|
|
371
|
-
readonly Purge: 13;
|
|
361
|
+
readonly QDDisconnect: 5;
|
|
362
|
+
readonly Pressurized: 6;
|
|
363
|
+
readonly Armed: 7;
|
|
364
|
+
readonly Burn: 8;
|
|
365
|
+
readonly Shutdown: 9;
|
|
366
|
+
readonly PostShutdown: 10;
|
|
367
|
+
readonly Purge: 11;
|
|
372
368
|
};
|
|
373
369
|
};
|
|
374
370
|
};
|
|
@@ -384,15 +380,13 @@ export declare const spec: {
|
|
|
384
380
|
readonly PostN2Fill: 2;
|
|
385
381
|
readonly OxFill: 3;
|
|
386
382
|
readonly PostOxFill: 4;
|
|
387
|
-
readonly
|
|
388
|
-
readonly
|
|
389
|
-
readonly
|
|
390
|
-
readonly
|
|
391
|
-
readonly
|
|
392
|
-
readonly
|
|
393
|
-
readonly
|
|
394
|
-
readonly PostShutdown: 12;
|
|
395
|
-
readonly Purge: 13;
|
|
383
|
+
readonly QDDisconnect: 5;
|
|
384
|
+
readonly Pressurized: 6;
|
|
385
|
+
readonly Armed: 7;
|
|
386
|
+
readonly Burn: 8;
|
|
387
|
+
readonly Shutdown: 9;
|
|
388
|
+
readonly PostShutdown: 10;
|
|
389
|
+
readonly Purge: 11;
|
|
396
390
|
};
|
|
397
391
|
};
|
|
398
392
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-04-12
|
|
2
|
+
// This file was generated by FRICC on 2026-04-12 19:14:24. Do not edit manually!
|
|
3
3
|
// The current version of typed-binary does not support 64-bit primitives.
|
|
4
4
|
// So for we'll implement our own schemas. :)
|
|
5
5
|
const __littleEndian = true;
|
|
@@ -75,15 +75,13 @@ export const StateId = {
|
|
|
75
75
|
PostN2Fill: 2,
|
|
76
76
|
OxFill: 3,
|
|
77
77
|
PostOxFill: 4,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
PostShutdown: 12,
|
|
86
|
-
Purge: 13,
|
|
78
|
+
QDDisconnect: 5,
|
|
79
|
+
Pressurized: 6,
|
|
80
|
+
Armed: 7,
|
|
81
|
+
Burn: 8,
|
|
82
|
+
Shutdown: 9,
|
|
83
|
+
PostShutdown: 10,
|
|
84
|
+
Purge: 11,
|
|
87
85
|
};
|
|
88
86
|
export const node_servo_Id = {
|
|
89
87
|
MainFuel: 0,
|
|
@@ -508,15 +508,13 @@
|
|
|
508
508
|
"PostN2Fill": 2,
|
|
509
509
|
"OxFill": 3,
|
|
510
510
|
"PostOxFill": 4,
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
"
|
|
518
|
-
"PostShutdown": 12,
|
|
519
|
-
"Purge": 13
|
|
511
|
+
"QDDisconnect": 5,
|
|
512
|
+
"Pressurized": 6,
|
|
513
|
+
"Armed": 7,
|
|
514
|
+
"Burn": 8,
|
|
515
|
+
"Shutdown": 9,
|
|
516
|
+
"PostShutdown": 10,
|
|
517
|
+
"Purge": 11
|
|
520
518
|
},
|
|
521
519
|
"node::servo::Id": {
|
|
522
520
|
"MainFuel": 0,
|
|
@@ -23,15 +23,13 @@ export declare const StateId: {
|
|
|
23
23
|
readonly PostN2Fill: 2;
|
|
24
24
|
readonly OxFill: 3;
|
|
25
25
|
readonly PostOxFill: 4;
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
readonly
|
|
29
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
33
|
-
readonly PostShutdown: 12;
|
|
34
|
-
readonly Purge: 13;
|
|
26
|
+
readonly QDDisconnect: 5;
|
|
27
|
+
readonly Pressurized: 6;
|
|
28
|
+
readonly Armed: 7;
|
|
29
|
+
readonly Burn: 8;
|
|
30
|
+
readonly Shutdown: 9;
|
|
31
|
+
readonly PostShutdown: 10;
|
|
32
|
+
readonly Purge: 11;
|
|
35
33
|
};
|
|
36
34
|
export type StateId = (typeof StateId)[keyof typeof StateId];
|
|
37
35
|
export declare const Event: {
|
|
@@ -464,15 +462,13 @@ export declare const spec: {
|
|
|
464
462
|
readonly PostN2Fill: 2;
|
|
465
463
|
readonly OxFill: 3;
|
|
466
464
|
readonly PostOxFill: 4;
|
|
467
|
-
readonly
|
|
468
|
-
readonly
|
|
469
|
-
readonly
|
|
470
|
-
readonly
|
|
471
|
-
readonly
|
|
472
|
-
readonly
|
|
473
|
-
readonly
|
|
474
|
-
readonly PostShutdown: 12;
|
|
475
|
-
readonly Purge: 13;
|
|
465
|
+
readonly QDDisconnect: 5;
|
|
466
|
+
readonly Pressurized: 6;
|
|
467
|
+
readonly Armed: 7;
|
|
468
|
+
readonly Burn: 8;
|
|
469
|
+
readonly Shutdown: 9;
|
|
470
|
+
readonly PostShutdown: 10;
|
|
471
|
+
readonly Purge: 11;
|
|
476
472
|
};
|
|
477
473
|
telemetry: {};
|
|
478
474
|
};
|
|
@@ -498,15 +494,13 @@ export declare const spec: {
|
|
|
498
494
|
readonly PostN2Fill: 2;
|
|
499
495
|
readonly OxFill: 3;
|
|
500
496
|
readonly PostOxFill: 4;
|
|
501
|
-
readonly
|
|
502
|
-
readonly
|
|
503
|
-
readonly
|
|
504
|
-
readonly
|
|
505
|
-
readonly
|
|
506
|
-
readonly
|
|
507
|
-
readonly
|
|
508
|
-
readonly PostShutdown: 12;
|
|
509
|
-
readonly Purge: 13;
|
|
497
|
+
readonly QDDisconnect: 5;
|
|
498
|
+
readonly Pressurized: 6;
|
|
499
|
+
readonly Armed: 7;
|
|
500
|
+
readonly Burn: 8;
|
|
501
|
+
readonly Shutdown: 9;
|
|
502
|
+
readonly PostShutdown: 10;
|
|
503
|
+
readonly Purge: 11;
|
|
510
504
|
};
|
|
511
505
|
previous_state: {
|
|
512
506
|
readonly Safe: 0;
|
|
@@ -514,15 +508,13 @@ export declare const spec: {
|
|
|
514
508
|
readonly PostN2Fill: 2;
|
|
515
509
|
readonly OxFill: 3;
|
|
516
510
|
readonly PostOxFill: 4;
|
|
517
|
-
readonly
|
|
518
|
-
readonly
|
|
519
|
-
readonly
|
|
520
|
-
readonly
|
|
521
|
-
readonly
|
|
522
|
-
readonly
|
|
523
|
-
readonly
|
|
524
|
-
readonly PostShutdown: 12;
|
|
525
|
-
readonly Purge: 13;
|
|
511
|
+
readonly QDDisconnect: 5;
|
|
512
|
+
readonly Pressurized: 6;
|
|
513
|
+
readonly Armed: 7;
|
|
514
|
+
readonly Burn: 8;
|
|
515
|
+
readonly Shutdown: 9;
|
|
516
|
+
readonly PostShutdown: 10;
|
|
517
|
+
readonly Purge: 11;
|
|
526
518
|
};
|
|
527
519
|
last_event: {
|
|
528
520
|
readonly Boot: 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-04-12
|
|
2
|
+
// This file was generated by FRICC on 2026-04-12 19:14:28. Do not edit manually!
|
|
3
3
|
// The current version of typed-binary does not support 64-bit primitives.
|
|
4
4
|
// So for we'll implement our own schemas. :)
|
|
5
5
|
const __littleEndian = true;
|
|
@@ -71,15 +71,13 @@ export const StateId = {
|
|
|
71
71
|
PostN2Fill: 2,
|
|
72
72
|
OxFill: 3,
|
|
73
73
|
PostOxFill: 4,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
PostShutdown: 12,
|
|
82
|
-
Purge: 13,
|
|
74
|
+
QDDisconnect: 5,
|
|
75
|
+
Pressurized: 6,
|
|
76
|
+
Armed: 7,
|
|
77
|
+
Burn: 8,
|
|
78
|
+
Shutdown: 9,
|
|
79
|
+
PostShutdown: 10,
|
|
80
|
+
Purge: 11,
|
|
83
81
|
};
|
|
84
82
|
export const Event = {
|
|
85
83
|
Boot: 0,
|
|
@@ -818,15 +818,13 @@
|
|
|
818
818
|
"PostN2Fill": 2,
|
|
819
819
|
"OxFill": 3,
|
|
820
820
|
"PostOxFill": 4,
|
|
821
|
-
"
|
|
822
|
-
"
|
|
823
|
-
"
|
|
824
|
-
"
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
"
|
|
828
|
-
"PostShutdown": 12,
|
|
829
|
-
"Purge": 13
|
|
821
|
+
"QDDisconnect": 5,
|
|
822
|
+
"Pressurized": 6,
|
|
823
|
+
"Armed": 7,
|
|
824
|
+
"Burn": 8,
|
|
825
|
+
"Shutdown": 9,
|
|
826
|
+
"PostShutdown": 10,
|
|
827
|
+
"Purge": 11
|
|
830
828
|
},
|
|
831
829
|
"Event": {
|
|
832
830
|
"Boot": 0,
|