mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Packet modulator: API changes
This commit is contained in:
@@ -4,12 +4,15 @@ PacketModSettings:
|
||||
inputFrequencyOffset:
|
||||
type: integer
|
||||
format: int64
|
||||
mode:
|
||||
type: string
|
||||
modulation:
|
||||
type: integer
|
||||
description: >
|
||||
Transmission mode
|
||||
* "1200 AFSK"
|
||||
* "9600 FSK".
|
||||
Modulation mode
|
||||
* 0 - AFSK
|
||||
* 1 - FSK
|
||||
baud:
|
||||
type: integer
|
||||
description: Baud rate
|
||||
rfBandwidth:
|
||||
type: number
|
||||
format: float
|
||||
@@ -57,6 +60,9 @@ PacketModSettings:
|
||||
preEmphasisTau:
|
||||
type: number
|
||||
format: float
|
||||
preEmphasisLowFreq:
|
||||
type: number
|
||||
format: float
|
||||
preEmphasisHighFreq:
|
||||
type: number
|
||||
format: float
|
||||
@@ -163,15 +169,8 @@ PacketModActions:
|
||||
description: PacketMod
|
||||
properties:
|
||||
tx:
|
||||
type: object
|
||||
properties:
|
||||
callsign:
|
||||
type: string
|
||||
to:
|
||||
type: string
|
||||
via:
|
||||
type: string
|
||||
data:
|
||||
type: string
|
||||
type: integer
|
||||
description: >
|
||||
Transmit a packet
|
||||
Transmit with current data
|
||||
* 0 - Do nothing
|
||||
* 1 - Transmit
|
||||
|
||||
Reference in New Issue
Block a user