#include <PastryMessage_m.h>
Inheritance diagram for PastryJoinMessage:
PastryMessage.msg
by opp_msgc.
message PastryJoinMessage extends PastryMessage { fields: TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE; int joinHopCount = 0; };
Public Member Functions | |
PastryJoinMessage (const char *name=NULL, int kind=0) | |
PastryJoinMessage (const PastryJoinMessage &other) | |
virtual | ~PastryJoinMessage () |
PastryJoinMessage & | operator= (const PastryJoinMessage &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual TransportAddress & | getSendStateTo () |
virtual const TransportAddress & | getSendStateTo () const |
virtual void | setSendStateTo (const TransportAddress &sendStateTo_var) |
virtual int | getJoinHopCount () const |
virtual void | setJoinHopCount (int joinHopCount_var) |
Protected Member Functions | |
bool | operator== (const PastryJoinMessage &) |
Protected Attributes | |
TransportAddress | sendStateTo_var |
int | joinHopCount_var |
PastryJoinMessage::PastryJoinMessage | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
PastryJoinMessage::PastryJoinMessage | ( | const PastryJoinMessage & | other | ) |
virtual PastryJoinMessage::~PastryJoinMessage | ( | ) | [virtual] |
virtual cPolymorphic* PastryJoinMessage::dup | ( | ) | const [inline, virtual] |
virtual int PastryJoinMessage::getJoinHopCount | ( | ) | const [virtual] |
virtual const TransportAddress& PastryJoinMessage::getSendStateTo | ( | ) | const [inline, virtual] |
virtual TransportAddress& PastryJoinMessage::getSendStateTo | ( | ) | [virtual] |
virtual void PastryJoinMessage::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from PastryMessage.
virtual void PastryJoinMessage::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from PastryMessage.
PastryJoinMessage& PastryJoinMessage::operator= | ( | const PastryJoinMessage & | other | ) |
bool PastryJoinMessage::operator== | ( | const PastryJoinMessage & | ) | [protected] |
virtual void PastryJoinMessage::setJoinHopCount | ( | int | joinHopCount_var | ) | [virtual] |
virtual void PastryJoinMessage::setSendStateTo | ( | const TransportAddress & | sendStateTo_var | ) | [virtual] |
int PastryJoinMessage::joinHopCount_var [protected] |
TransportAddress PastryJoinMessage::sendStateTo_var [protected] |