#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) |
|
||||||||||||
|
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: ![]() |
1.4.6