SMACC2
Public Member Functions | List of all members
smacc2::utils::Bind< 2 > Struct Reference

#include <smacc_state_machine_impl.hpp>

Collaboration diagram for smacc2::utils::Bind< 2 >:
Collaboration graph

Public Member Functions

template<typename TSmaccSignal , typename TMemberFunctionPrototype , typename TSmaccObjectType >
boost::signals2::connection bindaux (TSmaccSignal &signal, TMemberFunctionPrototype callback, TSmaccObjectType *object)
 

Detailed Description

Definition at line 319 of file smacc_state_machine_impl.hpp.

Member Function Documentation

◆ bindaux()

template<typename TSmaccSignal , typename TMemberFunctionPrototype , typename TSmaccObjectType >
boost::signals2::connection smacc2::utils::Bind< 2 >::bindaux ( TSmaccSignal &  signal,
TMemberFunctionPrototype  callback,
TSmaccObjectType *  object 
)
inline

Definition at line 322 of file smacc_state_machine_impl.hpp.

324 {
325 return signal.connect([=](auto a1) { return (object->*callback)(a1); });
326 }
void callback(const image_tools::ROSCvMatContainer &img)

References callback().

Here is the call graph for this function:

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