#include <ProphetCommand.h>
Public Member Functions | |
ProphetCommand () | |
virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Virtual from CommandModule. | |
Public Attributes | |
std::string | fwd_strategy_ |
std::string | q_policy_ |
Definition at line 27 of file ProphetCommand.h.
dtn::ProphetCommand::ProphetCommand | ( | ) |
int dtn::ProphetCommand::exec | ( | int | argc, | |
const char ** | argv, | |||
Tcl_Interp * | interp | |||
) | [virtual] |
Virtual from CommandModule.
Definition at line 123 of file ProphetCommand.cc.
References prophet::QueuePolicy::FIFO, prophet::ProphetParams::fs_, prophet::FwdStrategy::fs_to_str(), prophet::FwdStrategy::GRTR, prophet::FwdStrategy::GRTR_MAX, prophet::FwdStrategy::GRTR_PLUS, prophet::FwdStrategy::GRTR_SORT, prophet::FwdStrategy::GTMX, prophet::FwdStrategy::GTMX_PLUS, prophet::ProphetParams::hello_interval_, dtn::ProphetRouter::is_init(), prophet::QueuePolicy::LEPR, prophet::QueuePolicy::LINEAR_MOPR, prophet::ProphetParams::max_table_size_, prophet::QueuePolicy::MOFO, prophet::QueuePolicy::MOPR, dtn::ProphetRouter::params_, prophet::ProphetParams::qp_, prophet::QueuePolicy::qp_to_str(), dtn::ProphetRouter::set_hello_interval(), dtn::ProphetRouter::set_max_route(), dtn::ProphetRouter::set_queue_policy(), and prophet::QueuePolicy::SHLI.
std::string dtn::ProphetCommand::fwd_strategy_ |
Definition at line 36 of file ProphetCommand.h.
std::string dtn::ProphetCommand::q_policy_ |
Definition at line 37 of file ProphetCommand.h.