From 32c426d204e6133b19db486504beffd33a6f6548 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sat, 28 Dec 2013 21:00:46 +0100 Subject: [PATCH] Add config keys for upcoming RF demodulator drivers. Langford driver will be first. --- libsigrok.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libsigrok.h b/libsigrok.h index 6e024352..caa13757 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -679,6 +679,9 @@ enum { /** The device can measure energy consumption. */ SR_CONF_ENERGYMETER, + /** The device can demodulate signals. */ + SR_CONF_DEMODULATOR, + /*--- Driver scan options -------------------------------------------*/ /** @@ -791,6 +794,12 @@ enum { */ SR_CONF_SWAP, + /** Center frequency. + * The input signal is downmixed by this frequency before the ADC + * anti-aliasing filter. + */ + SR_CONF_CENTER_FREQUENCY, + /*--- Special stuff -------------------------------------------------*/ /** Scan options supported by the driver. */