Defines
signature2.hpp File Reference
#include "signature_template.hpp"
Include dependency graph for signature2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define OROCOS_SIGNATURE_ARG_TYPES   typedef T1 arg1_type;typedef T2 arg2_type;
#define OROCOS_SIGNATURE_ARGS   boost::ref(a1), boost::ref(a2)
#define OROCOS_SIGNATURE_NUM_ARGS   2
#define OROCOS_SIGNATURE_PARMS   arg1_type a1, arg2_type a2
#define OROCOS_SIGNATURE_TEMPLATE_ARGS   T1, T2
#define OROCOS_SIGNATURE_TEMPLATE_PARMS   typename T1, typename T2
#define OROCOS_SIGNATURE_TYPEDEFS   typedef typename function_type::arg1_type arg1_type;typedef typename function_type::arg2_type arg2_type;

Define Documentation

#define OROCOS_SIGNATURE_ARG_TYPES   typedef T1 arg1_type;typedef T2 arg2_type;

Definition at line 44 of file signature2.hpp.

#define OROCOS_SIGNATURE_ARGS   boost::ref(a1), boost::ref(a2)

Definition at line 43 of file signature2.hpp.

#define OROCOS_SIGNATURE_NUM_ARGS   2

Definition at line 39 of file signature2.hpp.

#define OROCOS_SIGNATURE_PARMS   arg1_type a1, arg2_type a2

Definition at line 42 of file signature2.hpp.

#define OROCOS_SIGNATURE_TEMPLATE_ARGS   T1, T2

Definition at line 41 of file signature2.hpp.

#define OROCOS_SIGNATURE_TEMPLATE_PARMS   typename T1, typename T2

Definition at line 40 of file signature2.hpp.

#define OROCOS_SIGNATURE_TYPEDEFS   typedef typename function_type::arg1_type arg1_type;typedef typename function_type::arg2_type arg2_type;

Definition at line 45 of file signature2.hpp.



rtt
Author(s): RTT Developers
autogenerated on Sat Jun 8 2019 18:46:35