#include <TcaControlBundle.h>
Inheritance diagram for TcaWrappedBundle:
Definition at line 115 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) |
TcaWrappedBundle::TcaWrappedBundle | ( | const std::string & | payload | ) | [inline] |
Definition at line 120 of file TcaControlBundle.h.
TcaWrappedBundle::TcaWrappedBundle | ( | const TcaControlBundle & | cb | ) | [inline] |
Definition at line 123 of file TcaControlBundle.h.
TcaWrappedBundle::TcaWrappedBundle | ( | const std::string & | code, | |
const std::string & | src, | |||
const std::string & | dest | |||
) |
const std::string TcaWrappedBundle::source | ( | ) | const |
Definition at line 173 of file TcaControlBundle.cc.
References TcaControlBundle::args_.
Referenced by TcaController::handle_ask_received().
const std::string TcaWrappedBundle::dest | ( | ) | const |
Definition at line 181 of file TcaControlBundle.cc.
References TcaControlBundle::args_.
Referenced by TcaController::handle_adv_sent(), TcaController::handle_ask_received(), and TcaController::handle_ask_sent().
void TcaWrappedBundle::append_arg | ( | const std::string & | arg | ) | [inline] |