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 | |
| nm_gate_t | p_gate |
| nm_core_tag_t | tag |
| nm_seq_t | seq |
| nm_len_t | len |
| struct nm_req_s * | p_req |
| the request that matched the event- NULL in case of unexpected packets | |
Detailed Description
An event, generated by the NewMad core.
Definition at line 301 of file nm_core_interface.h.
Field Documentation
◆ len
| nm_len_t nm_core_event_s::len |
Definition at line 307 of file nm_core_interface.h.
◆ p_gate
| nm_gate_t nm_core_event_s::p_gate |
Definition at line 304 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 308 of file nm_core_interface.h.
◆ seq
| nm_seq_t nm_core_event_s::seq |
Definition at line 306 of file nm_core_interface.h.
◆ status
| nm_status_t nm_core_event_s::status |
status flags- describe the event
Definition at line 303 of file nm_core_interface.h.
◆ tag
| nm_core_tag_t nm_core_event_s::tag |
Definition at line 305 of file nm_core_interface.h.
The documentation for this struct was generated from the following file: