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