From 126ac41ec051df2439eb87a4730b5fe88b97020f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 17 May 2014 17:43:31 +0200 Subject: remove useless stuff --- src/dabOutput/edi/AFPacket.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/dabOutput/edi/AFPacket.h') diff --git a/src/dabOutput/edi/AFPacket.h b/src/dabOutput/edi/AFPacket.h index 0d41878..0826a35 100644 --- a/src/dabOutput/edi/AFPacket.h +++ b/src/dabOutput/edi/AFPacket.h @@ -32,22 +32,10 @@ #include #include "TagItems.h" #include "TagPacket.h" -#define PACKED __attribute__ ((packed)) #define EDI_AFPACKET_PROTOCOLTYPE_TAGITEMS ('T') // ETSI TS 102 821, 6.1 AF packet structure -struct AFHeader -{ - uint16_t sync; - uint32_t len; - uint16_t seq; - uint8_t ar_cf:1; - uint8_t ar_maj:3; - uint8_t ar_min:4; - uint8_t pt; -} PACKED; - class AFPacket { public: @@ -58,7 +46,6 @@ class AFPacket private: static const bool have_crc = true; - AFHeader header; uint16_t seq; //counter that overflows at 0xFFFF char protocol_type; -- cgit v1.2.3