UM C API  6.16
lbm_umq_index_info_t_stct Struct Reference

Structure that holds information used for sending and receiving messages with UMQ indices. More...

#include <lbm.h>

Data Fields

int 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)
 
int reserved
 UM internal only. DO NOT ACCESS DIRECTLY!
 
char index [LBM_UMQ_MAX_INDEX_LEN]
 The index.
 
size_t index_len
 The length of the index in bytes.
 

Detailed Description

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.


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