fossekall-interface 0.1.145 → 0.1.148

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.
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-14 20:17:26. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-15 14:13:58. 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;
@@ -118,8 +118,11 @@ export declare const proto_can_thermocouple_Id: {
118
118
  readonly FuelTank: 2;
119
119
  readonly OxInjector: 3;
120
120
  readonly FuelInjector: 5;
121
- readonly ExtraNodeOne: 7;
122
- readonly Count: 8;
121
+ readonly Chamber0: 8;
122
+ readonly Chamber1: 9;
123
+ readonly Chamber2: 10;
124
+ readonly Chamber3: 11;
125
+ readonly Count: 12;
123
126
  };
124
127
  export type proto_can_thermocouple_Id = (typeof proto_can_thermocouple_Id)[keyof typeof proto_can_thermocouple_Id];
125
128
  export declare const sensors_bms_ChargingStatus: {
@@ -866,8 +869,11 @@ export declare const spec: {
866
869
  readonly FuelTank: 2;
867
870
  readonly OxInjector: 3;
868
871
  readonly FuelInjector: 5;
869
- readonly ExtraNodeOne: 7;
870
- readonly Count: 8;
872
+ readonly Chamber0: 8;
873
+ readonly Chamber1: 9;
874
+ readonly Chamber2: 10;
875
+ readonly Chamber3: 11;
876
+ readonly Count: 12;
871
877
  };
872
878
  data: {
873
879
  id: {
@@ -876,8 +882,11 @@ export declare const spec: {
876
882
  readonly FuelTank: 2;
877
883
  readonly OxInjector: 3;
878
884
  readonly FuelInjector: 5;
879
- readonly ExtraNodeOne: 7;
880
- readonly Count: 8;
885
+ readonly Chamber0: 8;
886
+ readonly Chamber1: 9;
887
+ readonly Chamber2: 10;
888
+ readonly Chamber3: 11;
889
+ readonly Count: 12;
881
890
  };
882
891
  };
883
892
  };
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-14 20:17:29. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-15 14:14:01. 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;
@@ -155,8 +155,11 @@ export const proto_can_thermocouple_Id = {
155
155
  FuelTank: 2,
156
156
  OxInjector: 3,
157
157
  FuelInjector: 5,
158
- ExtraNodeOne: 7,
159
- Count: 8,
158
+ Chamber0: 8,
159
+ Chamber1: 9,
160
+ Chamber2: 10,
161
+ Chamber3: 11,
162
+ Count: 12,
160
163
  };
161
164
  export const sensors_bms_ChargingStatus = {
162
165
  NotCharging: 0,
@@ -1268,8 +1268,11 @@
1268
1268
  "FuelTank": 2,
1269
1269
  "OxInjector": 3,
1270
1270
  "FuelInjector": 5,
1271
- "ExtraNodeOne": 7,
1272
- "Count": 8
1271
+ "Chamber0": 8,
1272
+ "Chamber1": 9,
1273
+ "Chamber2": 10,
1274
+ "Chamber3": 11,
1275
+ "Count": 12
1273
1276
  },
1274
1277
  "sensors::bms::ChargingStatus": {
1275
1278
  "NotCharging": 0,
@@ -2,14 +2,15 @@ import bin from 'typed-binary';
2
2
  export declare const StateId: {
3
3
  readonly Safe: 0;
4
4
  readonly FuelFill: 1;
5
- readonly RecoveryFill: 2;
6
- readonly PostRecoveryFill: 3;
7
- readonly N2Fill: 4;
8
- readonly PostN2Fill: 5;
9
- readonly OxFill: 6;
10
- readonly PostOxFill: 7;
11
- readonly QDDisconnect: 8;
12
- readonly Hold: 9;
5
+ readonly PostFuelFill: 2;
6
+ readonly RecoveryFill: 3;
7
+ readonly PostRecoveryFill: 4;
8
+ readonly N2Fill: 5;
9
+ readonly PostN2Fill: 6;
10
+ readonly OxFill: 7;
11
+ readonly PostOxFill: 8;
12
+ readonly QDDisconnect: 9;
13
+ readonly Hold: 10;
13
14
  };
14
15
  export type StateId = (typeof StateId)[keyof typeof StateId];
15
16
  export declare const actuators_servo_Id: {
@@ -97,14 +98,15 @@ export declare const spec: {
97
98
  current_state: {
98
99
  readonly Safe: 0;
99
100
  readonly FuelFill: 1;
100
- readonly RecoveryFill: 2;
101
- readonly PostRecoveryFill: 3;
102
- readonly N2Fill: 4;
103
- readonly PostN2Fill: 5;
104
- readonly OxFill: 6;
105
- readonly PostOxFill: 7;
106
- readonly QDDisconnect: 8;
107
- readonly Hold: 9;
101
+ readonly PostFuelFill: 2;
102
+ readonly RecoveryFill: 3;
103
+ readonly PostRecoveryFill: 4;
104
+ readonly N2Fill: 5;
105
+ readonly PostN2Fill: 6;
106
+ readonly OxFill: 7;
107
+ readonly PostOxFill: 8;
108
+ readonly QDDisconnect: 9;
109
+ readonly Hold: 10;
108
110
  };
109
111
  };
110
112
  };
@@ -117,14 +119,15 @@ export declare const spec: {
117
119
  current_state: {
118
120
  readonly Safe: 0;
119
121
  readonly FuelFill: 1;
120
- readonly RecoveryFill: 2;
121
- readonly PostRecoveryFill: 3;
122
- readonly N2Fill: 4;
123
- readonly PostN2Fill: 5;
124
- readonly OxFill: 6;
125
- readonly PostOxFill: 7;
126
- readonly QDDisconnect: 8;
127
- readonly Hold: 9;
122
+ readonly PostFuelFill: 2;
123
+ readonly RecoveryFill: 3;
124
+ readonly PostRecoveryFill: 4;
125
+ readonly N2Fill: 5;
126
+ readonly PostN2Fill: 6;
127
+ readonly OxFill: 7;
128
+ readonly PostOxFill: 8;
129
+ readonly QDDisconnect: 9;
130
+ readonly Hold: 10;
128
131
  };
129
132
  };
130
133
  };
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-15 07:10:44. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-15 08:17:25. 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;
@@ -63,14 +63,15 @@ const f64 = new Float64Schema();
63
63
  export const StateId = {
64
64
  Safe: 0,
65
65
  FuelFill: 1,
66
- RecoveryFill: 2,
67
- PostRecoveryFill: 3,
68
- N2Fill: 4,
69
- PostN2Fill: 5,
70
- OxFill: 6,
71
- PostOxFill: 7,
72
- QDDisconnect: 8,
73
- Hold: 9,
66
+ PostFuelFill: 2,
67
+ RecoveryFill: 3,
68
+ PostRecoveryFill: 4,
69
+ N2Fill: 5,
70
+ PostN2Fill: 6,
71
+ OxFill: 7,
72
+ PostOxFill: 8,
73
+ QDDisconnect: 9,
74
+ Hold: 10,
74
75
  };
75
76
  export const actuators_servo_Id = {
76
77
  OxSupply: 0,
@@ -170,14 +170,15 @@
170
170
  "StateId": {
171
171
  "Safe": 0,
172
172
  "FuelFill": 1,
173
- "RecoveryFill": 2,
174
- "PostRecoveryFill": 3,
175
- "N2Fill": 4,
176
- "PostN2Fill": 5,
177
- "OxFill": 6,
178
- "PostOxFill": 7,
179
- "QDDisconnect": 8,
180
- "Hold": 9
173
+ "PostFuelFill": 2,
174
+ "RecoveryFill": 3,
175
+ "PostRecoveryFill": 4,
176
+ "N2Fill": 5,
177
+ "PostN2Fill": 6,
178
+ "OxFill": 7,
179
+ "PostOxFill": 8,
180
+ "QDDisconnect": 9,
181
+ "Hold": 10
181
182
  },
182
183
  "actuators::servo::Id": {
183
184
  "OxSupply": 0,
@@ -8,14 +8,15 @@ declare class UInt64Schema extends Schema<bigint> {
8
8
  export declare const StateId: {
9
9
  readonly Safe: 0;
10
10
  readonly FuelFill: 1;
11
- readonly RecoveryFill: 2;
12
- readonly PostRecoveryFill: 3;
13
- readonly N2Fill: 4;
14
- readonly PostN2Fill: 5;
15
- readonly OxFill: 6;
16
- readonly PostOxFill: 7;
17
- readonly QDDisconnect: 8;
18
- readonly Hold: 9;
11
+ readonly PostFuelFill: 2;
12
+ readonly RecoveryFill: 3;
13
+ readonly PostRecoveryFill: 4;
14
+ readonly N2Fill: 5;
15
+ readonly PostN2Fill: 6;
16
+ readonly OxFill: 7;
17
+ readonly PostOxFill: 8;
18
+ readonly QDDisconnect: 9;
19
+ readonly Hold: 10;
19
20
  };
20
21
  export type StateId = (typeof StateId)[keyof typeof StateId];
21
22
  export declare const Event: {
@@ -232,26 +233,28 @@ export declare const spec: {
232
233
  current_state: {
233
234
  readonly Safe: 0;
234
235
  readonly FuelFill: 1;
235
- readonly RecoveryFill: 2;
236
- readonly PostRecoveryFill: 3;
237
- readonly N2Fill: 4;
238
- readonly PostN2Fill: 5;
239
- readonly OxFill: 6;
240
- readonly PostOxFill: 7;
241
- readonly QDDisconnect: 8;
242
- readonly Hold: 9;
236
+ readonly PostFuelFill: 2;
237
+ readonly RecoveryFill: 3;
238
+ readonly PostRecoveryFill: 4;
239
+ readonly N2Fill: 5;
240
+ readonly PostN2Fill: 6;
241
+ readonly OxFill: 7;
242
+ readonly PostOxFill: 8;
243
+ readonly QDDisconnect: 9;
244
+ readonly Hold: 10;
243
245
  };
244
246
  previous_state: {
245
247
  readonly Safe: 0;
246
248
  readonly FuelFill: 1;
247
- readonly RecoveryFill: 2;
248
- readonly PostRecoveryFill: 3;
249
- readonly N2Fill: 4;
250
- readonly PostN2Fill: 5;
251
- readonly OxFill: 6;
252
- readonly PostOxFill: 7;
253
- readonly QDDisconnect: 8;
254
- readonly Hold: 9;
249
+ readonly PostFuelFill: 2;
250
+ readonly RecoveryFill: 3;
251
+ readonly PostRecoveryFill: 4;
252
+ readonly N2Fill: 5;
253
+ readonly PostN2Fill: 6;
254
+ readonly OxFill: 7;
255
+ readonly PostOxFill: 8;
256
+ readonly QDDisconnect: 9;
257
+ readonly Hold: 10;
255
258
  };
256
259
  last_event: {
257
260
  readonly Boot: 0;
@@ -401,14 +404,15 @@ export declare const spec: {
401
404
  fsm_state: {
402
405
  readonly Safe: 0;
403
406
  readonly FuelFill: 1;
404
- readonly RecoveryFill: 2;
405
- readonly PostRecoveryFill: 3;
406
- readonly N2Fill: 4;
407
- readonly PostN2Fill: 5;
408
- readonly OxFill: 6;
409
- readonly PostOxFill: 7;
410
- readonly QDDisconnect: 8;
411
- readonly Hold: 9;
407
+ readonly PostFuelFill: 2;
408
+ readonly RecoveryFill: 3;
409
+ readonly PostRecoveryFill: 4;
410
+ readonly N2Fill: 5;
411
+ readonly PostN2Fill: 6;
412
+ readonly OxFill: 7;
413
+ readonly PostOxFill: 8;
414
+ readonly QDDisconnect: 9;
415
+ readonly Hold: 10;
412
416
  };
413
417
  active_propellant: {
414
418
  readonly Fuel: 0;
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-15 07:10:47. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-15 08:17:27. 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;
@@ -63,14 +63,15 @@ const f64 = new Float64Schema();
63
63
  export const StateId = {
64
64
  Safe: 0,
65
65
  FuelFill: 1,
66
- RecoveryFill: 2,
67
- PostRecoveryFill: 3,
68
- N2Fill: 4,
69
- PostN2Fill: 5,
70
- OxFill: 6,
71
- PostOxFill: 7,
72
- QDDisconnect: 8,
73
- Hold: 9,
66
+ PostFuelFill: 2,
67
+ RecoveryFill: 3,
68
+ PostRecoveryFill: 4,
69
+ N2Fill: 5,
70
+ PostN2Fill: 6,
71
+ OxFill: 7,
72
+ PostOxFill: 8,
73
+ QDDisconnect: 9,
74
+ Hold: 10,
74
75
  };
75
76
  export const Event = {
76
77
  Boot: 0,
@@ -402,14 +402,15 @@
402
402
  "StateId": {
403
403
  "Safe": 0,
404
404
  "FuelFill": 1,
405
- "RecoveryFill": 2,
406
- "PostRecoveryFill": 3,
407
- "N2Fill": 4,
408
- "PostN2Fill": 5,
409
- "OxFill": 6,
410
- "PostOxFill": 7,
411
- "QDDisconnect": 8,
412
- "Hold": 9
405
+ "PostFuelFill": 2,
406
+ "RecoveryFill": 3,
407
+ "PostRecoveryFill": 4,
408
+ "N2Fill": 5,
409
+ "PostN2Fill": 6,
410
+ "OxFill": 7,
411
+ "PostOxFill": 8,
412
+ "QDDisconnect": 9,
413
+ "Hold": 10
413
414
  },
414
415
  "Event": {
415
416
  "Boot": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.145",
3
+ "version": "0.1.148",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",