NewMadeleine

Documentation

nm_core_event_matching_s Struct Reference

matching info for global monitors More...

#include <nm_core_interface.h>

Collaboration diagram for nm_core_event_matching_s:

Data Fields

nm_gate_t p_gate
 the gate to listen to, or NM_ANY_GATE for any More...
 
nm_core_tag_t tag
 the tag to listen too More...
 
nm_core_tag_t tag_mask
 the mask to apply before comparing tags (only bits set in mask will be checked) More...
 

Detailed Description

matching info for global monitors

Definition at line 271 of file nm_core_interface.h.

Field Documentation

◆ p_gate

nm_gate_t nm_core_event_matching_s::p_gate

the gate to listen to, or NM_ANY_GATE for any

Definition at line 273 of file nm_core_interface.h.

◆ tag

nm_core_tag_t nm_core_event_matching_s::tag

the tag to listen too

Definition at line 274 of file nm_core_interface.h.

◆ tag_mask

nm_core_tag_t nm_core_event_matching_s::tag_mask

the mask to apply before comparing tags (only bits set in mask will be checked)

Definition at line 275 of file nm_core_interface.h.


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