INET Framework for OMNeT++/OMNEST
inet::SCTPPathInfo Class Reference

Class generated from inet/transportlayer/contract/sctp/SCTPCommand.msg:196 by nedtool. More...

#include <SCTPCommand_m.h>

Inheritance diagram for inet::SCTPPathInfo:
inet::SCTPCommand

Public Member Functions

 SCTPPathInfo (const char *name=nullptr, short kind=0)
 
 SCTPPathInfo (const SCTPPathInfo &other)
 
virtual ~SCTPPathInfo ()
 
SCTPPathInfooperator= (const SCTPPathInfo &other)
 
virtual SCTPPathInfodup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual L3AddressgetRemoteAddress ()
 
virtual const L3AddressgetRemoteAddress () const
 
virtual void setRemoteAddress (const L3Address &remoteAddress)
 
- Public Member Functions inherited from inet::SCTPCommand
 SCTPCommand (const char *name=nullptr, short kind=0)
 
 SCTPCommand (const SCTPCommand &other)
 
virtual ~SCTPCommand ()
 
SCTPCommandoperator= (const SCTPCommand &other)
 
virtual int getAssocId () const
 
virtual void setAssocId (int assocId)
 
virtual int getSid () const
 
virtual void setSid (int sid)
 
virtual int getNumMsgs () const
 
virtual void setNumMsgs (int numMsgs)
 
virtual int getSsn () const
 
virtual void setSsn (int ssn)
 
virtual unsigned short getSendUnordered () const
 
virtual void setSendUnordered (unsigned short sendUnordered)
 
virtual double getPrValue () const
 
virtual void setPrValue (double prValue)
 
virtual L3AddressgetLocalAddr ()
 
virtual const L3AddressgetLocalAddr () const
 
virtual void setLocalAddr (const L3Address &localAddr)
 
virtual L3AddressgetRemoteAddr ()
 
virtual const L3AddressgetRemoteAddr () const
 
virtual void setRemoteAddr (const L3Address &remoteAddr)
 
virtual int getLocalPort () const
 
virtual void setLocalPort (int localPort)
 
virtual int getRemotePort () const
 
virtual void setRemotePort (int remotePort)
 
virtual int getGate () const
 
virtual void setGate (int gate)
 
virtual int getFd () const
 
virtual void setFd (int fd)
 

Protected Member Functions

bool operator== (const SCTPPathInfo &)
 
- Protected Member Functions inherited from inet::SCTPCommand
bool operator== (const SCTPCommand &)
 

Protected Attributes

L3Address remoteAddress
 
- Protected Attributes inherited from inet::SCTPCommand
int assocId
 
int sid
 
int numMsgs
 
int ssn
 
unsigned short sendUnordered
 
double prValue
 
L3Address localAddr
 
L3Address remoteAddr
 
int localPort
 
int remotePort
 
int gate
 
int fd
 

Private Member Functions

void copy (const SCTPPathInfo &other)
 

Detailed Description

Class generated from inet/transportlayer/contract/sctp/SCTPCommand.msg:196 by nedtool.

message SCTPPathInfo extends SCTPCommand
{
    L3Address remoteAddress;
}

Constructor & Destructor Documentation

inet::SCTPPathInfo::SCTPPathInfo ( const char *  name = nullptr,
short  kind = 0 
)
inet::SCTPPathInfo::SCTPPathInfo ( const SCTPPathInfo other)
virtual inet::SCTPPathInfo::~SCTPPathInfo ( )
virtual

Member Function Documentation

void inet::SCTPPathInfo::copy ( const SCTPPathInfo other)
private
virtual SCTPPathInfo* inet::SCTPPathInfo::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::SCTPCommand.

Referenced by inet::sctp::SCTPAssociation::SCTPAssociation(), and inet::sctp::SCTPPathVariables::SCTPPathVariables().

611 {return new SCTPPathInfo(*this);}
SCTPPathInfo(const char *name=nullptr, short kind=0)
virtual L3Address& inet::SCTPPathInfo::getRemoteAddress ( )
virtual
virtual const L3Address& inet::SCTPPathInfo::getRemoteAddress ( ) const
inlinevirtual

Referenced by getRemoteAddress().

617 {return const_cast<SCTPPathInfo*>(this)->getRemoteAddress();}
virtual L3Address & getRemoteAddress()
SCTPPathInfo(const char *name=nullptr, short kind=0)
SCTPPathInfo& inet::SCTPPathInfo::operator= ( const SCTPPathInfo other)
bool inet::SCTPPathInfo::operator== ( const SCTPPathInfo )
protected
virtual void inet::SCTPPathInfo::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::SCTPCommand.

Referenced by inet::doParsimPacking().

virtual void inet::SCTPPathInfo::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::SCTPCommand.

Referenced by inet::doParsimUnpacking().

virtual void inet::SCTPPathInfo::setRemoteAddress ( const L3Address remoteAddress)
virtual

Member Data Documentation

L3Address inet::SCTPPathInfo::remoteAddress
protected

The documentation for this class was generated from the following file: