gear_sender.cc File Reference

#include "gear_sender.hh"
#include <unistd.h>

Include dependency graph for gear_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 460 of file gear_sender.cc.

References GearSenderApp::run().

00461 {
00462   GearSenderApp *app;
00463 
00464   app = new GearSenderApp(argc, argv);
00465   app->run();
00466 
00467   return 0;
00468 }

Here is the call graph for this function:


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