Link.cc File Reference

#include <oasys/util/OptParser.h>
#include "Link.h"
#include "ContactManager.h"
#include "AlwaysOnLink.h"
#include "OndemandLink.h"
#include "ScheduledLink.h"
#include "OpportunisticLink.h"
#include "bundling/BundleDaemon.h"
#include "bundling/BundleEvent.h"
#include "conv_layers/ConvergenceLayer.h"
#include "naming/EndpointIDOpt.h"

Go to the source code of this file.

Namespaces

namespace  dtn

Defines

#define ASSERT_STATE(condition)


Define Documentation

#define ASSERT_STATE ( condition   ) 

Value:

if (!(condition)) {                                     \
        log_err("set_state %s -> %s: expected %s",          \
                state_to_str(static_cast<state_t>(state_)), \
                state_to_str(new_state),                    \
                #condition);                                \
    }

Referenced by dtn::Link::set_state().


Generated on Thu Jun 7 12:54:30 2007 for DTN Reference Implementation by  doxygen 1.5.1