Orocos Real-Time Toolkit  2.6.0
Public Types | Protected Types
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/Signal.hpp>

List of all members.

Public Types

typedef boost::shared_ptr
< Signal< Signature,
TSlotFunction > > 
shared_ptr
typedef TSlotFunction SlotFunction

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.


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