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/MuxElements.h | |
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/MuxElements.h')
-rw-r--r-- | src/MuxElements.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h index 98de70e..77d417b 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -337,6 +337,10 @@ class dabEnsemble : public RemoteControllable { static constexpr int RECONFIG_COUNTER_HASH = -2; int reconfig_counter = RECONFIG_COUNTER_DISABLED; + // alarm flag is use for AL flag in FIG 0/0. + // set to true if one announcement group with cluster ID 0xFF is available in multiplex file + bool alarm_flag = 0; + vec_sp_service services; vec_sp_component components; vec_sp_subchannel subchannels; |