OverSim
|
Class generated from common/ExtAPIMessages.msg
by opp_msgc.
More...
#include <ExtAPIMessages_m.h>
Public Member Functions | |
GIAsearch (const char *name=NULL, int kind=0) | |
GIAsearch (const GIAsearch &other) | |
virtual | ~GIAsearch () |
GIAsearch & | operator= (const GIAsearch &other) |
virtual GIAsearch * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual OverlayKey & | getSearchKey () |
virtual const OverlayKey & | getSearchKey () const |
virtual void | setSearchKey (const OverlayKey &searchKey) |
virtual int | getMaxResponses () const |
virtual void | setMaxResponses (int maxResponses) |
Public Member Functions inherited from GIASearchAppMessage | |
GIASearchAppMessage (const char *name=NULL, int kind=0) | |
GIASearchAppMessage (const GIASearchAppMessage &other) | |
virtual | ~GIASearchAppMessage () |
GIASearchAppMessage & | operator= (const GIASearchAppMessage &other) |
virtual int | getCommand () const |
virtual void | setCommand (int command) |
Protected Member Functions | |
bool | operator== (const GIAsearch &) |
Protected Member Functions inherited from GIASearchAppMessage | |
bool | operator== (const GIASearchAppMessage &) |
Protected Attributes | |
OverlayKey | searchKey_var |
int | maxResponses_var |
Protected Attributes inherited from GIASearchAppMessage | |
int | command_var |
Private Member Functions | |
void | copy (const GIAsearch &other) |
Class generated from common/ExtAPIMessages.msg
by opp_msgc.
packet GIAsearch extends GIASearchAppMessage { OverlayKey searchKey; int maxResponses; }
Definition at line 170 of file ExtAPIMessages_m.h.
GIAsearch::GIAsearch | ( | const char * | name = NULL , |
int | kind = 0 |
||
) |
Referenced by dup().
GIAsearch::GIAsearch | ( | const GIAsearch & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
|
virtual |
Referenced by Gia::handleAppMessage().
|
virtual |
Referenced by Gia::handleAppMessage().
|
inlinevirtual |
|
protected |
|
virtual |
Reimplemented from GIASearchAppMessage.
Referenced by doPacking().
|
virtual |
Reimplemented from GIASearchAppMessage.
Referenced by doUnpacking().
|
virtual |
Referenced by GIASearchApp::handleTimerEvent().
|
virtual |
Referenced by GIASearchApp::handleTimerEvent().
|
protected |
Definition at line 174 of file ExtAPIMessages_m.h.
|
protected |
Definition at line 173 of file ExtAPIMessages_m.h.