OPPPingSenderReceive Class Reference

#include <1pp_ping_sender.hh>

Inheritance diagram for OPPPingSenderReceive:

NR::Callback Collaboration diagram for OPPPingSenderReceive:

Collaboration graph
[legend]

Detailed Description

Definition at line 106 of file 1pp_ping_sender.hh.

Public Member Functions

 OPPPingSenderReceive (OPPPingSenderApp *app)
void recv (NRAttrVec *data, NR::handle my_handle)

Data Fields

OPPPingSenderAppapp_


Constructor & Destructor Documentation

OPPPingSenderReceive::OPPPingSenderReceive OPPPingSenderApp app  )  [inline]
 

Definition at line 108 of file 1pp_ping_sender.hh.

00108 : app_(app) {};


Member Function Documentation

void OPPPingSenderReceive::recv NRAttrVec data,
NR::handle  my_handle
[virtual]
 

Implements NR::Callback.

Definition at line 96 of file 1pp_ping_sender.cc.

References app_, and OPPPingSenderApp::recv().

00097 {
00098   app_->recv(data, my_handle);
00099 }

Here is the call graph for this function:


Field Documentation

OPPPingSenderApp* OPPPingSenderReceive::app_
 

Definition at line 111 of file 1pp_ping_sender.hh.

Referenced by recv().


The documentation for this class was generated from the following files:
Generated on Tue Mar 6 17:23:42 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6