nm_pack_cnx_s Struct Reference
Content for the request in the pack interface. More...
#include <nm_pack_interface.h>
Collaboration diagram for nm_pack_cnx_s:

Data Fields | |
| nm_session_t | p_session |
| session used for the connexion. | |
| nm_gate_t | gate |
| Source or destination gate. | |
| nm_tag_t | tag |
| Message tag. | |
| nm_sr_request_t | req |
| sendrecv request | |
| struct nm_datav_s | express |
| vector of data in expresss mode | |
| struct nm_datav_s | datav |
| vector of regular data | |
Detailed Description
Content for the request in the pack interface.
- Examples
- nm_pack_headers.c.
Definition at line 34 of file nm_pack_interface.h.
Field Documentation
◆ datav
| struct nm_datav_s nm_pack_cnx_s::datav |
vector of regular data
Definition at line 41 of file nm_pack_interface.h.
◆ express
| struct nm_datav_s nm_pack_cnx_s::express |
vector of data in expresss mode
Definition at line 40 of file nm_pack_interface.h.
◆ gate
| nm_gate_t nm_pack_cnx_s::gate |
Source or destination gate.
Definition at line 37 of file nm_pack_interface.h.
◆ p_session
| nm_session_t nm_pack_cnx_s::p_session |
session used for the connexion.
Definition at line 36 of file nm_pack_interface.h.
◆ req
| nm_sr_request_t nm_pack_cnx_s::req |
sendrecv request
Definition at line 39 of file nm_pack_interface.h.
◆ tag
| nm_tag_t nm_pack_cnx_s::tag |
Message tag.
Definition at line 38 of file nm_pack_interface.h.
The documentation for this struct was generated from the following file: