rmst_source.cc File Reference

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

Include dependency graph for rmst_source.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 175 of file rmst_source.cc.

References RmstSource::run().

00176 {
00177   RmstSource *app;
00178 
00179   app = new RmstSource(argc, argv);
00180   app->run();
00181 
00182   return 0;
00183 }

Here is the call graph for this function:


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