fossekall-interface 0.1.146 → 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
|
|
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
|
|
122
|
-
readonly
|
|
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
|
|
870
|
-
readonly
|
|
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
|
|
880
|
-
readonly
|
|
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
|
|
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
|
-
|
|
159
|
-
|
|
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
|
-
"
|
|
1272
|
-
"
|
|
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,
|