|
UM C API
6.17
|
Structure that holds statistics for a receiver topic. More...
#include <lbm.h>
Data Fields | |
| char | topic [LBM_MSG_MAX_TOPIC_LEN] |
| Topic for the receiver. THIS FIELD IS UNSUPPORTED. | |
| lbm_uint32_t | flags |
| Flags for the receiver. THIS FIELD IS UNSUPPORTED. | |
| char | source [LBM_MSG_MAX_SOURCE_LEN] |
| Source string for a transport joined by the receiver. THIS FIELD IS UNSUPPORTED. | |
| lbm_uint8_t | otid [LBM_OTID_BLOCK_SZ] |
| Originating transport ID for a transport joined by the receiver. THIS FIELD IS UNSUPPORTED. | |
| lbm_uint32_t | topic_idx |
| Topic index for a transport joined by the receiver. THIS FIELD IS UNSUPPORTED. | |
| lbm_uint64_t | timestamp_sec |
| Timestamp seconds of when a transport was joined by the receiver. THIS FIELD IS UNSUPPORTED. | |
| lbm_uint64_t | timestamp_usec |
| Timestamp microseconds of when a transport was joined by the receiver. THIS FIELD IS UNSUPPORTED. | |
Structure that holds statistics for a receiver topic.
THIS STRUCTURE IS UNSUPPORTED.