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

PingSenderReceive Class Reference

#include <ping_sender.hh>

Inheritance diagram for PingSenderReceive:

Inheritance graph
[legend]
Collaboration diagram for PingSenderReceive:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PingSenderReceive (PingSenderApp *app)
void recv (NRAttrVec *data, NR::handle my_handle)
virtual void recv (NRAttrVec *data, handle h)=0

Public Attributes

PingSenderAppapp_

Constructor & Destructor Documentation

PingSenderReceive::PingSenderReceive PingSenderApp app  )  [inline]
 

Definition at line 88 of file ping_sender.hh.

References app_.

00088 : app_(app) {};


Member Function Documentation

virtual void NR::Callback::recv NRAttrVec data,
handle  h
[pure virtual, inherited]
 

Referenced by DiffusionRouting::processMessage().

void PingSenderReceive::recv NRAttrVec data,
NR::handle  my_handle
 

Definition at line 75 of file ping_sender.cc.

References app_, and PingSenderApp::recv().

00076 {
00077   app_->recv(data, my_handle);
00078 }

Here is the call graph for this function:


Member Data Documentation

PingSenderApp* PingSenderReceive::app_
 

Definition at line 91 of file ping_sender.hh.

Referenced by PingSenderReceive(), and recv().


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