NewMadeleine

Documentation

nm_monitor_s Struct Reference

generic monitor, used for requests and for global events (with matching) More...

#include <nm_core_interface.h>

Collaboration diagram for nm_monitor_s:

Data Fields

nm_core_event_notifier_t p_notifier
 notification function called to fire events More...
 
nm_status_t event_mask
 mask applied to status to check whether to fire events More...
 
void * ref
 opaque user-supplied pointer passed to notifier More...
 

Detailed Description

generic monitor, used for requests and for global events (with matching)

Definition at line 279 of file nm_core_interface.h.

Field Documentation

◆ event_mask

nm_status_t nm_monitor_s::event_mask

mask applied to status to check whether to fire events

Definition at line 282 of file nm_core_interface.h.

◆ p_notifier

nm_core_event_notifier_t nm_monitor_s::p_notifier

notification function called to fire events

Definition at line 281 of file nm_core_interface.h.

◆ ref

void* nm_monitor_s::ref

opaque user-supplied pointer passed to notifier

Definition at line 283 of file nm_core_interface.h.


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