X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDataPacket.hh;h=62e1200a4b2cbef6e92d7fdd19852765b74f3aa6;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=33c2d638723e66b9dfe2c22d60012c6df98d66e7;hpb=d084c02e4914da4fa1a4098a33d704f69e8bdedd;p=senf.git diff --git a/Packets/DataPacket.hh b/Packets/DataPacket.hh index 33c2d63..62e1200 100644 --- a/Packets/DataPacket.hh +++ b/Packets/DataPacket.hh @@ -33,22 +33,21 @@ 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; }