23     #error "Please do not include this file directly, use pal.h instead" uint64_t pal_osGetTime(void)
Get the system time. 
 
palStatus_t pal_osSetStrongTime(uint64_t setTimeInSeconds)
Set the strong time. This function will be called when receiving time from a server that is completel...
 
palStatus_t pal_osSetTime(uint64_t seconds)
Set the current system time, defined as seconds since January 1st 1970 UTC+0. 
 
palStatus_t pal_initTime(void)
Initializes the time module. 
 
palStatus_t pal_osSetWeakTime(uint64_t setTimeInSeconds)
Set the weak time. 
 
int32_t palStatus_t
Definition: pal_types.h:49