rmst_sink.cc File Reference

#include "rmst_sink.hh"

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

References RmstSink::run().

00146                                {
00147   RmstSink *app;
00148 
00149   app = new RmstSink(argc, argv);
00150   app->run();
00151   return 0;
00152 }

Here is the call graph for this function:


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