diff options
Diffstat (limited to 'src/dabOutput/edi/AFPacket.h')
-rw-r--r-- | src/dabOutput/edi/AFPacket.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dabOutput/edi/AFPacket.h b/src/dabOutput/edi/AFPacket.h index a6fd603..0ffd13f 100644 --- a/src/dabOutput/edi/AFPacket.h +++ b/src/dabOutput/edi/AFPacket.h @@ -34,6 +34,8 @@ #include "TagItems.h" #include "TagPacket.h" +namespace edi { + typedef std::vector<uint8_t> AFPacket; // ETSI TS 102 821, 6.1 AF packet structure @@ -55,3 +57,5 @@ class AFPacketiser bool m_verbose; }; +} + |