Orocos Real-Time Toolkit  2.9.0
rtt-target.h
Go to the documentation of this file.
1 
6 #define ORO_RTT_CONFIG_str(s) ORO_RTT_CONFIG__str(s-config.h)
7 #define ORO_RTT_CONFIG_OS_str(s) ORO_RTT_CONFIG__str(../s/s.h)
8 #define ORO_RTT_CONFIG__str(s) #s
9 
10 #define OROCOS_TARGET_HEADER ORO_RTT_CONFIG_str(OROCOS_TARGET)
11 #define OROCOS_TARGET_HEADER_OS ORO_RTT_CONFIG_OS_str(OROCOS_TARGET)
12 
13 #include OROCOS_TARGET_HEADER
14 #include OROCOS_TARGET_HEADER_OS
15 
16 #undef ORO_RTT_CONFIG_str
17 #undef ORO_RTT_CONFIG__str