1pp_ping_receiver.cc File Reference

#include "1pp_ping_receiver.hh"

Include dependency graph for 1pp_ping_receiver.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)


Function Documentation

int main int  argc,
char **  argv
 

Definition at line 194 of file 1pp_ping_receiver.cc.

References OPPPingReceiverApp::run().

00195 {
00196   OPPPingReceiverApp *app;
00197 
00198   app = new OPPPingReceiverApp(argc, argv);
00199   app->run();
00200 
00201   return 0;
00202 }

Here is the call graph for this function:


Generated on Tue Mar 6 16:47:54 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6