aboutsummaryrefslogtreecommitdiffstats
path: root/src/TII.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-24 04:06:10 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-24 04:06:10 +0100
commit626cfba78e2885200450ff8b4f4cf09ff6d0b830 (patch)
tree8c99d6ec4af5dbd68b3e0ab27700562227b47b1b /src/TII.h
parent215e8143e3feefd69a76d0b6eaf36ed42a7a904f (diff)
downloaddabmod-626cfba78e2885200450ff8b4f4cf09ff6d0b830.tar.gz
dabmod-626cfba78e2885200450ff8b4f4cf09ff6d0b830.tar.bz2
dabmod-626cfba78e2885200450ff8b4f4cf09ff6d0b830.zip
Fix TII insertion for positive frequency carriers
Diffstat (limited to 'src/TII.h')
-rw-r--r--src/TII.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TII.h b/src/TII.h
index fe67978..4c5c605 100644
--- a/src/TII.h
+++ b/src/TII.h
@@ -122,6 +122,9 @@ class TII : public ModCodec, public RemoteControllable
// m_enabled_carriers is read by modulator thread, and written
// to by RC thread.
mutable boost::mutex m_enabled_carriers_mutex;
+
+ // m_enabled_carriers is true only for the first carrier in the
+ // active pair
std::vector<bool> m_enabled_carriers;
};