gear_receiver.cc File Reference

#include "gear_receiver.hh"

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

References GearReceiverApp::run().

00399 {
00400   GearReceiverApp *app;
00401 
00402   app = new GearReceiverApp(argc, argv);
00403   app->run();
00404 
00405   return 0;
00406 }

Here is the call graph for this function:


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