fossekall-interface 0.1.81 → 0.1.83
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 +9 -6
- package/dist/generated/ecu/commands.js +4 -3
- package/dist/generated/ecu/commands.json +3 -2
- package/dist/generated/ecu/telemetry.d.ts +8 -6
- package/dist/generated/ecu/telemetry.js +4 -3
- package/dist/generated/ecu/telemetry.json +3 -2
- package/package.json +1 -1
|
@@ -36,7 +36,7 @@ export declare const StateId: {
|
|
|
36
36
|
readonly Burn: 10;
|
|
37
37
|
readonly Shutdown: 11;
|
|
38
38
|
readonly PostShutdown: 12;
|
|
39
|
-
readonly
|
|
39
|
+
readonly Purge: 13;
|
|
40
40
|
};
|
|
41
41
|
export type StateId = (typeof StateId)[keyof typeof StateId];
|
|
42
42
|
export declare const node_servo_Id: {
|
|
@@ -45,7 +45,8 @@ export declare const node_servo_Id: {
|
|
|
45
45
|
readonly OxFill: 2;
|
|
46
46
|
readonly OxBoiloff: 3;
|
|
47
47
|
readonly OxSupply: 4;
|
|
48
|
-
readonly
|
|
48
|
+
readonly Purge: 5;
|
|
49
|
+
readonly Count: 6;
|
|
49
50
|
};
|
|
50
51
|
export type node_servo_Id = (typeof node_servo_Id)[keyof typeof node_servo_Id];
|
|
51
52
|
export declare const ServoCommands_OpenClose: {
|
|
@@ -367,7 +368,7 @@ export declare const spec: {
|
|
|
367
368
|
readonly Burn: 10;
|
|
368
369
|
readonly Shutdown: 11;
|
|
369
370
|
readonly PostShutdown: 12;
|
|
370
|
-
readonly
|
|
371
|
+
readonly Purge: 13;
|
|
371
372
|
};
|
|
372
373
|
};
|
|
373
374
|
};
|
|
@@ -391,7 +392,7 @@ export declare const spec: {
|
|
|
391
392
|
readonly Burn: 10;
|
|
392
393
|
readonly Shutdown: 11;
|
|
393
394
|
readonly PostShutdown: 12;
|
|
394
|
-
readonly
|
|
395
|
+
readonly Purge: 13;
|
|
395
396
|
};
|
|
396
397
|
};
|
|
397
398
|
};
|
|
@@ -426,7 +427,8 @@ export declare const spec: {
|
|
|
426
427
|
readonly OxFill: 2;
|
|
427
428
|
readonly OxBoiloff: 3;
|
|
428
429
|
readonly OxSupply: 4;
|
|
429
|
-
readonly
|
|
430
|
+
readonly Purge: 5;
|
|
431
|
+
readonly Count: 6;
|
|
430
432
|
};
|
|
431
433
|
open_close: {
|
|
432
434
|
readonly Open: 0;
|
|
@@ -459,7 +461,8 @@ export declare const spec: {
|
|
|
459
461
|
readonly OxFill: 2;
|
|
460
462
|
readonly OxBoiloff: 3;
|
|
461
463
|
readonly OxSupply: 4;
|
|
462
|
-
readonly
|
|
464
|
+
readonly Purge: 5;
|
|
465
|
+
readonly Count: 6;
|
|
463
466
|
};
|
|
464
467
|
position_mode: {
|
|
465
468
|
readonly kAbsolute: 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-04-
|
|
2
|
+
// This file was generated by FRICC on 2026-04-10 10:52:44. 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;
|
|
@@ -83,7 +83,7 @@ export const StateId = {
|
|
|
83
83
|
Burn: 10,
|
|
84
84
|
Shutdown: 11,
|
|
85
85
|
PostShutdown: 12,
|
|
86
|
-
|
|
86
|
+
Purge: 13,
|
|
87
87
|
};
|
|
88
88
|
export const node_servo_Id = {
|
|
89
89
|
MainFuel: 0,
|
|
@@ -91,7 +91,8 @@ export const node_servo_Id = {
|
|
|
91
91
|
OxFill: 2,
|
|
92
92
|
OxBoiloff: 3,
|
|
93
93
|
OxSupply: 4,
|
|
94
|
-
|
|
94
|
+
Purge: 5,
|
|
95
|
+
Count: 6,
|
|
95
96
|
};
|
|
96
97
|
export const ServoCommands_OpenClose = {
|
|
97
98
|
Open: 0,
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"Burn": 10,
|
|
517
517
|
"Shutdown": 11,
|
|
518
518
|
"PostShutdown": 12,
|
|
519
|
-
"
|
|
519
|
+
"Purge": 13
|
|
520
520
|
},
|
|
521
521
|
"node::servo::Id": {
|
|
522
522
|
"MainFuel": 0,
|
|
@@ -524,7 +524,8 @@
|
|
|
524
524
|
"OxFill": 2,
|
|
525
525
|
"OxBoiloff": 3,
|
|
526
526
|
"OxSupply": 4,
|
|
527
|
-
"
|
|
527
|
+
"Purge": 5,
|
|
528
|
+
"Count": 6
|
|
528
529
|
},
|
|
529
530
|
"ServoCommands::OpenClose": {
|
|
530
531
|
"Open": 0,
|
|
@@ -31,7 +31,7 @@ export declare const StateId: {
|
|
|
31
31
|
readonly Burn: 10;
|
|
32
32
|
readonly Shutdown: 11;
|
|
33
33
|
readonly PostShutdown: 12;
|
|
34
|
-
readonly
|
|
34
|
+
readonly Purge: 13;
|
|
35
35
|
};
|
|
36
36
|
export type StateId = (typeof StateId)[keyof typeof StateId];
|
|
37
37
|
export declare const Event: {
|
|
@@ -73,7 +73,8 @@ export declare const node_servo_Id: {
|
|
|
73
73
|
readonly OxFill: 2;
|
|
74
74
|
readonly OxBoiloff: 3;
|
|
75
75
|
readonly OxSupply: 4;
|
|
76
|
-
readonly
|
|
76
|
+
readonly Purge: 5;
|
|
77
|
+
readonly Count: 6;
|
|
77
78
|
};
|
|
78
79
|
export type node_servo_Id = (typeof node_servo_Id)[keyof typeof node_servo_Id];
|
|
79
80
|
export declare const actuators_servo_ServoMode: {
|
|
@@ -469,7 +470,7 @@ export declare const spec: {
|
|
|
469
470
|
readonly Burn: 10;
|
|
470
471
|
readonly Shutdown: 11;
|
|
471
472
|
readonly PostShutdown: 12;
|
|
472
|
-
readonly
|
|
473
|
+
readonly Purge: 13;
|
|
473
474
|
};
|
|
474
475
|
telemetry: {};
|
|
475
476
|
};
|
|
@@ -503,7 +504,7 @@ export declare const spec: {
|
|
|
503
504
|
readonly Burn: 10;
|
|
504
505
|
readonly Shutdown: 11;
|
|
505
506
|
readonly PostShutdown: 12;
|
|
506
|
-
readonly
|
|
507
|
+
readonly Purge: 13;
|
|
507
508
|
};
|
|
508
509
|
previous_state: {
|
|
509
510
|
readonly Safe: 0;
|
|
@@ -519,7 +520,7 @@ export declare const spec: {
|
|
|
519
520
|
readonly Burn: 10;
|
|
520
521
|
readonly Shutdown: 11;
|
|
521
522
|
readonly PostShutdown: 12;
|
|
522
|
-
readonly
|
|
523
|
+
readonly Purge: 13;
|
|
523
524
|
};
|
|
524
525
|
last_event: {
|
|
525
526
|
readonly Boot: 0;
|
|
@@ -594,7 +595,8 @@ export declare const spec: {
|
|
|
594
595
|
readonly OxFill: 2;
|
|
595
596
|
readonly OxBoiloff: 3;
|
|
596
597
|
readonly OxSupply: 4;
|
|
597
|
-
readonly
|
|
598
|
+
readonly Purge: 5;
|
|
599
|
+
readonly Count: 6;
|
|
598
600
|
};
|
|
599
601
|
status: {
|
|
600
602
|
mode: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-04-
|
|
2
|
+
// This file was generated by FRICC on 2026-04-10 10:52:48. 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;
|
|
@@ -79,7 +79,7 @@ export const StateId = {
|
|
|
79
79
|
Burn: 10,
|
|
80
80
|
Shutdown: 11,
|
|
81
81
|
PostShutdown: 12,
|
|
82
|
-
|
|
82
|
+
Purge: 13,
|
|
83
83
|
};
|
|
84
84
|
export const Event = {
|
|
85
85
|
Boot: 0,
|
|
@@ -117,7 +117,8 @@ export const node_servo_Id = {
|
|
|
117
117
|
OxFill: 2,
|
|
118
118
|
OxBoiloff: 3,
|
|
119
119
|
OxSupply: 4,
|
|
120
|
-
|
|
120
|
+
Purge: 5,
|
|
121
|
+
Count: 6,
|
|
121
122
|
};
|
|
122
123
|
export const actuators_servo_ServoMode = {
|
|
123
124
|
kUnknown: 0,
|
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
"Burn": 10,
|
|
821
821
|
"Shutdown": 11,
|
|
822
822
|
"PostShutdown": 12,
|
|
823
|
-
"
|
|
823
|
+
"Purge": 13
|
|
824
824
|
},
|
|
825
825
|
"Event": {
|
|
826
826
|
"Boot": 0,
|
|
@@ -858,7 +858,8 @@
|
|
|
858
858
|
"OxFill": 2,
|
|
859
859
|
"OxBoiloff": 3,
|
|
860
860
|
"OxSupply": 4,
|
|
861
|
-
"
|
|
861
|
+
"Purge": 5,
|
|
862
|
+
"Count": 6
|
|
862
863
|
},
|
|
863
864
|
"actuators::servo::ServoMode": {
|
|
864
865
|
"kUnknown": 0,
|