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

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

#include <RTPInterfacePacket_m.h>

Inheritance diagram for inet::rtp::RTPCILeaveSession:
inet::rtp::RTPControlInfo

Public Member Functions

 RTPCILeaveSession ()
 
 RTPCILeaveSession (const RTPCILeaveSession &other)
 
virtual ~RTPCILeaveSession ()
 
RTPCILeaveSessionoperator= (const RTPCILeaveSession &other)
 
virtual RTPCILeaveSessiondup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- 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 RTPCILeaveSession &)
 
- Protected Member Functions inherited from inet::rtp::RTPControlInfo
bool operator== (const RTPControlInfo &)
 

Private Member Functions

void copy (const RTPCILeaveSession &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::rtp::RTPControlInfo
short type
 

Detailed Description

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

// App to ~RTP
class RTPCILeaveSession extends RTPControlInfo
{
    type = RTP_IFP_LEAVE_SESSION;
    // TODO do I need any sesson identifier?
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::rtp::RTPControlInfo.

409 {return new RTPCILeaveSession(*this);}
RTPCILeaveSession& inet::rtp::RTPCILeaveSession::operator= ( const RTPCILeaveSession other)
bool inet::rtp::RTPCILeaveSession::operator== ( const RTPCILeaveSession )
protected
virtual void inet::rtp::RTPCILeaveSession::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::rtp::RTPControlInfo.

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

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

Reimplemented from inet::rtp::RTPControlInfo.

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


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