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 | |
| nm_status_t | event_mask |
| mask applied to status to check whether to fire events | |
| void * | ref |
| opaque user-supplied pointer passed to notifier | |
Detailed Description
generic monitor, used for requests and for global events (with matching)
Definition at line 323 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 326 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 325 of file nm_core_interface.h.
◆ ref
| void* nm_monitor_s::ref |
opaque user-supplied pointer passed to notifier
Definition at line 327 of file nm_core_interface.h.
The documentation for this struct was generated from the following file: