diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-01 11:49:24 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-01 11:49:24 +0200 |
commit | 553c9901d30ff793363091480928434f6e563e6e (patch) | |
tree | e25fda64c283829a4f8b3c3164ea8dddb6dad0d5 /src/fig | |
parent | 2ed49ee65a76a3917eda653c52a69bfc5e17ee0e (diff) | |
parent | 4593733275789f576a95400feb02eaba7a3ae830 (diff) | |
download | dabmux-553c9901d30ff793363091480928434f6e563e6e.tar.gz dabmux-553c9901d30ff793363091480928434f6e563e6e.tar.bz2 dabmux-553c9901d30ff793363091480928434f6e563e6e.zip |
Merge PR 45 with Alarm Handling
Diffstat (limited to 'src/fig')
-rw-r--r-- | src/fig/FIG0_0.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fig/FIG0_0.cpp b/src/fig/FIG0_0.cpp index 9a99984..a793b98 100644 --- a/src/fig/FIG0_0.cpp +++ b/src/fig/FIG0_0.cpp @@ -67,7 +67,7 @@ FillStatus FIG0_0::fill(uint8_t *buf, size_t max_size) fig0_0->EId = htons(m_rti->ensemble->id); fig0_0->Change = 0; - fig0_0->Al = 0; + fig0_0->Al = m_rti->ensemble->alarm_flag; fig0_0->CIFcnt_hight = (m_rti->currentFrame / 250) % 20; fig0_0->CIFcnt_low = (m_rti->currentFrame % 250); |