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>
Protected Types | |
typedef detail::get_signal_impl < Signature, SlotFunction > ::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 148 of file Signal.hpp.