#include <errno.h>
#include <string>
#include <sys/time.h>
#include <oasys/debug/Log.h>
#include <oasys/tclcmd/TclCommand.h>
#include <oasys/util/Getopt.h>
#include <oasys/util/Random.h>
#include "ConnCommand.h"
#include "Simulator.h"
#include "SimCommand.h"
#include "SimConvergenceLayer.h"
#include "contacts/ContactManager.h"
#include "cmd/ParamCommand.h"
#include "naming/SchemeTable.h"
#include "servlib/bundling/BundleTimestamp.h"
#include "servlib/bundling/BundleProtocol.h"
#include "oasys/storage/MemoryStore.h"
#include "oasys/storage/StorageConfig.h"
Go to the source code of this file.
Namespaces | |
namespace | dtnsim |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 50 of file dtnsim.cc.
References oasys::Getopt::addopt(), oasys::TclCommandInterp::exec_file(), oasys::Getopt::getopt(), dtnsim::gettimeofday(), oasys::TclCommandInterp::init(), oasys::Log::init(), oasys::TclCommandInterp::instance(), log_crit_p, LOG_DEFAULT_THRESHOLD, log_err_p, log_info_p, oasys::LOG_INVALID, oasys::TclCommandInterp::reg(), oasys::Random::seed(), oasys::str2level(), dtn::BundleTimestamp::TIMEVAL_CONVERSION, and oasys::Getopt::usage().