Typedefs |
| typedef int R_CDECL | R_TIME_CMP_FUNC_T (R_TIME_T *tm1, R_TIME_T *tm2) |
| | Compares two R_TIME_T structures tm1 and tm2. More...
|
| typedef int R_CDECL | R_TIME_EXPORT_FUNC_T (R_TIME_T *tm, int format, char *buffer, int buf_len) |
| | Exports an R_TIME_T structure tm in a given format. More...
|
| typedef R_TIME_T* R_CDECL | R_TIME_FUNC_T (R_TIME_T *tm) |
| | Returns the current time in the R_TIME_T structure tm. More...
|
| typedef int R_CDECL | R_TIME_IMPORT_FUNC_T (char *buffer, int buf_len, int format, R_TIME_T *tm) |
| | Converts the input data buffer from the given time format to R_TIME_T. More...
|
| typedef R_TIME_T* R_CDECL | R_TIME_OFFSET_FUNC_T (R_TIME_T *ret, R_TIME_T *tm, R_INT32 secs_offset, R_INT32 nano_offset) |
| | Adds an offset in seconds and nanoseconds to the given time value tm and returns the results. More...
|