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  

RTPSource Class Reference

#include <rtp.h>

Inheritance diagram for RTPSource:

TclObject List of all members.

Public Member Functions

 RTPSource (u_int32_t srcid)
u_int32_t srcid ()
int np ()
int snp ()
int ehsr ()
void np (int n)
void snp (int n)
void ehsr (int n)

Public Attributes

RTPSource * next

Protected Attributes

u_int32_t srcid_
int np_
int snp_
int ehsr_

Constructor & Destructor Documentation

RTPSource::RTPSource u_int32_t    srcid
 


Member Function Documentation

void RTPSource::ehsr int    n [inline]
 

int RTPSource::ehsr   [inline]
 

void RTPSource::np int    n [inline]
 

int RTPSource::np   [inline]
 

void RTPSource::snp int    n [inline]
 

int RTPSource::snp   [inline]
 

u_int32_t RTPSource::srcid   [inline]
 


Member Data Documentation

int RTPSource::ehsr_ [protected]
 

RTPSource* RTPSource::next
 

int RTPSource::np_ [protected]
 

int RTPSource::snp_ [protected]
 

u_int32_t RTPSource::srcid_ [protected]
 


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