UM C API  6.12.1
lbm_umq_queue_topic_t_stct Struct Reference

Structure that holds queue topic information and can be used as a handle to a queue topic. More...

#include <lbm.h>

Data Fields

char topic_name [LBM_UMQ_MAX_TOPIC_STRLEN]
 
lbm_umq_queue_application_set_tappsets
 
int num_appsets
 
void * reserved
 

Detailed Description

Structure that holds queue topic information and can be used as a handle to a queue topic.

See lbm_umq_queue_topic_t_stct for field definitions.

Field Documentation

lbm_umq_queue_application_set_t* lbm_umq_queue_topic_t_stct::appsets

Array of application sets within this topic.

int lbm_umq_queue_topic_t_stct::num_appsets

Length of the application sets array.

void* lbm_umq_queue_topic_t_stct::reserved

Reserved field; do not touch.

char lbm_umq_queue_topic_t_stct::topic_name[LBM_UMQ_MAX_TOPIC_STRLEN]

The topic name string.


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