X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FMPEGDVBBundle%2FSNDUPacket.hh;h=d8633c75c1d38fd4298eff3f836e094b08958565;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=27e1d09742d9c9494155f98eaa0a654860231d0a;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Packets/MPEGDVBBundle/SNDUPacket.hh b/senf/Packets/MPEGDVBBundle/SNDUPacket.hh index 27e1d09..d8633c7 100644 --- a/senf/Packets/MPEGDVBBundle/SNDUPacket.hh +++ b/senf/Packets/MPEGDVBBundle/SNDUPacket.hh @@ -33,7 +33,7 @@ #include //#include "SNDUPacket.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -58,16 +58,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 +133,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "SNDUPacket.cci" //#include "SNDUPacket.ct" //#include "SNDUPacket.cti"