#include <NodeCommand.h>
Inheritance diagram for dtnsim::NodeCommand:
Definition at line 29 of file NodeCommand.h.
Public Member Functions | |
NodeCommand (Node *node) | |
virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Virtual from CommandModule. | |
Protected Attributes | |
Node * | node_ |
dtnsim::NodeCommand::NodeCommand | ( | Node * | node | ) |
int dtnsim::NodeCommand::exec | ( | int | argc, | |
const char ** | argv, | |||
Tcl_Interp * | interp | |||
) | [virtual] |
Virtual from CommandModule.
Reimplemented from oasys::TclCommand.
Definition at line 50 of file NodeCommand.cc.
References dtn::EndpointID::assign(), dtn::EndpointID::c_str(), end, dtn::EVENTSRC_ADMIN, dtnsim::Topology::find_node(), dtnsim::TrAgent::init(), dtnsim::SimConvergenceLayer::instance(), dtn::BundleDaemon::local_eid(), log_debug, dtnsim::Node::name(), oasys::TclCommand::name(), node_, dtnsim::Simulator::post(), oasys::TclCommand::resultf(), dtnsim::Node::set_active(), dtn::BundleDaemon::set_local_eid(), oasys::TclCommand::set_result(), src, dtn::EndpointID::valid(), and oasys::TclCommand::wrong_num_args().
Node* dtnsim::NodeCommand::node_ [protected] |