#include <oasys/debug/Log.h>
#include <oasys/thread/Thread.h>
#include <oasys/io/TCPClient.h>
#include <oasys/io/TCPServer.h>
#include "dtn_api.h"
#include "dtn_ipc.h"
#include "dtn_types.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::APIServer |
Class that implements the main server side handling of the DTN application IPC. More... | |
class | dtn::APIClient |
Class that implements the API session. More... |