X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2F80221Bundle%2FMIHPacket.hh;h=a67f0a6b4837c02191d2dd49a5e6f6cc7576500c;hb=b2689b6d92c4d22ecaea5ab271c0af8564a7d39b;hp=2c1da37aeefe040cccdba34be9c93972ae0048e0;hpb=2bf2d69ec97a475ca56b90f9abec1c1b5b0d6b82;p=senf.git diff --git a/Packets/80221Bundle/MIHPacket.hh b/Packets/80221Bundle/MIHPacket.hh index 2c1da37..a67f0a6 100644 --- a/Packets/80221Bundle/MIHPacket.hh +++ b/Packets/80221Bundle/MIHPacket.hh @@ -35,14 +35,14 @@ namespace senf { - struct MIHF_IdParser : public senf::PacketParserBase + struct MIHF_IdParser : public PacketParserBase { - # include SENF_FIXED_PARSER() + # include SENF_PARSER() SENF_PARSER_FINALIZE ( MIHF_IdParser ); }; - struct MIHPacketParser : public senf::PacketParserBase + struct MIHPacketParser : public PacketParserBase { # include SENF_PARSER() @@ -84,7 +84,16 @@ namespace senf { friend class MIHPacketType; }; - + /** \brief MIH packet + + \par Packet type (typedef): + \ref MIHPacket + + \par Fields: + \ref MIHPacketParser + + \ingroup protocolbundle_80221 + */ struct MIHPacketType : public PacketTypeBase, public PacketTypeMixin