INET Framework for OMNeT++/OMNEST
inet::rtp::RTPCIEnterSession Class Reference

Class generated from inet/transportlayer/rtp/RTPInterfacePacket.msg:78 by nedtool. More...

#include <RTPInterfacePacket_m.h>

Inheritance diagram for inet::rtp::RTPCIEnterSession:
inet::rtp::RTPControlInfo

Public Member Functions

 RTPCIEnterSession ()
 
 RTPCIEnterSession (const RTPCIEnterSession &other)
 
virtual ~RTPCIEnterSession ()
 
RTPCIEnterSessionoperator= (const RTPCIEnterSession &other)
 
virtual RTPCIEnterSessiondup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual const char * getCommonName () const
 
virtual void setCommonName (const char *commonName)
 
virtual const char * getProfileName () const
 
virtual void setProfileName (const char *profileName)
 
virtual int getBandwidth () const
 
virtual void setBandwidth (int bandwidth)
 
virtual IPv4AddressgetDestinationAddress ()
 
virtual const IPv4AddressgetDestinationAddress () const
 
virtual void setDestinationAddress (const IPv4Address &destinationAddress)
 
virtual int getPort () const
 
virtual void setPort (int port)
 
- Public Member Functions inherited from inet::rtp::RTPControlInfo
 RTPControlInfo ()
 
 RTPControlInfo (const RTPControlInfo &other)
 
virtual ~RTPControlInfo ()
 
RTPControlInfooperator= (const RTPControlInfo &other)
 
virtual short getType () const
 
virtual void setType (short type)
 

Protected Member Functions

bool operator== (const RTPCIEnterSession &)
 
- Protected Member Functions inherited from inet::rtp::RTPControlInfo
bool operator== (const RTPControlInfo &)
 

Protected Attributes

::omnetpp::opp_string commonName
 
::omnetpp::opp_string profileName
 
int bandwidth
 
IPv4Address destinationAddress
 
int port
 
- Protected Attributes inherited from inet::rtp::RTPControlInfo
short type
 

Private Member Functions

void copy (const RTPCIEnterSession &other)
 

Detailed Description

Class generated from inet/transportlayer/rtp/RTPInterfacePacket.msg:78 by nedtool.

// App to ~RTP
class RTPCIEnterSession extends RTPControlInfo
{
    type = RTP_IFP_ENTER_SESSION;
    string commonName;
    string profileName;
    int bandwidth;
    IPv4Address destinationAddress;
    int port;
}

Constructor & Destructor Documentation

inet::rtp::RTPCIEnterSession::RTPCIEnterSession ( )
inet::rtp::RTPCIEnterSession::RTPCIEnterSession ( const RTPCIEnterSession other)
virtual inet::rtp::RTPCIEnterSession::~RTPCIEnterSession ( )
virtual

Member Function Documentation

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

Reimplemented from inet::rtp::RTPControlInfo.

231 {return new RTPCIEnterSession(*this);}
virtual int inet::rtp::RTPCIEnterSession::getBandwidth ( ) const
virtual
virtual const char* inet::rtp::RTPCIEnterSession::getCommonName ( ) const
virtual
virtual IPv4Address& inet::rtp::RTPCIEnterSession::getDestinationAddress ( )
virtual
virtual const IPv4Address& inet::rtp::RTPCIEnterSession::getDestinationAddress ( ) const
inlinevirtual

Referenced by getDestinationAddress().

243 {return const_cast<RTPCIEnterSession*>(this)->getDestinationAddress();}
virtual IPv4Address & getDestinationAddress()
virtual int inet::rtp::RTPCIEnterSession::getPort ( ) const
virtual
virtual const char* inet::rtp::RTPCIEnterSession::getProfileName ( ) const
virtual
RTPCIEnterSession& inet::rtp::RTPCIEnterSession::operator= ( const RTPCIEnterSession other)
bool inet::rtp::RTPCIEnterSession::operator== ( const RTPCIEnterSession )
protected
virtual void inet::rtp::RTPCIEnterSession::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::rtp::RTPControlInfo.

Referenced by inet::rtp::doParsimPacking().

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

Reimplemented from inet::rtp::RTPControlInfo.

Referenced by inet::rtp::doParsimUnpacking().

virtual void inet::rtp::RTPCIEnterSession::setBandwidth ( int  bandwidth)
virtual
virtual void inet::rtp::RTPCIEnterSession::setCommonName ( const char *  commonName)
virtual
virtual void inet::rtp::RTPCIEnterSession::setDestinationAddress ( const IPv4Address destinationAddress)
virtual
virtual void inet::rtp::RTPCIEnterSession::setPort ( int  port)
virtual
virtual void inet::rtp::RTPCIEnterSession::setProfileName ( const char *  profileName)
virtual

Member Data Documentation

int inet::rtp::RTPCIEnterSession::bandwidth
protected
::omnetpp::opp_string inet::rtp::RTPCIEnterSession::commonName
protected
IPv4Address inet::rtp::RTPCIEnterSession::destinationAddress
protected
int inet::rtp::RTPCIEnterSession::port
protected
::omnetpp::opp_string inet::rtp::RTPCIEnterSession::profileName
protected

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