Skip to content

Commit

Permalink
feat: add debug signals
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippo98 committed Nov 24, 2023
1 parent 11b47de commit 8d600e4
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,37 @@
"force": "uint32"
}
}
},
{
"name": "DEBUG_SIGNAL",
"topic": "BROADCAST",
"priority": 3,
"sending": ["TLM"],
"receiving": ["TLM"],
"description": "Debug signals",
"interval": 10,
"contents": {
"field_1": {
"type": "float32",
"range": [-1, 1],
"force": "uint16"
},
"field_2": {
"type": "float32",
"range": [-1, 1],
"force": "uint16"
},
"field_3": {
"type": "float32",
"range": [-1, 1],
"force": "uint16"
},
"field_4": {
"type": "float32",
"range": [-1, 1],
"force": "uint16"
}
}
}
]
}
31 changes: 31 additions & 0 deletions networks/simulator/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,37 @@
"range": [-20, 200]
}
}
},
{
"name": "DEBUG_SIGNAL",
"topic": "BROADCAST",
"priority": 3,
"sending": ["TLM"],
"receiving": ["TLM"],
"description": "Debug signals",
"interval": 10,
"contents": {
"field_1": {
"type": "float32",
"range": [-1, 1],
"force": "uint16"
},
"field_2": {
"type": "float32",
"range": [-1, 1],
"force": "uint16"
},
"field_3": {
"type": "float32",
"range": [-1, 1],
"force": "uint16"
},
"field_4": {
"type": "float32",
"range": [-1, 1],
"force": "uint16"
}
}
}
]
}
Expand Down

0 comments on commit 8d600e4

Please sign in to comment.