Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

RTPSSRCGate Class Reference

#include <RTPSSRCGate.h>

List of all members.

Public Member Functions

 RTPSSRCGate (u_int ssrc=0)
 RTPSSRCGate (const RTPSSRCGate &rtpSSRCGate)
virtual ~RTPSSRCGate ()
virtual u_int32 ssrc ()
virtual void setSSRC (u_int32 ssrc)
virtual int gateId ()
virtual void setGateId (int gateId)

Protected Attributes

u_int32 _ssrc
int _gateId


Detailed Description

The class RTPSSRCGate is just a small helper class used by an RTPProfile module to store the association between an ssrc identifier and the gate which leads to the RTPPayloadReceiver module.


Constructor & Destructor Documentation

RTPSSRCGate::RTPSSRCGate u_int  ssrc = 0  ) 
 

Default constructor.

RTPSSRCGate::RTPSSRCGate const RTPSSRCGate rtpSSRCGate  ) 
 

Copy constructor.

RTPSSRCGate::~RTPSSRCGate  )  [virtual]
 

Destructor.


Member Function Documentation

int RTPSSRCGate::gateId  )  [virtual]
 

Returns the id of the gate.

void RTPSSRCGate::setGateId int  gateId  )  [virtual]
 

Sets the id of the gate.

void RTPSSRCGate::setSSRC u_int32  ssrc  )  [virtual]
 

Sets the ssrc identifier.

u_int32 RTPSSRCGate::ssrc  )  [virtual]
 

Returns the ssrc identifier.


Member Data Documentation

int RTPSSRCGate::_gateId [protected]
 

The gate id.

u_int32 RTPSSRCGate::_ssrc [protected]
 

The ssrc identifier.


The documentation for this class was generated from the following files:
Generated on Tue Sep 12 12:20:21 2006 for RTP model for OMNeT++ by  doxygen 1.4.2