UM C API
6.16.1
|
Structure that holds the High Resolution Timestamp and sequence number associated with the sent message. More...
#include <lbm.h>
Data Fields | |
lbm_timespec_t | hr_timestamp |
High Resolution Timestamp of the sent message. | |
lbm_uint_t | sequence_number |
Sequence number of the sent message. | |
Structure that holds the High Resolution Timestamp and sequence number associated with the sent message.
This structure indicates the timestamp associated with a given sent message. Delivered as a source event LBM_SRC_EVENT_TIMESTAMP via callbacks lbm_src_cb_proc and lbm_ssrc_cb_proc.
For more information about high resolution timestamps, see High-resolution Timestamps.
See lbm_src_event_timestamp_info_t_stct for field definitions.