#include <signal_template.hpp>
Public Types | |
typedef SlotFunction | function_type |
typedef SlotFunction | slot_function |
Public Member Functions | |
void | emit (OROCOS_SIGNATURE_PARMS) |
OROCOS_SIGNATURE_TYPEDEFS | OROCOS_SIGNAL_CONNECTION_N (SignalBase *s, const slot_function &f) |
Private Attributes | |
slot_function | func |
Definition at line 64 of file signal_template.hpp.
typedef SlotFunction RTT::internal::OROCOS_SIGNAL_CONNECTION_N< SlotFunction >::function_type |
Definition at line 68 of file signal_template.hpp.
typedef SlotFunction RTT::internal::OROCOS_SIGNAL_CONNECTION_N< SlotFunction >::slot_function |
Definition at line 67 of file signal_template.hpp.
OROCOS_SIGNATURE_TYPEDEFS RTT::internal::OROCOS_SIGNAL_CONNECTION_N< SlotFunction >::OROCOS_SIGNAL_CONNECTION_N | ( | SignalBase * | s, |
const slot_function & | f | ||
) | [inline] |
Definition at line 71 of file signal_template.hpp.
void RTT::internal::OROCOS_SIGNAL_CONNECTION_N< SlotFunction >::emit | ( | OROCOS_SIGNATURE_PARMS | ) | [inline] |
Definition at line 76 of file signal_template.hpp.
slot_function RTT::internal::OROCOS_SIGNAL_CONNECTION_N< SlotFunction >::func [private] |
Definition at line 82 of file signal_template.hpp.