#include <ot_lib.h>
Public Member Functions | |
ot_messageACTION (const ot_path &fPath, const ot_obj &fInput) | |
~ot_messageACTION (void) | |
const ot_path & | getPath (void) const |
const ot_obj * | getInput (void) const |
void | encode (ot_map &msg) const |
const string | getMessageCode (void) const |
auto_ptr< ot_messageResponse > | exec (ot_functionManager &fm) |
Static Public Member Functions | |
static ot_messageBase * | decode (const ot_map &input) |
Static Public Attributes | |
static const string | m_messageCode |
Private Attributes | |
ot_path | m_fPath |
auto_ptr< ot_obj > | m_fInput |
ot_lib::ot_messageACTION::ot_messageACTION | ( | const ot_path & | fPath, | |
const ot_obj & | fInput | |||
) | [inline] |
ot_lib::ot_messageACTION::~ot_messageACTION | ( | void | ) | [inline] |
const ot_path& ot_lib::ot_messageACTION::getPath | ( | void | ) | const [inline] |
const ot_obj* ot_lib::ot_messageACTION::getInput | ( | void | ) | const [inline] |
static ot_messageBase* ot_lib::ot_messageACTION::decode | ( | const ot_map & | input | ) | [static] |
void ot_lib::ot_messageACTION::encode | ( | ot_map & | msg | ) | const [virtual] |
Implements ot_lib::ot_messageBase.
const string ot_lib::ot_messageACTION::getMessageCode | ( | void | ) | const [inline, virtual] |
Implements ot_lib::ot_messageBase.
auto_ptr<ot_messageResponse> ot_lib::ot_messageACTION::exec | ( | ot_functionManager & | fm | ) | [virtual] |
Implements ot_lib::ot_messageRequest.
ot_path ot_lib::ot_messageACTION::m_fPath [private] |
auto_ptr<ot_obj> ot_lib::ot_messageACTION::m_fInput [private] |
const string ot_lib::ot_messageACTION::m_messageCode [static] |