switch to new MPL based Fraunhofer FOKUS Public License
[senf.git] / senf / Packets / Packets.hh
1 // $Id$
2 //
3 // Copyright (C) 2007
4 // Fraunhofer Institute for Open Communication Systems (FOKUS)
5 //
6 // The contents of this file are subject to the Fraunhofer FOKUS Public License
7 // Version 1.0 (the "License"); you may not use this file except in compliance
8 // with the License. You may obtain a copy of the License at 
9 // http://senf.berlios.de/license.html
10 //
11 // The Fraunhofer FOKUS Public License Version 1.0 is based on, 
12 // but modifies the Mozilla Public License Version 1.1.
13 // See the full license text for the amendments.
14 //
15 // Software distributed under the License is distributed on an "AS IS" basis, 
16 // WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 
17 // for the specific language governing rights and limitations under the License.
18 //
19 // The Original Code is Fraunhofer FOKUS code.
20 //
21 // The Initial Developer of the Original Code is Fraunhofer-Gesellschaft e.V. 
22 // (registered association), Hansastraße 27 c, 80686 Munich, Germany.
23 // All Rights Reserved.
24 //
25 // Contributor(s):
26 //   Stefan Bund <g0dil@berlios.de>
27
28 /** \file
29     \brief Packets public header */
30
31 #ifndef HH_SENF_Packets_Packets_
32 #define HH_SENF_Packets_Packets_ 1
33
34 #define HH_SENF_Packets_Packets__decls_
35
36 #include "PacketTypes.hh"
37 #include "PacketImpl.hh"
38 #include "PacketData.hh"
39 #include "PacketInterpreter.hh"
40 #include "Packet.hh"
41 #include "PacketType.hh"
42 #include "PacketRegistry.hh"
43 #include "PacketParser.hh"
44 #include "SafeIterator.hh"
45 #include "ArrayParser.hh"
46 #include "AuxParser.hh"
47 #include "ListParser.hh"
48 #include "ListBParser.hh"
49 #include "ListNParser.hh"
50 #include "VariantParser.hh"
51 #include "VectorParser.hh"
52 #include "ParseHelpers.hh"
53 #include "DataPacket.hh"
54 #include "DumpFormat.hh"
55 #include "GenericTLV.hh"
56
57 #undef HH_SENF_Packets_Packets__decls_
58
59 #include "PacketTypes.hh"
60 #include "PacketImpl.hh"
61 #include "PacketData.hh"
62 #include "PacketInterpreter.hh"
63 #include "Packet.hh"
64 #include "PacketType.hh"
65 #include "PacketRegistry.hh"
66 #include "PacketParser.hh"
67 #include "SafeIterator.hh"
68 #include "ArrayParser.hh"
69 #include "IntParser.hh"
70 #include "StringParser.hh"
71 #include "AuxParser.hh"
72 #include "ListParser.hh"
73 #include "ListBParser.hh"
74 #include "ListNParser.hh"
75 #include "VariantParser.hh"
76 #include "VectorParser.hh"
77 #include "ParseHelpers.hh"
78 #include "DataPacket.hh"
79 #include "DumpFormat.hh"
80 #include "GenericTLV.hh"
81
82 #endif
83
84 \f
85 // Local Variables:
86 // mode: c++
87 // fill-column: 100
88 // comment-column: 40
89 // c-file-style: "senf"
90 // indent-tabs-mode: nil
91 // ispell-local-dictionary: "american"
92 // compile-command: "scons -u test"
93 // End: