nm_rdv_chunk_s Struct Reference
a chunk of rdv data. More...
#include <nm_tactics.h>
Data Fields | |
| nm_trk_id_t | trk_id |
| trk_id of track to send data on | |
| nm_len_t | len |
| length of data chunk | |
Detailed Description
a chunk of rdv data.
Use one for regular rendezvous; use nb_driver chunks for multi-rail.
Definition at line 88 of file nm_tactics.h.
Field Documentation
◆ len
| nm_len_t nm_rdv_chunk_s::len |
length of data chunk
Definition at line 91 of file nm_tactics.h.
◆ trk_id
| nm_trk_id_t nm_rdv_chunk_s::trk_id |
trk_id of track to send data on
Definition at line 90 of file nm_tactics.h.
The documentation for this struct was generated from the following file: