applications/scribe/ScribeMessage.msg by opp_msgc.
More...
#include <ScribeMessage_m.h>

Public Member Functions | |
| ScribePublishCall (const char *name=NULL, int kind=0) | |
| ScribePublishCall (const ScribePublishCall &other) | |
| virtual | ~ScribePublishCall () |
| ScribePublishCall & | operator= (const ScribePublishCall &other) |
| virtual ScribePublishCall * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual OverlayKey & | getGroupId () |
| virtual const OverlayKey & | getGroupId () const |
| virtual void | setGroupId (const OverlayKey &groupId_var) |
Protected Member Functions | |
| bool | operator== (const ScribePublishCall &) |
Protected Attributes | |
| OverlayKey | groupId_var |
applications/scribe/ScribeMessage.msg by opp_msgc.
packet ScribePublishCall extends BaseCallMessage { OverlayKey groupId;
}
Definition at line 143 of file ScribeMessage_m.h.
| ScribePublishCall::ScribePublishCall | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| ScribePublishCall::ScribePublishCall | ( | const ScribePublishCall & | other | ) |
| virtual ScribePublishCall::~ScribePublishCall | ( | ) | [virtual] |
| virtual ScribePublishCall* ScribePublishCall::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseCallMessage.
Definition at line 156 of file ScribeMessage_m.h.
00156 {return new ScribePublishCall(*this);}
| virtual const OverlayKey& ScribePublishCall::getGroupId | ( | ) | const [inline, virtual] |
Definition at line 162 of file ScribeMessage_m.h.
Referenced by getGroupId().
00162 {return const_cast<ScribePublishCall*>(this)->getGroupId();}
| virtual OverlayKey& ScribePublishCall::getGroupId | ( | ) | [virtual] |
Referenced by Scribe::deliverALMDataToRoot(), and Scribe::handlePublishCall().
| ScribePublishCall& ScribePublishCall::operator= | ( | const ScribePublishCall & | other | ) |
| bool ScribePublishCall::operator== | ( | const ScribePublishCall & | ) | [protected] |
| virtual void ScribePublishCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void ScribePublishCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void ScribePublishCall::setGroupId | ( | const OverlayKey & | groupId_var | ) | [virtual] |
Referenced by Scribe::deliverALMDataToRoot().
OverlayKey ScribePublishCall::groupId_var [protected] |
Definition at line 146 of file ScribeMessage_m.h.
1.5.8