Realistic 3D camera system
3D camera system components
message_dispatcher.h
Go to the documentation of this file.
1 /*
2  * Whatever the licensing for the 3D camera project stipulates
3  */
4 
14 #ifndef MESSAGE_DISPATCHER_H
15 #define MESSAGE_DISPATCHER_H
16 enum messages{
18 };
20 public:
22 
23  int run();
24 private:
25 
26 };
27 
28 #endif /* MESSAGE_DISPATCHER_H */
29