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

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

#include <RTPInterfacePacket_m.h>

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

Public Member Functions

 RTPSessionControlInfo ()
 
 RTPSessionControlInfo (const RTPSessionControlInfo &other)
 
virtual ~RTPSessionControlInfo ()
 
RTPSessionControlInfooperator= (const RTPSessionControlInfo &other)
 
virtual RTPSessionControlInfodup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual uint32_t getSsrc () const
 
virtual void setSsrc (uint32_t ssrc)
 
- 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 RTPSessionControlInfo &)
 
- Protected Member Functions inherited from inet::rtp::RTPControlInfo
bool operator== (const RTPControlInfo &)
 

Protected Attributes

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

Private Member Functions

void copy (const RTPSessionControlInfo &other)
 

Detailed Description

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

// base class
class RTPSessionControlInfo extends RTPControlInfo
{
    uint32 ssrc;
}

Constructor & Destructor Documentation

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

Member Function Documentation

void inet::rtp::RTPSessionControlInfo::copy ( const RTPSessionControlInfo other)
private
virtual uint32_t inet::rtp::RTPSessionControlInfo::getSsrc ( ) const
virtual
RTPSessionControlInfo& inet::rtp::RTPSessionControlInfo::operator= ( const RTPSessionControlInfo other)
bool inet::rtp::RTPSessionControlInfo::operator== ( const RTPSessionControlInfo )
protected
virtual void inet::rtp::RTPSessionControlInfo::setSsrc ( uint32_t  ssrc)
virtual

Member Data Documentation

uint32_t inet::rtp::RTPSessionControlInfo::ssrc
protected

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