RTT::detail::signal< Signature, SlotFunction > 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/Signal.hpp>
List of all members.
|
Protected Types |
typedef
detail::get_signal_impl
< Signature, SlotFunction >
::type | base_type |
Detailed Description
template<typename Signature, typename SlotFunction = boost::function<Signature>>
class RTT::detail::signal< Signature, SlotFunction >
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 148 of file Signal.hpp.
The documentation for this class was generated from the following file: