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

Class generated from inet/transportlayer/rtp/RtpInterfacePacket.msg:100 by opp_msgtool. More...

#include <RtpInterfacePacket_m.h>

Inheritance diagram for inet::rtp::RtpCiSessionLeft:
inet::rtp::RtpControlInfo

Public Member Functions

 RtpCiSessionLeft ()
 
 RtpCiSessionLeft (const RtpCiSessionLeft &other)
 
virtual ~RtpCiSessionLeft ()
 
RtpCiSessionLeftoperator= (const RtpCiSessionLeft &other)
 
virtual RtpCiSessionLeftdup () 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 RtpIfpType getType () const
 
virtual void setType (RtpIfpType type)
 

Protected Member Functions

bool operator== (const RtpCiSessionLeft &)=delete
 
- Protected Member Functions inherited from inet::rtp::RtpControlInfo
bool operator== (const RtpControlInfo &)=delete
 

Private Member Functions

void copy (const RtpCiSessionLeft &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::rtp::RtpControlInfo
RtpIfpType type = static_cast<inet::rtp::RtpIfpType>(-1)
 

Detailed Description

Class generated from inet/transportlayer/rtp/RtpInterfacePacket.msg:100 by opp_msgtool.

// ~Rtp to App
class RtpCiSessionLeft extends RtpControlInfo
{
    type = RTP_IFP_SESSION_LEFT;
    // TODO do I need any sesson identifier?
}

Constructor & Destructor Documentation

◆ RtpCiSessionLeft() [1/2]

inet::rtp::RtpCiSessionLeft::RtpCiSessionLeft ( )

◆ RtpCiSessionLeft() [2/2]

inet::rtp::RtpCiSessionLeft::RtpCiSessionLeft ( const RtpCiSessionLeft other)

◆ ~RtpCiSessionLeft()

virtual inet::rtp::RtpCiSessionLeft::~RtpCiSessionLeft ( )
virtual

Member Function Documentation

◆ copy()

void inet::rtp::RtpCiSessionLeft::copy ( const RtpCiSessionLeft other)
private

◆ dup()

virtual RtpCiSessionLeft* inet::rtp::RtpCiSessionLeft::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::rtp::RtpControlInfo.

457 {return new RtpCiSessionLeft(*this);}

◆ operator=()

RtpCiSessionLeft& inet::rtp::RtpCiSessionLeft::operator= ( const RtpCiSessionLeft other)

◆ operator==()

bool inet::rtp::RtpCiSessionLeft::operator== ( const RtpCiSessionLeft )
protecteddelete

◆ parsimPack()

virtual void inet::rtp::RtpCiSessionLeft::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::rtp::RtpControlInfo.

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

◆ parsimUnpack()

virtual void inet::rtp::RtpCiSessionLeft::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:
inet::rtp::RtpCiSessionLeft::RtpCiSessionLeft
RtpCiSessionLeft()