summaryrefslogtreecommitdiffstats
path: root/src/dabOutput/edi/AFPacket.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-05-17 17:44:17 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-05-20 21:39:37 +0200
commit598bee55402280ff4ca6dedcbd212017a57e482e (patch)
tree1bd306bcf4d790f2e17efc332570b2fa0344775a /src/dabOutput/edi/AFPacket.cpp
parent01b2940c65549cab78fb39bfdb30d2825210b287 (diff)
downloaddabmux-598bee55402280ff4ca6dedcbd212017a57e482e.tar.gz
dabmux-598bee55402280ff4ca6dedcbd212017a57e482e.tar.bz2
dabmux-598bee55402280ff4ca6dedcbd212017a57e482e.zip
rename AFPacket to AFPacketiser
Diffstat (limited to 'src/dabOutput/edi/AFPacket.cpp')
-rw-r--r--src/dabOutput/edi/AFPacket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabOutput/edi/AFPacket.cpp b/src/dabOutput/edi/AFPacket.cpp
index 782ae78..0c4b8c3 100644
--- a/src/dabOutput/edi/AFPacket.cpp
+++ b/src/dabOutput/edi/AFPacket.cpp
@@ -39,7 +39,7 @@
// AF Packet Major (3 bits) and Minor (4 bits) version
#define AFHEADER_VERSION 0x8 // MAJ=1, MIN=0
-std::vector<uint8_t> AFPacket::Assemble(TagPacket tag_packet)
+AFPacket AFPacketiser::Assemble(TagPacket tag_packet)
{
std::vector<uint8_t> payload = tag_packet.Assemble();