X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FDTCPPacket.hh;h=78f226fc896dbcd2f384b762868ddb1fa28f1b9a;hb=7cee3cf6c1c6eecdeec08d05e8e2b99d48b1450b;hp=128cac0ea5f3c26b9945eb2dac708d95e2fe346c;hpb=82bdae05d6507607d85dee7cbc1daf96eecf6e65;p=senf.git diff --git a/Packets/MPEGDVBBundle/DTCPPacket.hh b/Packets/MPEGDVBBundle/DTCPPacket.hh index 128cac0..78f226f 100644 --- a/Packets/MPEGDVBBundle/DTCPPacket.hh +++ b/Packets/MPEGDVBBundle/DTCPPacket.hh @@ -23,8 +23,8 @@ /** \file \brief DTCPPacket public header */ -#ifndef HH_DTCPPacket_ -#define HH_DTCPPacket_ 1 +#ifndef HH_SENF_Packets_MPEGDVBBundle_DTCPPacket_ +#define HH_SENF_Packets_MPEGDVBBundle_DTCPPacket_ 1 // Custom includes #include "../../Packets/Packets.hh" @@ -44,8 +44,8 @@ namespace senf { { # include SENF_PARSER() - SENF_PARSER_PRIVATE_FIELD( fbipCount_, UInt8Parser ); - SENF_PARSER_PRIVATE_FIELD( reserved_, UInt8Parser ); + SENF_PARSER_PRIVATE_FIELD( fbipCount_, UInt8Parser ); //pkgdraw: name=vers SENF_PARSER_BITFIELD ( versionNumber, 4, unsigned ); // must be 1 - SENF_PARSER_BITFIELD ( command, 4, unsigned ); + SENF_PARSER_BITFIELD ( command, 4, unsigned ); //pkgdraw: name= SENF_PARSER_PRIVATE_FIELD ( reserved1_, UInt8Parser ); // must be zero // Go back to fbipCount so the variant has access to that field @@ -127,6 +129,8 @@ namespace senf { \par Fields: \ref DTCPHelloPacketParser + \image html DTCPPacket.png + \ingroup protocolbundle_mpegdvb */ struct DTCPHelloPacketType