11#include "ws_symbol_export.h"
27 TS_ABSOLUTE_WITH_YDOY,
64 TS_SECONDS_HOUR_MIN_SEC,
@ WS_TSPREC_USEC
Definition nstime.h:361
@ WS_TSPREC_100_NSEC
Definition nstime.h:362
@ WS_TSPREC_100_MSEC
Definition nstime.h:356
@ WS_TSPREC_100_USEC
Definition nstime.h:359
@ WS_TSPREC_NSEC
Definition nstime.h:364
@ WS_TSPREC_MSEC
Definition nstime.h:358
@ WS_TSPREC_10_MSEC
Definition nstime.h:357
@ WS_TSPREC_10_USEC
Definition nstime.h:360
@ WS_TSPREC_SEC
Definition nstime.h:355
@ WS_TSPREC_10_NSEC
Definition nstime.h:363
WS_DLL_PUBLIC void timestamp_set_type(ts_type ts_t)
Set the timestamp type.
Definition timestamp.c:28
WS_DLL_PUBLIC void timestamp_set_precision(int tsp)
Set the timestamp precision.
Definition timestamp.c:39
WS_DLL_PUBLIC ts_type timestamp_get_type(void)
Get the current timestamp type.
Definition timestamp.c:23
WS_DLL_PUBLIC void timestamp_set_seconds_type(ts_seconds_type ts_t)
Set the timestamp seconds type.
Definition timestamp.c:50
WS_DLL_PUBLIC int timestamp_get_precision(void)
Get the current timestamp precision.
Definition timestamp.c:34
WS_DLL_PUBLIC ts_seconds_type timestamp_get_seconds_type(void)
Get the current timestamp seconds type.
Definition timestamp.c:45