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

SrcRtFilterReceive Class Reference

#include <srcrt.hh>

Inheritance diagram for SrcRtFilterReceive:

Inheritance graph
[legend]
Collaboration diagram for SrcRtFilterReceive:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SrcRtFilterReceive (SrcRtFilter *app)
void recv (Message *msg, handle h)

Public Attributes

SrcRtFilterapp_

Constructor & Destructor Documentation

SrcRtFilterReceive::SrcRtFilterReceive SrcRtFilter app  )  [inline]
 

Definition at line 42 of file srcrt.hh.

References app_.

00042 : app_(app) {};


Member Function Documentation

void SrcRtFilterReceive::recv Message msg,
handle  h
[virtual]
 

Implements FilterCallback.

Definition at line 50 of file srcrt.cc.

References app_, and SrcRtFilter::recv().

00051 {
00052   app_->recv(msg, h);
00053 }

Here is the call graph for this function:


Member Data Documentation

SrcRtFilter* SrcRtFilterReceive::app_
 

Definition at line 45 of file srcrt.hh.

Referenced by recv(), and SrcRtFilterReceive().


The documentation for this class was generated from the following files:
Generated on Tue Apr 20 13:25:40 2004 for NS2.26SourcesOriginal by doxygen 1.3.3