NewMadeleine

Documentation

« back to PM2 home.
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
 
nm_core_tag_t tag
 the tag to listen too
 
nm_core_tag_t tag_mask
 the mask to apply before comparing tags (only bits set in mask will be checked)
 

Detailed Description

matching info for global monitors

Definition at line 315 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 317 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 318 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 319 of file nm_core_interface.h.


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