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