fossekall-interface 0.1.136 → 0.1.137
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-
|
|
2
|
+
// This file was generated by FRICC on 2026-07-06 13:11:50. 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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-07-
|
|
2
|
+
// This file was generated by FRICC on 2026-07-06 13:11:53. 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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-07-
|
|
2
|
+
// This file was generated by FRICC on 2026-07-06 14:54:44. 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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-07-
|
|
2
|
+
// This file was generated by FRICC on 2026-07-06 14:54:46. 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;
|
|
@@ -188,12 +188,12 @@ export const LoadCellPacket = bin.object({
|
|
|
188
188
|
});
|
|
189
189
|
export const spec = {
|
|
190
190
|
HeartBeatTelemetry: {
|
|
191
|
-
port:
|
|
191
|
+
port: 57045,
|
|
192
192
|
schema: HeartBeatTelemetry,
|
|
193
193
|
enums: {},
|
|
194
194
|
},
|
|
195
195
|
FsmStatusPacket: {
|
|
196
|
-
port:
|
|
196
|
+
port: 5041,
|
|
197
197
|
schema: FsmStatusPacket,
|
|
198
198
|
enums: {
|
|
199
199
|
status: {
|
|
@@ -205,7 +205,7 @@ export const spec = {
|
|
|
205
205
|
},
|
|
206
206
|
},
|
|
207
207
|
PressureSensorPacket: {
|
|
208
|
-
port:
|
|
208
|
+
port: 5042,
|
|
209
209
|
fragment: "sensor_id",
|
|
210
210
|
packed: null,
|
|
211
211
|
schema: PressureSensorPacket,
|
|
@@ -215,7 +215,7 @@ export const spec = {
|
|
|
215
215
|
},
|
|
216
216
|
},
|
|
217
217
|
ServoStatusPacket: {
|
|
218
|
-
port:
|
|
218
|
+
port: 5043,
|
|
219
219
|
fragment: "servo_id",
|
|
220
220
|
schema: ServoStatusPacket,
|
|
221
221
|
enums: {
|
|
@@ -226,7 +226,7 @@ export const spec = {
|
|
|
226
226
|
},
|
|
227
227
|
},
|
|
228
228
|
SolenoidStatusPacket: {
|
|
229
|
-
port:
|
|
229
|
+
port: 5044,
|
|
230
230
|
fragment: "solenoid_id",
|
|
231
231
|
schema: SolenoidStatusPacket,
|
|
232
232
|
enums: {
|
|
@@ -238,7 +238,7 @@ export const spec = {
|
|
|
238
238
|
},
|
|
239
239
|
},
|
|
240
240
|
LoadCellPacket: {
|
|
241
|
-
port:
|
|
241
|
+
port: 5047,
|
|
242
242
|
fragment: "loadcell_id",
|
|
243
243
|
schema: LoadCellPacket,
|
|
244
244
|
enums: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": 1,
|
|
3
3
|
"structs": {
|
|
4
4
|
"HeartBeatTelemetry": {
|
|
5
|
-
"port":
|
|
5
|
+
"port": 57045,
|
|
6
6
|
"kind": "struct",
|
|
7
7
|
"type": "HeartBeatTelemetry",
|
|
8
8
|
"fields": [
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"format_string": "<ccccccccccccccccB"
|
|
29
29
|
},
|
|
30
30
|
"FsmStatusPacket": {
|
|
31
|
-
"port":
|
|
31
|
+
"port": 5041,
|
|
32
32
|
"kind": "struct",
|
|
33
33
|
"type": "FsmStatusPacket",
|
|
34
34
|
"fields": [
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"format_string": "<QQBBBBI"
|
|
87
87
|
},
|
|
88
88
|
"PressureSensorPacket": {
|
|
89
|
-
"port":
|
|
89
|
+
"port": 5042,
|
|
90
90
|
"fragment": "sensor_id",
|
|
91
91
|
"packed": null,
|
|
92
92
|
"kind": "struct",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"format_string": "<BQIBBhhhhhhhhhhhhhhhhhhhh"
|
|
148
148
|
},
|
|
149
149
|
"ServoStatusPacket": {
|
|
150
|
-
"port":
|
|
150
|
+
"port": 5043,
|
|
151
151
|
"fragment": "servo_id",
|
|
152
152
|
"kind": "struct",
|
|
153
153
|
"type": "ServoStatusPacket",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"format_string": "<BIffffB"
|
|
207
207
|
},
|
|
208
208
|
"SolenoidStatusPacket": {
|
|
209
|
-
"port":
|
|
209
|
+
"port": 5044,
|
|
210
210
|
"fragment": "solenoid_id",
|
|
211
211
|
"kind": "struct",
|
|
212
212
|
"type": "SolenoidStatusPacket",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"format_string": "<BIBBf"
|
|
254
254
|
},
|
|
255
255
|
"LoadCellPacket": {
|
|
256
|
-
"port":
|
|
256
|
+
"port": 5047,
|
|
257
257
|
"fragment": "loadcell_id",
|
|
258
258
|
"kind": "struct",
|
|
259
259
|
"type": "LoadCellPacket",
|