aboutsummaryrefslogtreecommitdiffstats
path: root/src/dabOutput/edi/AFPacket.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-12-23 17:51:03 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-12-23 17:51:06 +0100
commite473f5183a1146d76940e9bfe7e3d76bbfe7baca (patch)
tree8c6cfcb5e1b518720d64d92e4670c2bf2cb79885 /src/dabOutput/edi/AFPacket.h
parentac6fff2d6d514c4b4d72088114c1f2e42c5968cd (diff)
downloaddabmux-e473f5183a1146d76940e9bfe7e3d76bbfe7baca.tar.gz
dabmux-e473f5183a1146d76940e9bfe7e3d76bbfe7baca.tar.bz2
dabmux-e473f5183a1146d76940e9bfe7e3d76bbfe7baca.zip
Remove useless creation of AFPacketiser and update some comments
Diffstat (limited to 'src/dabOutput/edi/AFPacket.h')
-rw-r--r--src/dabOutput/edi/AFPacket.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/dabOutput/edi/AFPacket.h b/src/dabOutput/edi/AFPacket.h
index 9b189b8..a6fd603 100644
--- a/src/dabOutput/edi/AFPacket.h
+++ b/src/dabOutput/edi/AFPacket.h
@@ -1,6 +1,8 @@
/*
- Copyright (C) 2013,2014 Matthias P. Braendli
- http://mpb.li
+ Copyright (C) 2014
+ Matthias P. Braendli, matthias.braendli@mpb.li
+
+ http://www.opendigitalradio.org
EDI output.
This implements an AF Packet as defined ETSI TS 102 821.
@@ -24,8 +26,7 @@
along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _AFPACKET_H_
-#define _AFPACKET_H_
+#pragma once
#include "config.h"
#include <vector>
@@ -54,5 +55,3 @@ class AFPacketiser
bool m_verbose;
};
-#endif
-