fossekall-interface 0.1.128 → 0.1.130
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 +46 -59
- package/dist/generated/ecu/commands.js +38 -44
- package/dist/generated/ecu/commands.json +27 -33
- package/dist/generated/ecu/telemetry.d.ts +77 -161
- package/dist/generated/ecu/telemetry.js +49 -90
- package/dist/generated/ecu/telemetry.json +50 -138
- package/dist/generated/fs/commands.d.ts +221 -0
- package/dist/generated/fs/commands.js +189 -0
- package/dist/generated/fs/commands.json +212 -0
- package/dist/generated/fs/index.d.ts +4 -0
- package/dist/generated/fs/index.js +4 -0
- package/dist/generated/fs/telemetry.d.ts +361 -0
- package/dist/generated/fs/telemetry.js +250 -0
- package/dist/generated/fs/telemetry.json +383 -0
- package/dist/generated/index.d.ts +1 -0
- package/dist/generated/index.js +1 -0
- package/package.json +1 -1
|
@@ -11,12 +11,12 @@ declare class Float64Schema extends Schema<number> {
|
|
|
11
11
|
write(output: ISerialOutput, value: number): void;
|
|
12
12
|
measure(_: number | typeof MaxValue, measurer?: IMeasurer): IMeasurer;
|
|
13
13
|
}
|
|
14
|
-
export declare const
|
|
14
|
+
export declare const actuators_bldc_Id: {
|
|
15
15
|
readonly Fuel: 0;
|
|
16
16
|
readonly Ox: 1;
|
|
17
17
|
readonly Count: 2;
|
|
18
18
|
};
|
|
19
|
-
export type
|
|
19
|
+
export type actuators_bldc_Id = (typeof actuators_bldc_Id)[keyof typeof actuators_bldc_Id];
|
|
20
20
|
export declare const BldcCommands_OpenClose: {
|
|
21
21
|
readonly Open: 0;
|
|
22
22
|
readonly Close: 1;
|
|
@@ -28,53 +28,47 @@ 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 Hold: 12;
|
|
31
|
+
readonly Pressurized: 5;
|
|
32
|
+
readonly Armed: 6;
|
|
33
|
+
readonly Burn: 7;
|
|
34
|
+
readonly Shutdown: 8;
|
|
35
|
+
readonly PostShutdown: 9;
|
|
36
|
+
readonly Purge: 10;
|
|
37
|
+
readonly Hold: 11;
|
|
39
38
|
};
|
|
40
39
|
export type StateId = (typeof StateId)[keyof typeof StateId];
|
|
41
|
-
export declare const
|
|
40
|
+
export declare const actuators_servo_Id: {
|
|
42
41
|
readonly MainFuel: 0;
|
|
43
42
|
readonly MainOx: 1;
|
|
44
43
|
readonly OxFill: 2;
|
|
45
44
|
readonly OxBoiloff: 3;
|
|
46
|
-
readonly
|
|
45
|
+
readonly OxPrechill: 4;
|
|
47
46
|
readonly Purge: 5;
|
|
48
47
|
readonly Count: 6;
|
|
49
48
|
};
|
|
50
|
-
export type
|
|
49
|
+
export type actuators_servo_Id = (typeof actuators_servo_Id)[keyof typeof actuators_servo_Id];
|
|
51
50
|
export declare const ServoCommands_OpenClose: {
|
|
52
51
|
readonly Open: 0;
|
|
53
52
|
readonly Close: 1;
|
|
54
53
|
};
|
|
55
54
|
export type ServoCommands_OpenClose = (typeof ServoCommands_OpenClose)[keyof typeof ServoCommands_OpenClose];
|
|
56
55
|
export declare const actuators_servo_PositionMode: {
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
56
|
+
readonly Absolute: 0;
|
|
57
|
+
readonly Relative: 1;
|
|
59
58
|
};
|
|
60
59
|
export type actuators_servo_PositionMode = (typeof actuators_servo_PositionMode)[keyof typeof actuators_servo_PositionMode];
|
|
61
60
|
export declare const actuators_servo_StartPolicy: {
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
61
|
+
readonly Preempt: 0;
|
|
62
|
+
readonly NoInterrupt: 1;
|
|
64
63
|
};
|
|
65
64
|
export type actuators_servo_StartPolicy = (typeof actuators_servo_StartPolicy)[keyof typeof actuators_servo_StartPolicy];
|
|
66
|
-
export declare const
|
|
65
|
+
export declare const actuators_solenoid_Id: {
|
|
67
66
|
readonly FuelVent: 0;
|
|
68
67
|
readonly OxVent: 1;
|
|
69
68
|
readonly N2Fill: 2;
|
|
70
|
-
readonly
|
|
71
|
-
readonly N2_300_Supply: 4;
|
|
72
|
-
readonly N2_300_Hose_Bleed: 5;
|
|
73
|
-
readonly QD_1: 6;
|
|
74
|
-
readonly QD_2: 7;
|
|
75
|
-
readonly Count: 8;
|
|
69
|
+
readonly Count: 3;
|
|
76
70
|
};
|
|
77
|
-
export type
|
|
71
|
+
export type actuators_solenoid_Id = (typeof actuators_solenoid_Id)[keyof typeof actuators_solenoid_Id];
|
|
78
72
|
export declare const SolenoidCommands_OpeningType: {
|
|
79
73
|
readonly Open: 0;
|
|
80
74
|
readonly Close: 1;
|
|
@@ -85,11 +79,11 @@ export declare const ControlPolicyCommands_PolicyValue: {
|
|
|
85
79
|
readonly Enable: 1;
|
|
86
80
|
};
|
|
87
81
|
export type ControlPolicyCommands_PolicyValue = (typeof ControlPolicyCommands_PolicyValue)[keyof typeof ControlPolicyCommands_PolicyValue];
|
|
88
|
-
export declare const
|
|
82
|
+
export declare const regulator_Id: {
|
|
89
83
|
readonly OxBoiloff: 0;
|
|
90
84
|
readonly Count: 1;
|
|
91
85
|
};
|
|
92
|
-
export type
|
|
86
|
+
export type regulator_Id = (typeof regulator_Id)[keyof typeof regulator_Id];
|
|
93
87
|
export declare const RegulatorCommands_RegulatorValue: {
|
|
94
88
|
readonly Disable: 0;
|
|
95
89
|
readonly Enable: 1;
|
|
@@ -359,14 +353,13 @@ export declare const spec: {
|
|
|
359
353
|
readonly PostN2Fill: 2;
|
|
360
354
|
readonly OxFill: 3;
|
|
361
355
|
readonly PostOxFill: 4;
|
|
362
|
-
readonly
|
|
363
|
-
readonly
|
|
364
|
-
readonly
|
|
365
|
-
readonly
|
|
366
|
-
readonly
|
|
367
|
-
readonly
|
|
368
|
-
readonly
|
|
369
|
-
readonly Hold: 12;
|
|
356
|
+
readonly Pressurized: 5;
|
|
357
|
+
readonly Armed: 6;
|
|
358
|
+
readonly Burn: 7;
|
|
359
|
+
readonly Shutdown: 8;
|
|
360
|
+
readonly PostShutdown: 9;
|
|
361
|
+
readonly Purge: 10;
|
|
362
|
+
readonly Hold: 11;
|
|
370
363
|
};
|
|
371
364
|
};
|
|
372
365
|
};
|
|
@@ -382,14 +375,13 @@ export declare const spec: {
|
|
|
382
375
|
readonly PostN2Fill: 2;
|
|
383
376
|
readonly OxFill: 3;
|
|
384
377
|
readonly PostOxFill: 4;
|
|
385
|
-
readonly
|
|
386
|
-
readonly
|
|
387
|
-
readonly
|
|
388
|
-
readonly
|
|
389
|
-
readonly
|
|
390
|
-
readonly
|
|
391
|
-
readonly
|
|
392
|
-
readonly Hold: 12;
|
|
378
|
+
readonly Pressurized: 5;
|
|
379
|
+
readonly Armed: 6;
|
|
380
|
+
readonly Burn: 7;
|
|
381
|
+
readonly Shutdown: 8;
|
|
382
|
+
readonly PostShutdown: 9;
|
|
383
|
+
readonly Purge: 10;
|
|
384
|
+
readonly Hold: 11;
|
|
393
385
|
};
|
|
394
386
|
};
|
|
395
387
|
};
|
|
@@ -423,7 +415,7 @@ export declare const spec: {
|
|
|
423
415
|
readonly MainOx: 1;
|
|
424
416
|
readonly OxFill: 2;
|
|
425
417
|
readonly OxBoiloff: 3;
|
|
426
|
-
readonly
|
|
418
|
+
readonly OxPrechill: 4;
|
|
427
419
|
readonly Purge: 5;
|
|
428
420
|
readonly Count: 6;
|
|
429
421
|
};
|
|
@@ -432,12 +424,12 @@ export declare const spec: {
|
|
|
432
424
|
readonly Close: 1;
|
|
433
425
|
};
|
|
434
426
|
position_mode: {
|
|
435
|
-
readonly
|
|
436
|
-
readonly
|
|
427
|
+
readonly Absolute: 0;
|
|
428
|
+
readonly Relative: 1;
|
|
437
429
|
};
|
|
438
430
|
start_policy: {
|
|
439
|
-
readonly
|
|
440
|
-
readonly
|
|
431
|
+
readonly Preempt: 0;
|
|
432
|
+
readonly NoInterrupt: 1;
|
|
441
433
|
};
|
|
442
434
|
};
|
|
443
435
|
};
|
|
@@ -457,17 +449,17 @@ export declare const spec: {
|
|
|
457
449
|
readonly MainOx: 1;
|
|
458
450
|
readonly OxFill: 2;
|
|
459
451
|
readonly OxBoiloff: 3;
|
|
460
|
-
readonly
|
|
452
|
+
readonly OxPrechill: 4;
|
|
461
453
|
readonly Purge: 5;
|
|
462
454
|
readonly Count: 6;
|
|
463
455
|
};
|
|
464
456
|
position_mode: {
|
|
465
|
-
readonly
|
|
466
|
-
readonly
|
|
457
|
+
readonly Absolute: 0;
|
|
458
|
+
readonly Relative: 1;
|
|
467
459
|
};
|
|
468
460
|
start_policy: {
|
|
469
|
-
readonly
|
|
470
|
-
readonly
|
|
461
|
+
readonly Preempt: 0;
|
|
462
|
+
readonly NoInterrupt: 1;
|
|
471
463
|
};
|
|
472
464
|
};
|
|
473
465
|
};
|
|
@@ -482,12 +474,7 @@ export declare const spec: {
|
|
|
482
474
|
readonly FuelVent: 0;
|
|
483
475
|
readonly OxVent: 1;
|
|
484
476
|
readonly N2Fill: 2;
|
|
485
|
-
readonly
|
|
486
|
-
readonly N2_300_Supply: 4;
|
|
487
|
-
readonly N2_300_Hose_Bleed: 5;
|
|
488
|
-
readonly QD_1: 6;
|
|
489
|
-
readonly QD_2: 7;
|
|
490
|
-
readonly Count: 8;
|
|
477
|
+
readonly Count: 3;
|
|
491
478
|
};
|
|
492
479
|
opening_type: {
|
|
493
480
|
readonly Open: 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-
|
|
2
|
+
// This file was generated by FRICC on 2026-07-02 15:27:00. 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;
|
|
@@ -60,7 +60,7 @@ class Float64Schema extends Schema {
|
|
|
60
60
|
const u64 = new UInt64Schema();
|
|
61
61
|
const i64 = new Int64Schema();
|
|
62
62
|
const f64 = new Float64Schema();
|
|
63
|
-
export const
|
|
63
|
+
export const actuators_bldc_Id = {
|
|
64
64
|
Fuel: 0,
|
|
65
65
|
Ox: 1,
|
|
66
66
|
Count: 2,
|
|
@@ -75,21 +75,20 @@ export const StateId = {
|
|
|
75
75
|
PostN2Fill: 2,
|
|
76
76
|
OxFill: 3,
|
|
77
77
|
PostOxFill: 4,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
Hold: 12,
|
|
78
|
+
Pressurized: 5,
|
|
79
|
+
Armed: 6,
|
|
80
|
+
Burn: 7,
|
|
81
|
+
Shutdown: 8,
|
|
82
|
+
PostShutdown: 9,
|
|
83
|
+
Purge: 10,
|
|
84
|
+
Hold: 11,
|
|
86
85
|
};
|
|
87
|
-
export const
|
|
86
|
+
export const actuators_servo_Id = {
|
|
88
87
|
MainFuel: 0,
|
|
89
88
|
MainOx: 1,
|
|
90
89
|
OxFill: 2,
|
|
91
90
|
OxBoiloff: 3,
|
|
92
|
-
|
|
91
|
+
OxPrechill: 4,
|
|
93
92
|
Purge: 5,
|
|
94
93
|
Count: 6,
|
|
95
94
|
};
|
|
@@ -98,23 +97,18 @@ export const ServoCommands_OpenClose = {
|
|
|
98
97
|
Close: 1,
|
|
99
98
|
};
|
|
100
99
|
export const actuators_servo_PositionMode = {
|
|
101
|
-
|
|
102
|
-
|
|
100
|
+
Absolute: 0,
|
|
101
|
+
Relative: 1,
|
|
103
102
|
};
|
|
104
103
|
export const actuators_servo_StartPolicy = {
|
|
105
|
-
|
|
106
|
-
|
|
104
|
+
Preempt: 0,
|
|
105
|
+
NoInterrupt: 1,
|
|
107
106
|
};
|
|
108
|
-
export const
|
|
107
|
+
export const actuators_solenoid_Id = {
|
|
109
108
|
FuelVent: 0,
|
|
110
109
|
OxVent: 1,
|
|
111
110
|
N2Fill: 2,
|
|
112
|
-
|
|
113
|
-
N2_300_Supply: 4,
|
|
114
|
-
N2_300_Hose_Bleed: 5,
|
|
115
|
-
QD_1: 6,
|
|
116
|
-
QD_2: 7,
|
|
117
|
-
Count: 8,
|
|
111
|
+
Count: 3,
|
|
118
112
|
};
|
|
119
113
|
export const SolenoidCommands_OpeningType = {
|
|
120
114
|
Open: 0,
|
|
@@ -124,7 +118,7 @@ export const ControlPolicyCommands_PolicyValue = {
|
|
|
124
118
|
Disable: 0,
|
|
125
119
|
Enable: 1,
|
|
126
120
|
};
|
|
127
|
-
export const
|
|
121
|
+
export const regulator_Id = {
|
|
128
122
|
OxBoiloff: 0,
|
|
129
123
|
Count: 1,
|
|
130
124
|
};
|
|
@@ -133,15 +127,15 @@ export const RegulatorCommands_RegulatorValue = {
|
|
|
133
127
|
Enable: 1,
|
|
134
128
|
};
|
|
135
129
|
export const BldcCommands_OpenCloseBldcPayload = bin.object({
|
|
136
|
-
id: bin.u8, //
|
|
130
|
+
id: bin.u8, // actuators::bldc::Id
|
|
137
131
|
open_close: bin.u8, // BldcCommands::OpenClose
|
|
138
132
|
});
|
|
139
133
|
export const BldcCommands_SetBldcPayload = bin.object({
|
|
140
|
-
id: bin.u8, //
|
|
134
|
+
id: bin.u8, // actuators::bldc::Id
|
|
141
135
|
angle_deg: bin.f32, // float
|
|
142
136
|
});
|
|
143
137
|
export const BldcCommands_CalibratePayload = bin.object({
|
|
144
|
-
id: bin.u8, //
|
|
138
|
+
id: bin.u8, // actuators::bldc::Id
|
|
145
139
|
});
|
|
146
140
|
export const actuators_bldc_PidGains = bin.object({
|
|
147
141
|
p: f64, // double
|
|
@@ -170,7 +164,7 @@ export const actuators_bldc_ControllerConfig = bin.object({
|
|
|
170
164
|
main_valve_curve: SigmoidParameters, // SigmoidParameters
|
|
171
165
|
});
|
|
172
166
|
export const BldcCommands_ConfigureBldcPayload = bin.object({
|
|
173
|
-
id: bin.u8, //
|
|
167
|
+
id: bin.u8, // actuators::bldc::Id
|
|
174
168
|
config: actuators_bldc_ControllerConfig, // actuators::bldc::ControllerConfig
|
|
175
169
|
});
|
|
176
170
|
export const FsmCommands_NextStatePayload = bin.object({
|
|
@@ -186,7 +180,7 @@ export const FsmCommands_StatusPayload = bin.object({
|
|
|
186
180
|
reserved: bin.u8, // unsigned char
|
|
187
181
|
});
|
|
188
182
|
export const ServoCommands_OpenCloseServoPayload = bin.object({
|
|
189
|
-
servo_id: bin.u8, //
|
|
183
|
+
servo_id: bin.u8, // actuators::servo::Id
|
|
190
184
|
open_close: bin.u8, // ServoCommands::OpenClose
|
|
191
185
|
duration_ms: bin.u16, // unsigned short
|
|
192
186
|
delay_ms: bin.u16, // unsigned short
|
|
@@ -194,7 +188,7 @@ export const ServoCommands_OpenCloseServoPayload = bin.object({
|
|
|
194
188
|
start_policy: bin.u8, // actuators::servo::StartPolicy
|
|
195
189
|
});
|
|
196
190
|
export const ServoCommands_SetServoPayload = bin.object({
|
|
197
|
-
servo_id: bin.u8, //
|
|
191
|
+
servo_id: bin.u8, // actuators::servo::Id
|
|
198
192
|
angle_deg: bin.f32, // float
|
|
199
193
|
duration_ms: bin.u16, // unsigned short
|
|
200
194
|
delay_ms: bin.u16, // unsigned short
|
|
@@ -202,22 +196,22 @@ export const ServoCommands_SetServoPayload = bin.object({
|
|
|
202
196
|
start_policy: bin.u8, // actuators::servo::StartPolicy
|
|
203
197
|
});
|
|
204
198
|
export const SolenoidCommands_OpenCloseSolenoidPayload = bin.object({
|
|
205
|
-
solenoid_id: bin.u8, //
|
|
199
|
+
solenoid_id: bin.u8, // actuators::solenoid::Id
|
|
206
200
|
opening_type: bin.u8, // SolenoidCommands::OpeningType
|
|
207
201
|
});
|
|
208
202
|
export const ControlPolicyCommands_SetManualPolicyPayload = bin.object({
|
|
209
203
|
value: bin.u8, // ControlPolicyCommands::PolicyValue
|
|
210
204
|
});
|
|
211
205
|
export const RegulatorCommands_SetEnabledPayload = bin.object({
|
|
212
|
-
regulator_id: bin.u8, //
|
|
206
|
+
regulator_id: bin.u8, // regulator::Id
|
|
213
207
|
value: bin.u8, // RegulatorCommands::RegulatorValue
|
|
214
208
|
});
|
|
215
209
|
export const RegulatorCommands_SetSetpointPayload = bin.object({
|
|
216
|
-
regulator_id: bin.u8, //
|
|
210
|
+
regulator_id: bin.u8, // regulator::Id
|
|
217
211
|
setpoint: bin.f32, // float
|
|
218
212
|
});
|
|
219
213
|
export const RegulatorCommands_SetGainsPayload = bin.object({
|
|
220
|
-
regulator_id: bin.u8, //
|
|
214
|
+
regulator_id: bin.u8, // regulator::Id
|
|
221
215
|
kp: bin.f32, // float
|
|
222
216
|
ki: bin.f32, // float
|
|
223
217
|
kd: bin.f32, // float
|
|
@@ -227,7 +221,7 @@ export const spec = {
|
|
|
227
221
|
id: 64,
|
|
228
222
|
schema: BldcCommands_OpenCloseBldcPayload,
|
|
229
223
|
enums: {
|
|
230
|
-
id:
|
|
224
|
+
id: actuators_bldc_Id,
|
|
231
225
|
open_close: BldcCommands_OpenClose,
|
|
232
226
|
},
|
|
233
227
|
},
|
|
@@ -235,21 +229,21 @@ export const spec = {
|
|
|
235
229
|
id: 65,
|
|
236
230
|
schema: BldcCommands_SetBldcPayload,
|
|
237
231
|
enums: {
|
|
238
|
-
id:
|
|
232
|
+
id: actuators_bldc_Id,
|
|
239
233
|
},
|
|
240
234
|
},
|
|
241
235
|
BldcCommands_CalibratePayload: {
|
|
242
236
|
id: 66,
|
|
243
237
|
schema: BldcCommands_CalibratePayload,
|
|
244
238
|
enums: {
|
|
245
|
-
id:
|
|
239
|
+
id: actuators_bldc_Id,
|
|
246
240
|
},
|
|
247
241
|
},
|
|
248
242
|
BldcCommands_ConfigureBldcPayload: {
|
|
249
243
|
id: 67,
|
|
250
244
|
schema: BldcCommands_ConfigureBldcPayload,
|
|
251
245
|
enums: {
|
|
252
|
-
id:
|
|
246
|
+
id: actuators_bldc_Id,
|
|
253
247
|
config: {
|
|
254
248
|
pressurize_pid_gains: {},
|
|
255
249
|
run_pid_gains: {},
|
|
@@ -286,7 +280,7 @@ export const spec = {
|
|
|
286
280
|
id: 48,
|
|
287
281
|
schema: ServoCommands_OpenCloseServoPayload,
|
|
288
282
|
enums: {
|
|
289
|
-
servo_id:
|
|
283
|
+
servo_id: actuators_servo_Id,
|
|
290
284
|
open_close: ServoCommands_OpenClose,
|
|
291
285
|
position_mode: actuators_servo_PositionMode,
|
|
292
286
|
start_policy: actuators_servo_StartPolicy,
|
|
@@ -296,7 +290,7 @@ export const spec = {
|
|
|
296
290
|
id: 49,
|
|
297
291
|
schema: ServoCommands_SetServoPayload,
|
|
298
292
|
enums: {
|
|
299
|
-
servo_id:
|
|
293
|
+
servo_id: actuators_servo_Id,
|
|
300
294
|
position_mode: actuators_servo_PositionMode,
|
|
301
295
|
start_policy: actuators_servo_StartPolicy,
|
|
302
296
|
},
|
|
@@ -305,7 +299,7 @@ export const spec = {
|
|
|
305
299
|
id: 80,
|
|
306
300
|
schema: SolenoidCommands_OpenCloseSolenoidPayload,
|
|
307
301
|
enums: {
|
|
308
|
-
solenoid_id:
|
|
302
|
+
solenoid_id: actuators_solenoid_Id,
|
|
309
303
|
opening_type: SolenoidCommands_OpeningType,
|
|
310
304
|
},
|
|
311
305
|
},
|
|
@@ -320,7 +314,7 @@ export const spec = {
|
|
|
320
314
|
id: 112,
|
|
321
315
|
schema: RegulatorCommands_SetEnabledPayload,
|
|
322
316
|
enums: {
|
|
323
|
-
regulator_id:
|
|
317
|
+
regulator_id: regulator_Id,
|
|
324
318
|
value: RegulatorCommands_RegulatorValue,
|
|
325
319
|
},
|
|
326
320
|
},
|
|
@@ -328,14 +322,14 @@ export const spec = {
|
|
|
328
322
|
id: 113,
|
|
329
323
|
schema: RegulatorCommands_SetSetpointPayload,
|
|
330
324
|
enums: {
|
|
331
|
-
regulator_id:
|
|
325
|
+
regulator_id: regulator_Id,
|
|
332
326
|
},
|
|
333
327
|
},
|
|
334
328
|
RegulatorCommands_SetGainsPayload: {
|
|
335
329
|
id: 114,
|
|
336
330
|
schema: RegulatorCommands_SetGainsPayload,
|
|
337
331
|
enums: {
|
|
338
|
-
regulator_id:
|
|
332
|
+
regulator_id: regulator_Id,
|
|
339
333
|
},
|
|
340
334
|
},
|
|
341
335
|
};
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"name": "id",
|
|
11
11
|
"kind": "enum",
|
|
12
|
-
"type": "
|
|
12
|
+
"type": "actuators::bldc::Id",
|
|
13
13
|
"format_string": "<B"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{
|
|
30
30
|
"name": "id",
|
|
31
31
|
"kind": "enum",
|
|
32
|
-
"type": "
|
|
32
|
+
"type": "actuators::bldc::Id",
|
|
33
33
|
"format_string": "<B"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
{
|
|
50
50
|
"name": "id",
|
|
51
51
|
"kind": "enum",
|
|
52
|
-
"type": "
|
|
52
|
+
"type": "actuators::bldc::Id",
|
|
53
53
|
"format_string": "<B"
|
|
54
54
|
}
|
|
55
55
|
],
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
{
|
|
64
64
|
"name": "id",
|
|
65
65
|
"kind": "enum",
|
|
66
|
-
"type": "
|
|
66
|
+
"type": "actuators::bldc::Id",
|
|
67
67
|
"format_string": "<B"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
{
|
|
306
306
|
"name": "servo_id",
|
|
307
307
|
"kind": "enum",
|
|
308
|
-
"type": "
|
|
308
|
+
"type": "actuators::servo::Id",
|
|
309
309
|
"format_string": "<B"
|
|
310
310
|
},
|
|
311
311
|
{
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
{
|
|
350
350
|
"name": "servo_id",
|
|
351
351
|
"kind": "enum",
|
|
352
|
-
"type": "
|
|
352
|
+
"type": "actuators::servo::Id",
|
|
353
353
|
"format_string": "<B"
|
|
354
354
|
},
|
|
355
355
|
{
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
{
|
|
394
394
|
"name": "solenoid_id",
|
|
395
395
|
"kind": "enum",
|
|
396
|
-
"type": "
|
|
396
|
+
"type": "actuators::solenoid::Id",
|
|
397
397
|
"format_string": "<B"
|
|
398
398
|
},
|
|
399
399
|
{
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
{
|
|
428
428
|
"name": "regulator_id",
|
|
429
429
|
"kind": "enum",
|
|
430
|
-
"type": "
|
|
430
|
+
"type": "regulator::Id",
|
|
431
431
|
"format_string": "<B"
|
|
432
432
|
},
|
|
433
433
|
{
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
{
|
|
448
448
|
"name": "regulator_id",
|
|
449
449
|
"kind": "enum",
|
|
450
|
-
"type": "
|
|
450
|
+
"type": "regulator::Id",
|
|
451
451
|
"format_string": "<B"
|
|
452
452
|
},
|
|
453
453
|
{
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
{
|
|
468
468
|
"name": "regulator_id",
|
|
469
469
|
"kind": "enum",
|
|
470
|
-
"type": "
|
|
470
|
+
"type": "regulator::Id",
|
|
471
471
|
"format_string": "<B"
|
|
472
472
|
},
|
|
473
473
|
{
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
}
|
|
494
494
|
},
|
|
495
495
|
"enums": {
|
|
496
|
-
"
|
|
496
|
+
"actuators::bldc::Id": {
|
|
497
497
|
"Fuel": 0,
|
|
498
498
|
"Ox": 1,
|
|
499
499
|
"Count": 2
|
|
@@ -508,21 +508,20 @@
|
|
|
508
508
|
"PostN2Fill": 2,
|
|
509
509
|
"OxFill": 3,
|
|
510
510
|
"PostOxFill": 4,
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
"
|
|
518
|
-
"Hold": 12
|
|
511
|
+
"Pressurized": 5,
|
|
512
|
+
"Armed": 6,
|
|
513
|
+
"Burn": 7,
|
|
514
|
+
"Shutdown": 8,
|
|
515
|
+
"PostShutdown": 9,
|
|
516
|
+
"Purge": 10,
|
|
517
|
+
"Hold": 11
|
|
519
518
|
},
|
|
520
|
-
"
|
|
519
|
+
"actuators::servo::Id": {
|
|
521
520
|
"MainFuel": 0,
|
|
522
521
|
"MainOx": 1,
|
|
523
522
|
"OxFill": 2,
|
|
524
523
|
"OxBoiloff": 3,
|
|
525
|
-
"
|
|
524
|
+
"OxPrechill": 4,
|
|
526
525
|
"Purge": 5,
|
|
527
526
|
"Count": 6
|
|
528
527
|
},
|
|
@@ -531,23 +530,18 @@
|
|
|
531
530
|
"Close": 1
|
|
532
531
|
},
|
|
533
532
|
"actuators::servo::PositionMode": {
|
|
534
|
-
"
|
|
535
|
-
"
|
|
533
|
+
"Absolute": 0,
|
|
534
|
+
"Relative": 1
|
|
536
535
|
},
|
|
537
536
|
"actuators::servo::StartPolicy": {
|
|
538
|
-
"
|
|
539
|
-
"
|
|
537
|
+
"Preempt": 0,
|
|
538
|
+
"NoInterrupt": 1
|
|
540
539
|
},
|
|
541
|
-
"
|
|
540
|
+
"actuators::solenoid::Id": {
|
|
542
541
|
"FuelVent": 0,
|
|
543
542
|
"OxVent": 1,
|
|
544
543
|
"N2Fill": 2,
|
|
545
|
-
"
|
|
546
|
-
"N2_300_Supply": 4,
|
|
547
|
-
"N2_300_Hose_Bleed": 5,
|
|
548
|
-
"QD_1": 6,
|
|
549
|
-
"QD_2": 7,
|
|
550
|
-
"Count": 8
|
|
544
|
+
"Count": 3
|
|
551
545
|
},
|
|
552
546
|
"SolenoidCommands::OpeningType": {
|
|
553
547
|
"Open": 0,
|
|
@@ -557,7 +551,7 @@
|
|
|
557
551
|
"Disable": 0,
|
|
558
552
|
"Enable": 1
|
|
559
553
|
},
|
|
560
|
-
"
|
|
554
|
+
"regulator::Id": {
|
|
561
555
|
"OxBoiloff": 0,
|
|
562
556
|
"Count": 1
|
|
563
557
|
},
|