11 #ifndef __TIMESTAMP_H__ 12 #define __TIMESTAMP_H__ 14 #include "ws_symbol_export.h" 27 TS_ABSOLUTE_WITH_YDOY,
54 TS_SECONDS_HOUR_MIN_SEC,
63 WS_DLL_PUBLIC ts_type timestamp_get_type(
void);
64 WS_DLL_PUBLIC
void timestamp_set_type(ts_type);
66 WS_DLL_PUBLIC
int timestamp_get_precision(
void);
67 WS_DLL_PUBLIC
void timestamp_set_precision(
int tsp);
69 WS_DLL_PUBLIC ts_seconds_type timestamp_get_seconds_type(
void);
70 WS_DLL_PUBLIC
void timestamp_set_seconds_type(ts_seconds_type);