2pp_ping_sender.cc File Reference

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

Include dependency graph for 2pp_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 253 of file 2pp_ping_sender.cc.

References TPPPingSenderApp::run().

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

Here is the call graph for this function:


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