diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-03-17 19:28:34 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-03-17 19:32:24 +0100 |
commit | d2a4c375f1ef7af7c7bc4f02ad2dc0d919f2c488 (patch) | |
tree | e6efc78727f45627d246708661343fcfc9f9d6b8 /src/MuxElements.h | |
parent | 75cbae6e7446686ff36fae15016b3f8eb76b1ad6 (diff) | |
download | dabmux-d2a4c375f1ef7af7c7bc4f02ad2dc0d919f2c488.tar.gz dabmux-d2a4c375f1ef7af7c7bc4f02ad2dc0d919f2c488.tar.bz2 dabmux-d2a4c375f1ef7af7c7bc4f02ad2dc0d919f2c488.zip |
Setup FIG0/13 for Broadcast Website with profiles 01 FF
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r-- | src/MuxElements.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h index 020093d..a709191 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -433,7 +433,8 @@ struct userApplication { /* X-PAD Application Type: this 5-bit field shall specify the lowest numbered application type used to transport * this user application (see clause 7.4.3). * Also See EN 300 401 Table 11 "X-PAD Application types" */ - uint8_t xpadAppType; + bool xpadAppType_valid = false; + uint8_t xpadAppType = 0; }; struct dabAudioComponent { |