#include <TcaControlBundle.h>
Definition at line 95 of file TcaControlBundle.h.
Public Member Functions | |
TcaWrappedBundle (const std::string &payload) | |
TcaWrappedBundle (const TcaControlBundle &cb) | |
TcaWrappedBundle (const std::string &code, const std::string &src, const std::string &dest) | |
const std::string | source () const |
const std::string | dest () const |
void | append_arg (const std::string &arg) |
dtn::TcaWrappedBundle::TcaWrappedBundle | ( | const std::string & | payload | ) | [inline] |
Definition at line 100 of file TcaControlBundle.h.
dtn::TcaWrappedBundle::TcaWrappedBundle | ( | const TcaControlBundle & | cb | ) | [inline] |
Definition at line 103 of file TcaControlBundle.h.
dtn::TcaWrappedBundle::TcaWrappedBundle | ( | const std::string & | code, | |
const std::string & | src, | |||
const std::string & | dest | |||
) |
const std::string dtn::TcaWrappedBundle::source | ( | ) | const |
Definition at line 154 of file TcaControlBundle.cc.
References dtn::TcaControlBundle::args_.
Referenced by TcaController::handle_ask_received().
const std::string dtn::TcaWrappedBundle::dest | ( | ) | const |
Definition at line 162 of file TcaControlBundle.cc.
References dtn::TcaControlBundle::args_.
Referenced by TcaController::handle_adv_sent(), TcaController::handle_ask_received(), and TcaController::handle_ask_sent().
void dtn::TcaWrappedBundle::append_arg | ( | const std::string & | arg | ) | [inline] |