NewMadeleine

Documentation

nm_core_event_s Struct Reference

An event, generated by the NewMad core. More...

#include <nm_core_interface.h>

Collaboration diagram for nm_core_event_s:

Data Fields

nm_status_t status
 status flags- describe the event More...
 
nm_gate_t p_gate
 
nm_core_tag_t tag
 
nm_seq_t seq
 
nm_len_t len
 
struct nm_req_sp_req
 the request that matched the event- NULL in case of unexpected packets More...
 

Detailed Description

An event, generated by the NewMad core.

Definition at line 257 of file nm_core_interface.h.

Field Documentation

◆ len

nm_len_t nm_core_event_s::len

Definition at line 263 of file nm_core_interface.h.

◆ p_gate

nm_gate_t nm_core_event_s::p_gate

Definition at line 260 of file nm_core_interface.h.

◆ p_req

struct nm_req_s* nm_core_event_s::p_req

the request that matched the event- NULL in case of unexpected packets

Definition at line 264 of file nm_core_interface.h.

◆ seq

nm_seq_t nm_core_event_s::seq

Definition at line 262 of file nm_core_interface.h.

◆ status

nm_status_t nm_core_event_s::status

status flags- describe the event

Definition at line 259 of file nm_core_interface.h.

◆ tag

nm_core_tag_t nm_core_event_s::tag

Definition at line 261 of file nm_core_interface.h.


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