Skip to content

iox::popo::Listener::Event_t🔗

Public Functions🔗

Name
~Event_t()
bool isEqualTo(const void *const origin, const uint64_t eventType, const uint64_t eventTypeHash) const
bool reset()
bool init(const uint64_t eventId, void const origin, void const userType, const uint64_t eventType, const uint64_t eventTypeHash, internal::GenericCallbackRef_t callback, internal::TranslationCallbackRef_t translationCallback, const cxx::MethodCallback< void, uint64_t > invalidationCallback)
void executeCallback()
bool isInitialized() const

Public Functions Documentation🔗

function ~Event_t🔗

~Event_t()

function isEqualTo🔗

bool isEqualTo(
    const void *const origin,
    const uint64_t eventType,
    const uint64_t eventTypeHash
) const

function reset🔗

bool reset()

function init🔗

bool init(
    const uint64_t eventId,
    void *const origin,
    void *const userType,
    const uint64_t eventType,
    const uint64_t eventTypeHash,
    internal::GenericCallbackRef_t callback,
    internal::TranslationCallbackRef_t translationCallback,
    const cxx::MethodCallback< void, uint64_t > invalidationCallback
)

function executeCallback🔗

void executeCallback()

function isInitialized🔗

bool isInitialized() const

Updated on 26 April 2021 at 15:31:02 CEST