#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 66 of file signal_template.hpp.
typedef SlotFunction RTT::internal::OROCOS_SIGNAL_CONNECTION_N< SlotFunction >::function_type |
Definition at line 70 of file signal_template.hpp.
typedef SlotFunction RTT::internal::OROCOS_SIGNAL_CONNECTION_N< SlotFunction >::slot_function |
Definition at line 69 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 73 of file signal_template.hpp.
void RTT::internal::OROCOS_SIGNAL_CONNECTION_N< SlotFunction >::emit | ( | OROCOS_SIGNATURE_PARMS | ) | [inline] |
Definition at line 78 of file signal_template.hpp.
slot_function RTT::internal::OROCOS_SIGNAL_CONNECTION_N< SlotFunction >::func [private] |
Definition at line 84 of file signal_template.hpp.