Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/definitions/omniscan450.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,41 @@
"default": 0
}
]
},
"set_sync_channel_number": {
"id": 170,
"description": "Set the channel number of the OS.",
"payload": [
{
"name": "channel_number",
"type": "u8",
"description": "channel number assigned to this device"
},
{
"name": "number_of_channels",
"type": "u8",
"description": "number of sonars to be synchronized"
}
]
}
},
"get": {
"sync_channel_number": {
"id": 169,
"description": "Get the current channel number of the OS.",
"payload": [
{
"name": "channel_number",
"type": "u8",
"description": "channel number assigned to this device"
},
{
"name": "number_of_channels",
"type": "u8",
"description": "number of sonars to be synchronized"
}
]
},
"os_mono_profile": {
"id": 2198,
"description": "A profile produced from a single acoustic measurement. The data returned is an array of response strength, in dB, at even intervals across the scan region. The scan region is defined as the region between <scan_start> and <scan_start + scan_length> millimeters away from the transducer. Note that the amplitude of the results are in dB. This is just to keep high dynamic range in the u16 sized data elements. Normally these are converted back to linear power or signal levels.",
Expand Down
Loading