fossekall-interface 0.1.99 → 0.1.101
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-04-17
|
|
2
|
+
// This file was generated by FRICC on 2026-04-17 17:23:26. 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;
|
|
@@ -122,8 +122,10 @@ export declare const proto_can_thermocouple_Id: {
|
|
|
122
122
|
readonly OxTankTop: 1;
|
|
123
123
|
readonly FuelTank: 2;
|
|
124
124
|
readonly OxInjector: 3;
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
125
|
+
readonly Chamber1: 4;
|
|
126
|
+
readonly FuelInjector: 5;
|
|
127
|
+
readonly Chamber2: 6;
|
|
128
|
+
readonly Count: 7;
|
|
127
129
|
};
|
|
128
130
|
export type proto_can_thermocouple_Id = (typeof proto_can_thermocouple_Id)[keyof typeof proto_can_thermocouple_Id];
|
|
129
131
|
export declare const node_load_cell_Id: {
|
|
@@ -697,8 +699,10 @@ export declare const spec: {
|
|
|
697
699
|
readonly OxTankTop: 1;
|
|
698
700
|
readonly FuelTank: 2;
|
|
699
701
|
readonly OxInjector: 3;
|
|
700
|
-
readonly
|
|
701
|
-
readonly
|
|
702
|
+
readonly Chamber1: 4;
|
|
703
|
+
readonly FuelInjector: 5;
|
|
704
|
+
readonly Chamber2: 6;
|
|
705
|
+
readonly Count: 7;
|
|
702
706
|
};
|
|
703
707
|
data: {
|
|
704
708
|
id: {
|
|
@@ -706,8 +710,10 @@ export declare const spec: {
|
|
|
706
710
|
readonly OxTankTop: 1;
|
|
707
711
|
readonly FuelTank: 2;
|
|
708
712
|
readonly OxInjector: 3;
|
|
709
|
-
readonly
|
|
710
|
-
readonly
|
|
713
|
+
readonly Chamber1: 4;
|
|
714
|
+
readonly FuelInjector: 5;
|
|
715
|
+
readonly Chamber2: 6;
|
|
716
|
+
readonly Count: 7;
|
|
711
717
|
};
|
|
712
718
|
};
|
|
713
719
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-04-17
|
|
2
|
+
// This file was generated by FRICC on 2026-04-17 17:23:29. 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;
|
|
@@ -159,8 +159,10 @@ export const proto_can_thermocouple_Id = {
|
|
|
159
159
|
OxTankTop: 1,
|
|
160
160
|
FuelTank: 2,
|
|
161
161
|
OxInjector: 3,
|
|
162
|
-
|
|
163
|
-
|
|
162
|
+
Chamber1: 4,
|
|
163
|
+
FuelInjector: 5,
|
|
164
|
+
Chamber2: 6,
|
|
165
|
+
Count: 7,
|
|
164
166
|
};
|
|
165
167
|
export const node_load_cell_Id = {
|
|
166
168
|
LoadCell1: 0,
|