fossekall-interface 0.1.140 → 0.1.141
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-09
|
|
2
|
+
// This file was generated by FRICC on 2026-07-09 22:23: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;
|
|
@@ -117,9 +117,7 @@ export declare const proto_can_thermocouple_Id: {
|
|
|
117
117
|
readonly OxTankTop: 1;
|
|
118
118
|
readonly FuelTank: 2;
|
|
119
119
|
readonly OxInjector: 3;
|
|
120
|
-
readonly Chamber1: 4;
|
|
121
120
|
readonly FuelInjector: 5;
|
|
122
|
-
readonly Chamber2: 6;
|
|
123
121
|
readonly ExtraNodeOne: 7;
|
|
124
122
|
readonly Count: 8;
|
|
125
123
|
};
|
|
@@ -844,9 +842,7 @@ export declare const spec: {
|
|
|
844
842
|
readonly OxTankTop: 1;
|
|
845
843
|
readonly FuelTank: 2;
|
|
846
844
|
readonly OxInjector: 3;
|
|
847
|
-
readonly Chamber1: 4;
|
|
848
845
|
readonly FuelInjector: 5;
|
|
849
|
-
readonly Chamber2: 6;
|
|
850
846
|
readonly ExtraNodeOne: 7;
|
|
851
847
|
readonly Count: 8;
|
|
852
848
|
};
|
|
@@ -856,9 +852,7 @@ export declare const spec: {
|
|
|
856
852
|
readonly OxTankTop: 1;
|
|
857
853
|
readonly FuelTank: 2;
|
|
858
854
|
readonly OxInjector: 3;
|
|
859
|
-
readonly Chamber1: 4;
|
|
860
855
|
readonly FuelInjector: 5;
|
|
861
|
-
readonly Chamber2: 6;
|
|
862
856
|
readonly ExtraNodeOne: 7;
|
|
863
857
|
readonly Count: 8;
|
|
864
858
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-07-09
|
|
2
|
+
// This file was generated by FRICC on 2026-07-09 22:23:30. 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;
|
|
@@ -154,9 +154,7 @@ export const proto_can_thermocouple_Id = {
|
|
|
154
154
|
OxTankTop: 1,
|
|
155
155
|
FuelTank: 2,
|
|
156
156
|
OxInjector: 3,
|
|
157
|
-
Chamber1: 4,
|
|
158
157
|
FuelInjector: 5,
|
|
159
|
-
Chamber2: 6,
|
|
160
158
|
ExtraNodeOne: 7,
|
|
161
159
|
Count: 8,
|
|
162
160
|
};
|