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_var) |
virtual int | getMaxResponses () const |
virtual void | setMaxResponses (int maxResponses_var) |
Protected Member Functions | |
bool | operator== (const GIAsearch &) |
Protected Attributes | |
::OverlayKey | searchKey_var |
int | maxResponses_var |
Class generated from common/ExtAPIMessages.msg
by opp_msgc.
packet GIAsearch extends GIASearchAppMessage { OverlayKey searchKey; int maxResponses; }
Definition at line 158 of file ExtAPIMessages_m.h.
GIAsearch::GIAsearch | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Referenced by dup().
GIAsearch::GIAsearch | ( | const GIAsearch & | other | ) |
virtual GIAsearch::~GIAsearch | ( | ) | [virtual] |
virtual GIAsearch* GIAsearch::dup | ( | ) | const [inline, virtual] |
Reimplemented from GIASearchAppMessage.
Definition at line 172 of file ExtAPIMessages_m.h.
{return new GIAsearch(*this);}
virtual int GIAsearch::getMaxResponses | ( | ) | const [virtual] |
Referenced by Gia::handleAppMessage().
virtual OverlayKey& GIAsearch::getSearchKey | ( | ) | [virtual] |
Referenced by Gia::handleAppMessage().
virtual const OverlayKey& GIAsearch::getSearchKey | ( | ) | const [inline, virtual] |
Definition at line 178 of file ExtAPIMessages_m.h.
Referenced by getSearchKey().
{return const_cast<GIAsearch*>(this)->getSearchKey();}
bool GIAsearch::operator== | ( | const GIAsearch & | ) | [protected] |
virtual void GIAsearch::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from GIASearchAppMessage.
Referenced by doPacking().
virtual void GIAsearch::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from GIASearchAppMessage.
Referenced by doUnpacking().
virtual void GIAsearch::setMaxResponses | ( | int | maxResponses_var | ) | [virtual] |
Referenced by GIASearchApp::handleTimerEvent().
virtual void GIAsearch::setSearchKey | ( | const OverlayKey & | searchKey_var | ) | [virtual] |
Referenced by GIASearchApp::handleTimerEvent().
int GIAsearch::maxResponses_var [protected] |
Definition at line 162 of file ExtAPIMessages_m.h.
::OverlayKey GIAsearch::searchKey_var [protected] |
Definition at line 161 of file ExtAPIMessages_m.h.