UM C API  6.16
lbmpdm_timestamp_t Struct Reference

Structure to hold a timestamp value. More...

#include <lbmpdm.h>

Data Fields

int32_t tv_secs
 
int32_t tv_usecs
 

Detailed Description

Structure to hold a timestamp value.

The tv_secs is the number of seconds since the epoch. The tv_usecs is the additional microseconds since the epoch. and can range from -128 to 127.

Field Documentation

int32_t lbmpdm_timestamp_t::tv_secs

Seconds since epoch

int32_t lbmpdm_timestamp_t::tv_usecs

Microseconds since last second


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