Console.hh
Go to the documentation of this file.
1 //
2 // Copyright (c) 2020 Fraunhofer Institute for Applied Information Technology (FIT)
3 // Network Research Group (NET)
4 // Schloss Birlinghoven, 53754 Sankt Augustin, GERMANY
5 // Contact: support@wiback.org
6 //
7 // This file is part of the SENF code tree.
8 // It is licensed under the 3-clause BSD License (aka New BSD License).
9 // See LICENSE.txt in the top level directory for details or visit
10 // https://opensource.org/licenses/BSD-3-Clause
11 //
12 
13 
17 #ifndef HH_SENF_Utils_Console_Console_
18 #define HH_SENF_Utils_Console_Console_ 1
19 
20 // Custom includes
21 
22 //#include "Console.mpp"
23 //-/////////////////////////////////////////////////////////////////////////////////////////////////
24 
25 #include "Server.hh"
26 #include "ParsedCommand.hh"
27 #include "ScopedDirectory.hh"
28 #include "OverloadedCommand.hh"
29 #include "Variables.hh"
30 #include "Config.hh"
31 #include "ConfigFile.hh"
32 #include "ProgramOptions.hh"
33 #include "Sysdir.hh"
34 #include "STLSupport.hh"
35 #include "UDPServer.hh"
36 #include "Utility.hh"
37 
38 //-/////////////////////////////////////////////////////////////////////////////////////////////////
39 //#include "Console.cci"
40 //#include "Console.ct"
41 //#include "Console.cti"
42 #endif
43 
44 
45 // Local Variables:
46 // mode: c++
47 // fill-column: 100
48 // comment-column: 40
49 // c-file-style: "senf"
50 // indent-tabs-mode: nil
51 // ispell-local-dictionary: "american"
52 // compile-command: "scons -u test"
53 // End:
ScopedDirectory public header.
Config public header.
Sysdir public header.
UDPServer public header.
Utility public header.
Server public header.
ParsedCommand public header.
OverloadedCommand public header.
Variables public header.
STLSupport public header.
ConfigFile public header.
ProgramOptions public header.