From 8d01f90791b1dfd152f91a021422d4d2c2f1be46 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 28 Feb 2016 11:06:56 +0100 Subject: Move watermark to FIG0/1 in new carousel --- src/fig/FIG0.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/fig/FIG0.h') diff --git a/src/fig/FIG0.h b/src/fig/FIG0.h index 87872eb..927a7f5 100644 --- a/src/fig/FIG0.h +++ b/src/fig/FIG0.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2015 + Copyright (C) 2015, 2016 Matthias P. Braendli, matthias.braendli@mpb.li */ /* @@ -66,7 +66,12 @@ class FIG0_1 : public IFIG private: FIGRuntimeInformation *m_rti; bool m_initialised; + std::vector subchannels; std::vector::iterator subchannelFIG0_1; + + uint8_t m_watermarkData[128]; + size_t m_watermarkSize; + size_t m_watermarkPos; }; // FIG type 0/2, MCI, Service Organization, one instance of @@ -159,10 +164,6 @@ class FIG0_10 : public IFIG private: FIGRuntimeInformation *m_rti; - - uint8_t m_watermarkData[128]; - size_t m_watermarkSize; - size_t m_watermarkPos; }; // FIG type 0/13 -- cgit v1.2.3