#include <ot_lib.h>
Public Member Functions | |
void | makeHeader (ot_map &msg) const |
virtual auto_ptr < ot_messageResponse > | exec (ot_functionManager &fm)=0 |
Protected Member Functions | |
ot_messageRequest (OT_MESSAGE_TYPE type) |
ot_lib::ot_messageRequest::ot_messageRequest | ( | OT_MESSAGE_TYPE | type | ) | [inline, protected] |
void ot_lib::ot_messageRequest::makeHeader | ( | ot_map & | msg | ) | const [virtual] |
Implements ot_lib::ot_messageBase.
virtual auto_ptr<ot_messageResponse> ot_lib::ot_messageRequest::exec | ( | ot_functionManager & | fm | ) | [pure virtual] |
Implemented in ot_lib::ot_messageACTION, ot_lib::ot_messageDUMP, ot_lib::ot_messageGET, ot_lib::ot_messagePING, and ot_lib::ot_messageSET.