| [Overview][Constants][Types][Procedures and functions][Index] | 
Get the time of a clock
Source position: linux.pp line 471
function clock_gettime(  | 
clk_id: clockid_t;  | 
tp: ptimespec  | 
):cint;  | 
clock_gettime returns the current time of the clock specified in clk_id in the tp structure. If the clock exists and the time can be retrieved, 0 is returned.
On Error, -1 is returned. fpgeterrno can be used to get more detailed error information.
  | 
Get clock resolution  | 
|
  | 
Set the time of a clock  |