diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-15 13:42:23 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-15 14:00:48 +0200 |
commit | d20b9a0c8f90fbc373dbd5757b5c6a03bbfd8c83 (patch) | |
tree | b32dc3a732377b2d094145d929bf39b44ee4366c /src/DabMultiplexer.h | |
parent | 55a66f6408042abfd102f92fd0072a000d8e0235 (diff) | |
download | dabmux-d20b9a0c8f90fbc373dbd5757b5c6a03bbfd8c83.tar.gz dabmux-d20b9a0c8f90fbc373dbd5757b5c6a03bbfd8c83.tar.bz2 dabmux-d20b9a0c8f90fbc373dbd5757b5c6a03bbfd8c83.zip |
Add FIG0/19
Diffstat (limited to 'src/DabMultiplexer.h')
-rw-r--r-- | src/DabMultiplexer.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index 0458969..f454d20 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -395,6 +395,14 @@ struct FIGtype0_18 { /* Followed by uint8_t Cluster IDs */ } PACKED; +struct FIGtype0_19 { + uint8_t ClusterId; + uint16_t ASw; + uint8_t SubChId:6; + uint8_t RegionFlag:1; // shall be zero + uint8_t NewFlag:1; + // Region and RFa not supported +} PACKED; struct FIGtype0_1 { uint8_t Length:5; |