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