virtual_view
/build/rock-master-18.09-perception-orogen-virtual-view-0.20140324/virtual_viewTypes.hpp
Go to the documentation of this file.
1 #ifndef virtual_view_TYPES_HPP
2 #define virtual_view_TYPES_HPP
3 
4 /* If you need to define types specific to your oroGen components, define them
5  * here. Required headers must be included explicitly
6  *
7  * However, it is common that you will only import types from your library, in
8  * which case you do not need this file
9  */
10 
11 namespace virtual_view {
12 }
13 
14 #endif
15 
Definition: Task.hpp:10