fossekall-interface 0.1.107 → 0.1.108
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-19
|
|
2
|
+
// This file was generated by FRICC on 2026-04-19 11:38:57. 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;
|
|
@@ -126,7 +126,8 @@ export declare const proto_can_thermocouple_Id: {
|
|
|
126
126
|
readonly Chamber1: 4;
|
|
127
127
|
readonly FuelInjector: 5;
|
|
128
128
|
readonly Chamber2: 6;
|
|
129
|
-
readonly
|
|
129
|
+
readonly ExtraNodeOne: 7;
|
|
130
|
+
readonly Count: 8;
|
|
130
131
|
};
|
|
131
132
|
export type proto_can_thermocouple_Id = (typeof proto_can_thermocouple_Id)[keyof typeof proto_can_thermocouple_Id];
|
|
132
133
|
export declare const node_load_cell_Id: {
|
|
@@ -706,7 +707,8 @@ export declare const spec: {
|
|
|
706
707
|
readonly Chamber1: 4;
|
|
707
708
|
readonly FuelInjector: 5;
|
|
708
709
|
readonly Chamber2: 6;
|
|
709
|
-
readonly
|
|
710
|
+
readonly ExtraNodeOne: 7;
|
|
711
|
+
readonly Count: 8;
|
|
710
712
|
};
|
|
711
713
|
data: {
|
|
712
714
|
id: {
|
|
@@ -717,7 +719,8 @@ export declare const spec: {
|
|
|
717
719
|
readonly Chamber1: 4;
|
|
718
720
|
readonly FuelInjector: 5;
|
|
719
721
|
readonly Chamber2: 6;
|
|
720
|
-
readonly
|
|
722
|
+
readonly ExtraNodeOne: 7;
|
|
723
|
+
readonly Count: 8;
|
|
721
724
|
};
|
|
722
725
|
};
|
|
723
726
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-04-19
|
|
2
|
+
// This file was generated by FRICC on 2026-04-19 11:39: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;
|
|
@@ -163,7 +163,8 @@ export const proto_can_thermocouple_Id = {
|
|
|
163
163
|
Chamber1: 4,
|
|
164
164
|
FuelInjector: 5,
|
|
165
165
|
Chamber2: 6,
|
|
166
|
-
|
|
166
|
+
ExtraNodeOne: 7,
|
|
167
|
+
Count: 8,
|
|
167
168
|
};
|
|
168
169
|
export const node_load_cell_Id = {
|
|
169
170
|
LoadCell1: 0,
|