X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDataPacket.hh;h=8469e9ed96903c3eb12fd26be28b3db8a151e6b2;hb=6a0836b7f462d3d77b79b35638cdbf4c9d4202fc;hp=a6d936e58de56306cc2c4de5473b88da93738cb0;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/DataPacket.hh b/Packets/DataPacket.hh index a6d936e..8469e9e 100644 --- a/Packets/DataPacket.hh +++ b/Packets/DataPacket.hh @@ -1,6 +1,8 @@ -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// $Id$ +// +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -32,14 +34,29 @@ ///////////////////////////////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; } ///////////////////////////////hh.e//////////////////////////////////////// +#endif +#if !defined(HH_Packets__decls_) && !defined(HH_DataPacket_impl_) +#define HH_DataPacket_impl_ //#include "DataPacket.cci" //#include "DataPacket.ct" //#include "DataPacket.cti" @@ -55,3 +72,4 @@ namespace senf { // ispell-local-dictionary: "american" // compile-command: "scons -u test" // End: +