Orocos Real-Time Toolkit  2.8.3
Macros
rtt-target.h File Reference

Go to the source code of this file.

Macros

#define ORO_RTT_CONFIG_str(s)   ORO_RTT_CONFIG__str(s-config.h)
 This is a helper file in the targets subdirectory It includes the correct target, on behalf of rtt-config.h. More...
 
#define ORO_RTT_CONFIG_OS_str(s)   ORO_RTT_CONFIG__str(../s/s.h)
 
#define ORO_RTT_CONFIG__str(s)   #s
 
#define OROCOS_TARGET_HEADER   ORO_RTT_CONFIG_str(OROCOS_TARGET)
 
#define OROCOS_TARGET_HEADER_OS   ORO_RTT_CONFIG_OS_str(OROCOS_TARGET)
 

Macro Definition Documentation

#define ORO_RTT_CONFIG__str (   s)    #s

Definition at line 8 of file rtt-target.h.

#define ORO_RTT_CONFIG_OS_str (   s)    ORO_RTT_CONFIG__str(../s/s.h)

Definition at line 7 of file rtt-target.h.

#define ORO_RTT_CONFIG_str (   s)    ORO_RTT_CONFIG__str(s-config.h)

This is a helper file in the targets subdirectory It includes the correct target, on behalf of rtt-config.h.

Definition at line 6 of file rtt-target.h.

#define OROCOS_TARGET_HEADER   ORO_RTT_CONFIG_str(OROCOS_TARGET)

Definition at line 10 of file rtt-target.h.

#define OROCOS_TARGET_HEADER_OS   ORO_RTT_CONFIG_OS_str(OROCOS_TARGET)

Definition at line 11 of file rtt-target.h.