Unit 'kraft' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kraft]

TKraftHighResolutionTimer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: kraft.pas line 640

type TKraftHighResolutionTimer = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure SetFrameRate();

  

  function GetTime;

  

  function GetEventTime;

  

  procedure Sleep();

  

  function ToFixedPointSeconds();

  

  function ToFixedPointFrames();

  

  function ToFloatSeconds();

  

  function FromFloatSeconds();

  

  function ToMilliseconds();

  

  function FromMilliseconds();

  

  function ToMicroseconds();

  

  function FromMicroseconds();

  

  function ToNanoseconds();

  

  function FromNanoseconds();

  

  property SecondInterval: TKraftInt64; [r]

  

  property Frequency: TKraftInt64; [r]

  

  property FrequencyShift: TKraftInt32; [r]

  

  property FrameInterval: TKraftInt64; [r]

  

  property MillisecondInterval: TKraftInt64; [r]

  

  property TwoMillisecondsInterval: TKraftInt64; [r]

  

  property FourMillisecondsInterval: TKraftInt64; [r]

  

  property QuarterSecondInterval: TKraftInt64; [r]

  

  property HourInterval: TKraftInt64; [r]

  

end;

Inheritance

TKraftHighResolutionTimer

  

|

TObject



CT Web help

CodeTyphon Studio