#include <ot_messageSet.h>

Public Member Functions | |
| ot_messageSET (const ot_path &aPath, const ot_obj *data) | |
| ~ot_messageSET (void) | |
| const ot_path | getAttrPath (void) const |
| const ot_obj * | getData (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_aPath |
| auto_ptr< ot_obj > | m_data |
| ot_messageSET::~ot_messageSET | ( | void | ) | [inline] |
| static ot_messageBase* ot_messageSET::decode | ( | const ot_map & | input | ) | [static] |
| void ot_messageSET::encode | ( | ot_map & | msg | ) | const [virtual] |
Implements ot_messageBase.
| const string ot_messageSET::getMessageCode | ( | void | ) | const [inline, virtual] |
| auto_ptr<ot_messageResponse> ot_messageSET::exec | ( | ot_functionManager & | fm | ) | [virtual] |
Implements ot_messageRequest.
ot_path ot_messageSET::m_aPath [private] |
Referenced by getAttrPath().
auto_ptr<ot_obj> ot_messageSET::m_data [private] |
Referenced by getData().
const string ot_messageSET::m_messageCode [static] |
Referenced by getMessageCode().
1.5.5