$search
#include <Signal.hpp>
Public Types | |
typedef boost::shared_ptr < Signal< Signature, TSlotFunction > > | shared_ptr |
typedef TSlotFunction | SlotFunction |
Public Member Functions | |
Signal () | |
Protected Types | |
typedef get_signal_impl < Signature, TSlotFunction > ::type | base_type |
Very lightweight wrapper around the signalN classes that allows signals to be created where the number of arguments does not need to be part of the class name.
Definition at line 204 of file Signal.hpp.
typedef get_signal_impl< Signature, TSlotFunction>::type RTT::internal::Signal< Signature, TSlotFunction >::base_type [protected] |
Definition at line 210 of file Signal.hpp.
typedef boost::shared_ptr<Signal<Signature,TSlotFunction> > RTT::internal::Signal< Signature, TSlotFunction >::shared_ptr |
Definition at line 213 of file Signal.hpp.
typedef TSlotFunction RTT::internal::Signal< Signature, TSlotFunction >::SlotFunction |
Definition at line 215 of file Signal.hpp.
RTT::internal::Signal< Signature, TSlotFunction >::Signal | ( | ) | [inline] |
Definition at line 214 of file Signal.hpp.