|
INET Framework for OMNeT++/OMNEST
|
#include <SCTPCommand_m.h>
Public Member Functions | |
| SCTPPathInfo (const char *name=NULL) | |
| SCTPPathInfo (const SCTPPathInfo &other) | |
| virtual | ~SCTPPathInfo () |
| SCTPPathInfo & | operator= (const SCTPPathInfo &other) |
| virtual SCTPPathInfo * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual IPvXAddress & | getRemoteAddress () |
| virtual const IPvXAddress & | getRemoteAddress () const |
| virtual void | setRemoteAddress (const IPvXAddress &remoteAddress) |
Protected Member Functions | |
| bool | operator== (const SCTPPathInfo &) |
Protected Attributes | |
| IPvXAddress | remoteAddress_var |
Private Member Functions | |
| void | copy (const SCTPPathInfo &other) |
Class generated from transport/contract/SCTPCommand.msg by opp_msgc.
class SCTPPathInfo extends SCTPCommand { IPvXAddress remoteAddress; }
Definition at line 403 of file SCTPCommand_m.h.
| SCTPPathInfo::SCTPPathInfo | ( | const char * | name = NULL | ) |
Referenced by dup().
| SCTPPathInfo::SCTPPathInfo | ( | const SCTPPathInfo & | other | ) |
| virtual SCTPPathInfo::~SCTPPathInfo | ( | ) | [virtual] |
| void SCTPPathInfo::copy | ( | const SCTPPathInfo & | other | ) | [private] |
| virtual SCTPPathInfo* SCTPPathInfo::dup | ( | ) | const [inline, virtual] |
Reimplemented from SCTPCommand.
Definition at line 420 of file SCTPCommand_m.h.
Referenced by SCTPAssociation::SCTPAssociation(), and SCTPPathVariables::SCTPPathVariables().
{return new SCTPPathInfo(*this);}
| virtual IPvXAddress& SCTPPathInfo::getRemoteAddress | ( | ) | [virtual] |
Referenced by SCTPAssociation::process_PRIMARY(), and SCTPAssociation::processTimer().
| virtual const IPvXAddress& SCTPPathInfo::getRemoteAddress | ( | ) | const [inline, virtual] |
Definition at line 426 of file SCTPCommand_m.h.
Referenced by getRemoteAddress().
{return const_cast<SCTPPathInfo*>(this)->getRemoteAddress();}
| SCTPPathInfo& SCTPPathInfo::operator= | ( | const SCTPPathInfo & | other | ) |
| bool SCTPPathInfo::operator== | ( | const SCTPPathInfo & | ) | [protected] |
| virtual void SCTPPathInfo::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from SCTPCommand.
Referenced by doPacking().
| virtual void SCTPPathInfo::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from SCTPCommand.
Referenced by doUnpacking().
| virtual void SCTPPathInfo::setRemoteAddress | ( | const IPvXAddress & | remoteAddress | ) | [virtual] |
IPvXAddress SCTPPathInfo::remoteAddress_var [protected] |
Definition at line 406 of file SCTPCommand_m.h.