From 0f158ac9c63c6770cea423c8486a5ff192b36366 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 23 Dec 2016 17:56:12 +0100 Subject: Create namespace for EDI --- src/DabMultiplexer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DabMultiplexer.h') diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index 0d008be..e2a94f5 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -98,10 +98,10 @@ class DabMultiplexer : public RemoteControllable { std::ofstream edi_debug_file; // The TagPacket will then be placed into an AFPacket - AFPacketiser edi_afPacketiser; + edi::AFPacketiser edi_afPacketiser; // The AF Packet will be protected with reed-solomon and split in fragments - PFT edi_pft; + edi::PFT edi_pft; #endif // HAVE_OUTPUT_EDI /* New FIG Carousel */ -- cgit v1.2.3