X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDataPacket.hh;h=62e1200a4b2cbef6e92d7fdd19852765b74f3aa6;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=0d4b6154fd655915a0cf499a821e53c757eb5b59;hpb=2d6585ff852e9d282c17003ba1db0b73eb3a8500;p=senf.git diff --git a/Packets/DataPacket.hh b/Packets/DataPacket.hh index 0d4b615..62e1200 100644 --- a/Packets/DataPacket.hh +++ b/Packets/DataPacket.hh @@ -32,10 +32,22 @@ ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { - + + /** \brief Generic payload-only packet + + \par Packet type (typedef): + \ref DataPacket + + 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; } @@ -58,3 +70,4 @@ namespace senf { // ispell-local-dictionary: "american" // compile-command: "scons -u test" // End: +