EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
config.hpp
Go to the documentation of this file.
1 #ifndef ORG_EEROS_CONFIG_HPP
2 #define ORG_EEROS_CONFIG_HPP
3 
4 /* #undef WINDOWS */
5 #define LINUX
6 /* #undef PREEMPT_RT */
7 /* #undef XENOMAI */
8 /* #undef FRREBSD */
9 /* #undef MACOSX */
10 /* #undef QNX */
11 
12 #define POSIX
13 /* #undef REALTIME_SUPPORT */
14 
15 #define EEROS_VERSION_MAJOR (0)
16 #define EEROS_VERSION_MINOR (4)
17 #define EEROS_VERSION_PATCH (1)
18 #define EEROS_VERSION_TWEAK (0)
19 #define EEROS_VERSION "0.4.1.0"
20 
21 #endif // ORG_EEROS_CONFIG_HPP
22