diff options
author | Mathias Kuntze <mathias.kuntze@magna.com> | 2020-03-06 10:23:58 +0100 |
---|---|---|
committer | Mathias Kuntze <mathias.kuntze@magna.com> | 2020-03-06 10:23:58 +0100 |
commit | 4bb4c9300fc8a1281b4c5a56f18e6b251239dcd1 (patch) | |
tree | 2c47ac1a80f656d1d213c6def4e8db4c949bbf84 /src/MuxElements.h | |
parent | 9e1a5e0d5a6421628863c049619e12800670e79a (diff) | |
download | dabmux-4bb4c9300fc8a1281b4c5a56f18e6b251239dcd1.tar.gz dabmux-4bb4c9300fc8a1281b4c5a56f18e6b251239dcd1.tar.bz2 dabmux-4bb4c9300fc8a1281b4c5a56f18e6b251239dcd1.zip |
add FIG 0/7
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r-- | src/MuxElements.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h index 0f7e621..d1f4441 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -291,6 +291,7 @@ class dabEnsemble : public RemoteControllable { // 1 corresponds to the PTy used in RDS // 2 corresponds to program types used in north america int international_table = 1; + int reconfig_counter = 1; vec_sp_service services; vec_sp_component components; |