High Performance OPC UA Server SDK  1.2.0.193
ua_timestamp Struct Reference

Timestamp struct used by ua_time_timestamp. More...

#include <time.h>

Data Fields

time_t tv_sec
 Seconds since the beginning of the epoch.
 
uint32_t tv_usec
 Microseconds since the beginning of the epoch.
 

Detailed Description

Timestamp struct used by ua_time_timestamp.

Counts seconds and microseconds since the beginning of the epoch (1970) in contrast to ua_datetime which counts 100 nanoseconds since 1601. Used for tracing.


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