From 2009dcd0494a671e2492aa865e690446388c7a5a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 22 Apr 2017 05:18:40 +0200 Subject: Move all FIG structures to cpp files, fix FIG0_21 rfa --- src/fig/FIG0_19.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/fig/FIG0_19.cpp') 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 . */ +#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) { } -- cgit v1.2.3