#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/gwentime.h>
#include <gwenhywfar/misc.h>
Go to the source code of this file.
Functions to be implemented by OS specific modules | |
int | GWEN_Time__GetCurrentTime (GWEN_TIME *ti) |
Functions | |
void | GWEN_Time__SetSecsAndMSecs (GWEN_TIME *ti, GWEN_TYPE_UINT32 secs, GWEN_TYPE_UINT32 msecs) |
int GWEN_Time__GetCurrentTime | ( | GWEN_TIME * | ti | ) |
void GWEN_Time__SetSecsAndMSecs | ( | GWEN_TIME * | ti, | |
GWEN_TYPE_UINT32 | secs, | |||
GWEN_TYPE_UINT32 | msecs | |||
) |
This function is called by OS dependant implementations of GWEN_Time__GetCurrentTime.