mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-18 06:11:46 -05:00
16 lines
468 B
YAML
16 lines
468 B
YAML
SDRDaemonChannelSinkSettings:
|
|
description: "Data handling details for SDRDaemon"
|
|
properties:
|
|
nbFECBlocks:
|
|
description: "Number of FEC blocks per frame"
|
|
type: integer
|
|
dataAddress:
|
|
description: "Receiving USB data address"
|
|
type: string
|
|
dataPort:
|
|
description: "Receiving USB data port"
|
|
type: integer
|
|
txDelay:
|
|
description: "Minimum delay in ms between consecutive USB blocks transmissions"
|
|
type: integer
|