#include <ping_sender.hh>
Inheritance diagram for PingSenderReceive:


Public Member Functions | |
| PingSenderReceive (PingSenderApp *app) | |
| void | recv (NRAttrVec *data, NR::handle my_handle) |
| virtual void | recv (NRAttrVec *data, handle h)=0 |
Public Attributes | |
| PingSenderApp * | app_ |
|
|
Definition at line 88 of file ping_sender.hh. References app_.
00088 : app_(app) {}; |
|
||||||||||||
|
Referenced by DiffusionRouting::processMessage(). |
|
||||||||||||
|
Definition at line 75 of file ping_sender.cc. References app_, and PingSenderApp::recv().
|
Here is the call graph for this function:

|
|
Definition at line 91 of file ping_sender.hh. Referenced by PingSenderReceive(), and recv(). |
1.3.3