UM C API
6.12.1
|
Structure that holds information used for sending and receiving messages with UMQ indices. More...
#include <lbm.h>
Data Fields | |
int | flags |
int | reserved |
char | index [LBM_UMQ_MAX_INDEX_LEN] |
size_t | index_len |
Structure that holds information used for sending and receiving messages with UMQ indices.
A structure used with UM sources and receivers to associated UMQ Indices with messages.
See lbm_umq_index_info_t_stct for field definitions.
int lbm_umq_index_info_t_stct::flags |
Bitmap indicating extra information about the index. Zero or more flag bits ORed together: LBM_UMQ_INDEX_FLAG_* (i.e. LBM_UMQ_INDEX_FLAG_NUMERIC)
char lbm_umq_index_info_t_stct::index[LBM_UMQ_MAX_INDEX_LEN] |
The index
size_t lbm_umq_index_info_t_stct::index_len |
The length of the index in bytes
int lbm_umq_index_info_t_stct::reserved |
UM internal only. DO NOT ACCESS DIRECTLY!