1pp_ping_sender.cc File Reference

#include "1pp_ping_sender.hh"
#include <unistd.h>

Include dependency graph for 1pp_ping_sender.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 254 of file 1pp_ping_sender.cc.

References OPPPingSenderApp::run().

00255 {
00256   OPPPingSenderApp *app;
00257 
00258   app = new OPPPingSenderApp(argc, argv);
00259   app->run();
00260 
00261   return 0;
00262 }

Here is the call graph for this function:


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