Skip to content

iox::popo::NotificationCallback< OriginType, internal::NoType_t >🔗

the struct describes a callback which can be attached to a WaitSet or a Listener More...

#include <notification_callback.hpp>

Public Types🔗

Name
using void(&)(OriginType *const) Ref_t
using void()(OriginType const) Ptr_t

Public Attributes🔗

Name
Ptr_t m_callback
internal::NoType_t * m_contextData

Detailed Description🔗

template <typename OriginType >
struct iox::popo::NotificationCallback< OriginType, internal::NoType_t >;

the struct describes a callback which can be attached to a WaitSet or a Listener

Public Types Documentation🔗

using Ref_t🔗

using iox::popo::NotificationCallback< OriginType, internal::NoType_t >::Ref_t =  void (&)(OriginType* const);

using Ptr_t🔗

using iox::popo::NotificationCallback< OriginType, internal::NoType_t >::Ptr_t =  void (*)(OriginType* const);

Public Attributes Documentation🔗

variable m_callback🔗

Ptr_t m_callback = nullptr;

variable m_contextData🔗

internal::NoType_t * m_contextData = nullptr;

Updated on 31 May 2022 at 15:52:34 CEST