SMORES Robot Platform Simulation
Modlab at Penn, ASL at Cornell
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends
LibraryTemplate.hh
1 #ifndef _LIBRARY_TEMPLATE_HH_
2 #define _LIBRARY_TEMPLATE_HH_
3 
4 #include "WorldServer.hh"
5 
6 using namespace std;
7 
8 namespace gazebo
9 {
10  class ControlCenter;
11 }
12 
14 {
15  public:
17 
18  virtual ~LibraryTemplate();
19 
20  virtual void Load(gazebo::ControlCenter *CurrentWorld);
21 
22  virtual void WhenRunning(void);
23 };
24 
25 #endif
Definition: LibraryTemplate.hh:13
gazebo name space
Definition: system_gui.cc:41