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

Class generated from inet/transportlayer/rtp/RtpInterfacePacket.msg:45 by opp_msgtool. 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 RtpIfpType getType () const
 
virtual void setType (RtpIfpType type)
 

Protected Member Functions

bool operator== (const RtpControlInfo &)=delete
 

Protected Attributes

RtpIfpType type = static_cast<inet::rtp::RtpIfpType>(-1)
 

Private Member Functions

void copy (const RtpControlInfo &other)
 

Detailed Description

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

// base class
class RtpControlInfo extends cObject
{
    RtpIfpType type;
}

Constructor & Destructor Documentation

◆ RtpControlInfo() [1/2]

inet::rtp::RtpControlInfo::RtpControlInfo ( )

◆ RtpControlInfo() [2/2]

inet::rtp::RtpControlInfo::RtpControlInfo ( const RtpControlInfo other)

◆ ~RtpControlInfo()

virtual inet::rtp::RtpControlInfo::~RtpControlInfo ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

◆ getType()

virtual RtpIfpType inet::rtp::RtpControlInfo::getType ( ) const
virtual

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

◆ parsimUnpack()

◆ setType()

virtual void inet::rtp::RtpControlInfo::setType ( RtpIfpType  type)
virtual

Member Data Documentation

◆ type

RtpIfpType inet::rtp::RtpControlInfo::type = static_cast<inet::rtp::RtpIfpType>(-1)
protected

The documentation for this class was generated from the following file:
inet::rtp::RtpControlInfo::RtpControlInfo
RtpControlInfo()