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

#include <smacc_state_machine_impl.hpp>

Collaboration diagram for smacc2::utils::Bind< 1 >:
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 308 of file smacc_state_machine_impl.hpp.

Member Function Documentation

◆ bindaux()

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

Definition at line 311 of file smacc_state_machine_impl.hpp.

313 {
314 return signal.connect([=]() { return (object->*callback)(); });
315 }
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: