summaryrefslogtreecommitdiffstats
path: root/src/fig/FIG0_19.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fig/FIG0_19.cpp')
-rw-r--r--src/fig/FIG0_19.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/fig/FIG0_19.cpp b/src/fig/FIG0_19.cpp
index 8b9aca8..6da72a9 100644
--- a/src/fig/FIG0_19.cpp
+++ b/src/fig/FIG0_19.cpp
@@ -23,11 +23,22 @@
along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "fig/FIG0structs.h"
#include "fig/FIG0_19.h"
#include "utils.h"
namespace FIC {
+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;
+
+
FIG0_19::FIG0_19(FIGRuntimeInformation *rti) :
m_rti(rti)
{ }