aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r--src/ConfigParser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h
index dd6c040..3f64883 100644
--- a/src/ConfigParser.h
+++ b/src/ConfigParser.h
@@ -79,6 +79,9 @@ struct mod_settings_t {
float cfrClip = 1.0f;
float cfrErrorClip = 1.0f;
+ // Settings for the OFDM windowing
+ unsigned ofdmWindowOverlap = 0;
+
#if defined(HAVE_OUTPUT_UHD) || defined(HAVE_SOAPYSDR)
Output::SDRDeviceConfig sdr_device_config;
#endif