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

Class generated from inet/transportlayer/rtp/RTPInterfacePacket.msg:121 by nedtool. 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 short getType () const
 
virtual void setType (short type)
 

Protected Member Functions

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

Private Member Functions

void copy (const RTPCISessionLeft &other)
 

Additional Inherited Members

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

Detailed Description

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

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::rtp::RTPControlInfo.

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

Reimplemented from inet::rtp::RTPControlInfo.

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

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: