X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDataPacket.hh;h=ec536c0e9f7f6c4f7b5e696d672996acdb379f7e;hb=688f3266c15bd532194fe81e704c0a2cf320375a;hp=33c2d638723e66b9dfe2c22d60012c6df98d66e7;hpb=d084c02e4914da4fa1a4098a33d704f69e8bdedd;p=senf.git diff --git a/Packets/DataPacket.hh b/Packets/DataPacket.hh index 33c2d63..ec536c0 100644 --- a/Packets/DataPacket.hh +++ b/Packets/DataPacket.hh @@ -33,28 +33,27 @@ namespace senf { - /** \brief Internal: Packet type of DataPacket - - \internal - */ - struct DataPacketType : public PacketTypeBase - {}; + /** \brief Generic payload-only packet + \par Packet type (typedef): + \ref DataPacket - /** \brief Generic payload-only packet - DataPacket is a simple generic packet with just a payload of uninterpreted data. This is the packet used whenever no more specific packet type can be found for a sub-packet (e.g. as the payload data of a UDP packet) \ingroup packet_module */ + struct DataPacketType : public PacketTypeBase + {}; + + /** \brief Generic payload-only packet typedef */ typedef ConcretePacket DataPacket; } ///////////////////////////////hh.e//////////////////////////////////////// #endif -#if !defined(SENF_PACKETS_DECL_ONLY) && !defined(HH_DataPacket_impl_) +#if !defined(HH_Packets__decls_) && !defined(HH_DataPacket_impl_) #define HH_DataPacket_impl_ //#include "DataPacket.cci" //#include "DataPacket.ct"