#include <string>
#include <vector>
#include <oasys/util/Singleton.h>
#include <oasys/serialize/Serialize.h>
#include "contacts/Link.h"
#include "contacts/Contact.h"
#include "contacts/Interface.h"
#include "contacts/NamedAttribute.h"
Go to the source code of this file.
Classes | |
class | dtn::ConvergenceLayer |
The abstract interface for a convergence layer. More... | |
class | dtn::CLVector |
Use a singleton vector to enumerate the convergence layers that are currently implemented. More... | |
class | dtn::CLInfo |
Abstract base class for convergence layer specific state stored in an interface / contact / link. More... | |
Namespaces | |
namespace | oasys |
namespace | dtn |
Namespace for the dtn daemon source code. |