gps_base
/build/rock-master-18.09-drivers-orogen-gps-base-0.20170112/gps_baseTypes.hpp
Go to the documentation of this file.
1 #ifndef gps_base_TYPES_HPP
2 #define gps_base_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 gps_base {
12 }
13 
14 #endif
15 
Definition: gps_baseTypes.hpp:11