Public Types | Public Member Functions | Protected Types
RTT::internal::Signal< Signature, TSlotFunction > Class Template Reference

#include <Signal.hpp>

List of all members.

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

Detailed Description

template<typename Signature, typename TSlotFunction = boost::function<Signature>>
class RTT::internal::Signal< Signature, TSlotFunction >

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 206 of file Signal.hpp.


Member Typedef Documentation

template<typename Signature, typename TSlotFunction = boost::function<Signature>>
typedef get_signal_impl< Signature, TSlotFunction>::type RTT::internal::Signal< Signature, TSlotFunction >::base_type [protected]

Definition at line 212 of file Signal.hpp.

template<typename Signature, typename TSlotFunction = boost::function<Signature>>
typedef boost::shared_ptr<Signal<Signature,TSlotFunction> > RTT::internal::Signal< Signature, TSlotFunction >::shared_ptr

Definition at line 215 of file Signal.hpp.

template<typename Signature, typename TSlotFunction = boost::function<Signature>>
typedef TSlotFunction RTT::internal::Signal< Signature, TSlotFunction >::SlotFunction

Definition at line 217 of file Signal.hpp.


Constructor & Destructor Documentation

template<typename Signature, typename TSlotFunction = boost::function<Signature>>
RTT::internal::Signal< Signature, TSlotFunction >::Signal ( ) [inline]

Definition at line 216 of file Signal.hpp.


The documentation for this class was generated from the following file:


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