Skip to content

Commit 73b69d5

Browse files
BradG13531patrickelectric
authored andcommitted
Added JSON_WRAPPER to omniscan, surveyor, and s500
1 parent 99b082e commit 73b69d5

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

src/definitions/omniscan450.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"messages": {
3+
"general": {
4+
"JSON_WRAPPER": {
5+
"id": 10,
6+
"payload": [
7+
{
8+
"name": "string",
9+
"type": "vector",
10+
"vector": {
11+
"datatype": "char",
12+
"size": "dynamic"
13+
}
14+
}
15+
]
16+
}
17+
},
318
"control": {
419
"set_speed_of_sound": {
520
"id": 1002,

src/definitions/s500.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"messages": {
3+
"general": {
4+
"JSON_WRAPPER": {
5+
"id": 10,
6+
"payload": [
7+
{
8+
"name": "string",
9+
"type": "vector",
10+
"vector": {
11+
"datatype": "char",
12+
"size": "dynamic"
13+
}
14+
}
15+
]
16+
}
17+
},
318
"control": {
419
"set_ping_params": {
520
"description": "Set parameters",

src/definitions/surveyor240.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,19 @@
144144
"general": {
145145
"utc_request": {
146146
"id": 14
147+
},
148+
"JSON_WRAPPER": {
149+
"id": 10,
150+
"payload": [
151+
{
152+
"name": "string",
153+
"type": "vector",
154+
"vector": {
155+
"datatype": "char",
156+
"size": "dynamic"
157+
}
158+
}
159+
]
147160
}
148161
},
149162
"get": {

0 commit comments

Comments
 (0)