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

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

#include <RTPInterfacePacket_m.h>

Inheritance diagram for inet::rtp::RTPControlInfo:
inet::rtp::RTPCIEnterSession inet::rtp::RTPCILeaveSession inet::rtp::RTPCISessionLeft inet::rtp::RTPSessionControlInfo inet::rtp::RTPCICreateSenderModule inet::rtp::RTPCIDeleteSenderModule inet::rtp::RTPCISenderControl inet::rtp::RTPCISenderModuleCreated inet::rtp::RTPCISenderModuleDeleted inet::rtp::RTPCISenderStatus inet::rtp::RTPCISessionEntered

Public Member Functions

 RTPControlInfo ()
 
 RTPControlInfo (const RTPControlInfo &other)
 
virtual ~RTPControlInfo ()
 
RTPControlInfooperator= (const RTPControlInfo &other)
 
virtual RTPControlInfodup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual short getType () const
 
virtual void setType (short type)
 

Protected Member Functions

bool operator== (const RTPControlInfo &)
 

Protected Attributes

short type
 

Private Member Functions

void copy (const RTPControlInfo &other)
 

Detailed Description

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

// base class
class RTPControlInfo
{
    short type @enum(RTP_IFP_TYPE);
}

Constructor & Destructor Documentation

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

Member Function Documentation

void inet::rtp::RTPControlInfo::copy ( const RTPControlInfo other)
private
virtual short inet::rtp::RTPControlInfo::getType ( ) const
virtual
RTPControlInfo& inet::rtp::RTPControlInfo::operator= ( const RTPControlInfo other)
bool inet::rtp::RTPControlInfo::operator== ( const RTPControlInfo )
protected
virtual void inet::rtp::RTPControlInfo::setType ( short  type)
virtual

Member Data Documentation

short inet::rtp::RTPControlInfo::type
protected

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