Orocos Real-Time Toolkit  2.9.0
Public Types | Public Member Functions | Protected Types | List of all members
RTT::internal::Signal< Signature, TSlotFunction > Class Template Reference

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. More...

#include <rtt/internal/rtt-internal-fwd.hpp>

Inheritance diagram for RTT::internal::Signal< Signature, TSlotFunction >:

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 32 of file rtt-internal-fwd.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 files: