B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
System::SystemTimer Class Reference

Timer-related functions. More...

#include <FE_SYS_Time.h>

Static Public Member Functions

static u64 getCurrentTimerValue ()
 Returns the value of the high performance system timer. More...
 
static u64 getDifferenceInMks (const u64 timerLast, const u64 timerFirst)
 Evaluates difference between timer1 - timer2 and converts result into mks. More...
 

Detailed Description

Timer-related functions.

Member Function Documentation

static u64 System::SystemTimer::getCurrentTimerValue ( )
static

Returns the value of the high performance system timer.

Exceptions
SystemException.
static u64 System::SystemTimer::getDifferenceInMks ( const u64  timerLast,
const u64  timerFirst 
)
static

Evaluates difference between timer1 - timer2 and converts result into mks.

timerLast - last timer's value timerFirst - first timer's value

Exceptions
SystemException.