CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
CdiPtpTimestamp Struct Reference

A structure for holding a PTP timestamp defined in seconds and nanoseconds. This PTP time as defined by SMPTE ST 2059-2 and IEEE 1588-2008 with the exception that the seconds field is an unsigned 32 bit integer instead of the specified 48 bit integer. More...

#include <cdi_core_api.h>

Data Fields

uint32_t seconds
 The number of seconds since the SMPTE Epoch which is 1970-01-01T00:00:00.
 
uint32_t nanoseconds
 The number of fractional seconds as measured in nanoseconds. The value in this field is always less than 10^9.
 

Detailed Description

A structure for holding a PTP timestamp defined in seconds and nanoseconds. This PTP time as defined by SMPTE ST 2059-2 and IEEE 1588-2008 with the exception that the seconds field is an unsigned 32 bit integer instead of the specified 48 bit integer.


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