Template Class CallbackHelper1T

Inheritance Relationships

Base Type

Class Documentation

template<typename P, typename M>
class CallbackHelper1T : public message_filters::CallbackHelper1<M>

Public Types

typedef ParameterAdapter<P> Adapter
typedef std::function<void(typename Adapter::Parameter)> Callback
typedef Adapter::Event Event

Public Functions

inline CallbackHelper1T(const Callback &cb)
inline virtual void call(const MessageEvent<M const> &event, bool nonconst_force_copy)