X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDataPacket.hh;h=33c2d638723e66b9dfe2c22d60012c6df98d66e7;hb=65066c0e037d1de437d6121903e1dd511b41e940;hp=a6d936e58de56306cc2c4de5473b88da93738cb0;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/DataPacket.hh b/Packets/DataPacket.hh index a6d936e..33c2d63 100644 --- a/Packets/DataPacket.hh +++ b/Packets/DataPacket.hh @@ -32,14 +32,30 @@ ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { - + + /** \brief Internal: Packet type of DataPacket + + \internal + */ struct DataPacketType : public PacketTypeBase {}; + + /** \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 + */ typedef ConcretePacket DataPacket; } ///////////////////////////////hh.e//////////////////////////////////////// +#endif +#if !defined(SENF_PACKETS_DECL_ONLY) && !defined(HH_DataPacket_impl_) +#define HH_DataPacket_impl_ //#include "DataPacket.cci" //#include "DataPacket.ct" //#include "DataPacket.cti" @@ -55,3 +71,4 @@ namespace senf { // ispell-local-dictionary: "american" // compile-command: "scons -u test" // End: +