#include <mdBehavior.h>


Public Member Functions | |
| mdCommand (md_mand typ=MD_USER_MAND, std::string name=std::string("")) | |
| ~mdCommand () | |
| mdCommand * | mand (int deviceHandle, std::string &text) |
| std::string | dO (void *target, std::string *text) |
| void * | getHandler () |
| void | setHandler (void *to) |
Public Attributes | |
| mdCmdPOD | parms |
| std::string | signature |
Definition at line 62 of file mdBehavior.h.
| mdCommand::mdCommand | ( | md_mand | typ = MD_USER_MAND, |
|
| std::string | name = std::string("") | |||
| ) | [inline] |
Definition at line 67 of file mdBehavior.h.
| mdCommand::~mdCommand | ( | ) | [inline] |
Definition at line 72 of file mdBehavior.h.
| mdCommand* mdCommand::mand | ( | int | deviceHandle, | |
| std::string & | text | |||
| ) |
| std::string mdCommand::dO | ( | void * | target, | |
| std::string * | text | |||
| ) |
| void* mdCommand::getHandler | ( | ) | [inline] |
Definition at line 76 of file mdBehavior.h.
| void mdCommand::setHandler | ( | void * | to | ) | [inline] |
Definition at line 77 of file mdBehavior.h.
Definition at line 64 of file mdBehavior.h.
| std::string mdCommand::signature |
Definition at line 65 of file mdBehavior.h.
1.5.6