X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FMPEGDVBBundle%2FSNDUPacket.hh;h=af99034e50131cb19d41f32c4d26c388481d7f11;hb=e3179a2123ad51d0d9eb63834a581145c4f77c92;hp=27e1d09742d9c9494155f98eaa0a654860231d0a;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Packets/MPEGDVBBundle/SNDUPacket.hh b/senf/Packets/MPEGDVBBundle/SNDUPacket.hh index 27e1d09..af99034 100644 --- a/senf/Packets/MPEGDVBBundle/SNDUPacket.hh +++ b/senf/Packets/MPEGDVBBundle/SNDUPacket.hh @@ -27,13 +27,12 @@ #define HH_SENF_Packets_MPEGDVBBundle_SNDUPacket_ 1 // Custom includes -#include #include #include #include //#include "SNDUPacket.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -58,16 +57,16 @@ namespace senf { SENF_PARSER_FINALIZE( SNDUPacketParser ); - MACAddressParser destination() /// Only defined if d_bit() == \c false + MACAddressParser destination() ///< Only defined if d_bit() == \c false { return destination_().get<0>(); } - bool d_bit() /// Destination absent bit + bool d_bit() ///< Destination absent bit { return d_bit_(); } - void withDestination() /// Clear destination absent bit + void withDestination() ///< Clear destination absent bit { destination_().init<0>(); } - void withoutDestination() /// Set destination absent bit + void withoutDestination() ///< Set destination absent bit { destination_().init<1>(); } UInt32Parser crc() @@ -133,7 +132,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "SNDUPacket.cci" //#include "SNDUPacket.ct" //#include "SNDUPacket.cti"