diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-17 17:12:56 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-17 17:12:56 +0100 |
commit | 07b303a738c82c53c835221f675d6d3b82948357 (patch) | |
tree | 06760b26a8320f685d2ca682f5490be97dc1ceb5 /src/fig/FIG0_21.h | |
parent | 131cbad6d9d368e4eee0206dbccfd6ecfd023fa1 (diff) | |
download | dabmux-07b303a738c82c53c835221f675d6d3b82948357.tar.gz dabmux-07b303a738c82c53c835221f675d6d3b82948357.tar.bz2 dabmux-07b303a738c82c53c835221f675d6d3b82948357.zip |
Add OE=1 support for FrequencyInformation
Diffstat (limited to 'src/fig/FIG0_21.h')
-rw-r--r-- | src/fig/FIG0_21.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fig/FIG0_21.h b/src/fig/FIG0_21.h index a321541..018727a 100644 --- a/src/fig/FIG0_21.h +++ b/src/fig/FIG0_21.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2017 + Copyright (C) 2018 Matthias P. Braendli, matthias.braendli@mpb.li */ /* @@ -46,7 +46,8 @@ class FIG0_21 : public IFIG private: FIGRuntimeInformation *m_rti; - bool m_initialised; + bool m_initialised = false; + bool m_last_oe = false; std::vector<std::shared_ptr<FrequencyInformation> >::iterator freqInfoFIG0_21; |