ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

RTCPAgent Class Reference

Inheritance diagram for RTCPAgent:

Agent Connector NsObject TclObject Handler List of all members.

Public Member Functions

 RTCPAgent ()
virtual void timeout (int)
virtual void recv (Packet *p, Handler *h)
int command (int argc, const char *const *argv)

Protected Member Functions

void start ()
void stop ()
void sendpkt ()

Protected Attributes

int running_
int random_
int seqno_
double interval_
RTPSessionsession_
RTCP_Timer rtcp_timer_

Constructor & Destructor Documentation

RTCPAgent::RTCPAgent  
 


Member Function Documentation

int RTCPAgent::command int    argc,
const char *const *    argv
[virtual]
 

Reimplemented from Agent.

void RTCPAgent::recv Packet   p,
Handler   h
[virtual]
 

Reimplemented from Agent.

void RTCPAgent::sendpkt   [protected]
 

void RTCPAgent::start   [protected]
 

void RTCPAgent::stop   [protected]
 

void RTCPAgent::timeout int    [virtual]
 

Reimplemented from Agent.


Member Data Documentation

double RTCPAgent::interval_ [protected]
 

int RTCPAgent::random_ [protected]
 

RTCP_Timer RTCPAgent::rtcp_timer_ [protected]
 

int RTCPAgent::running_ [protected]
 

int RTCPAgent::seqno_ [protected]
 

RTPSession* RTCPAgent::session_ [protected]
 


The documentation for this class was generated from the following file:
This document is generated by doxygen.