iceoryx_posh 2.0.8
Loading...
Searching...
No Matches
iox::popo::NotificationCallback< OriginType, ContextDataType > Struct Template Reference

the struct describes a callback with a user defined type which can be attached to a WaitSet or a Listener More...

#include <iceoryx_posh/popo/notification_callback.hpp>

Public Types

using Ref_t = void (&)(OriginType* const, ContextDataType* const)
using Ptr_t = void (*)(OriginType* const, ContextDataType* const)

Public Attributes

Ptr_t m_callback = nullptr
ContextDataType * m_contextData = nullptr

Detailed Description

template<typename OriginType, typename ContextDataType>
struct iox::popo::NotificationCallback< OriginType, ContextDataType >

the struct describes a callback with a user defined type which can be attached to a WaitSet or a Listener


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