Springhead
An open source physics engine for virtual reality, haptics and motion generation.
クラス UTQPTimer
UTQPTimerに対する継承グラフ

Public メソッド

void WaitUS (int time)
 μs単位で待つ
 
void Accumulate (UTLongLong &l)
 前回からの経過時間をカウント値で追加
 
UTLongLong Count ()
 前回からの経過時間をカウント値で計測
 
int CountNS ()
 前回からの経過時間をns単位で計測
 
int CountUS ()
 前回からの経過時間をμs単位で計測
 
void CountAndWaitUS (int time)
 前回からの経過時間をμs単位で計測し,全体としてus単位で待つ(一定ループ生成用)
 
unsigned long Start ()
 ストップウォッチ機能. [詳細]
 
unsigned long Stop ()
 計測停止,経過時間(stopWatchの値)をus単位で返す
 
unsigned long GetTime ()
 現在の時間(stopWatchの値)をus単位で返す
 
unsigned long Clear ()
 クリア,stopWatchを0にする
 

Static Public メソッド

static int Freq ()
 タイマーの周波数を出力
 

関数

unsigned long Start ( )

計測開始,開始時間(stopWatchの値)をus単位で返す


このクラスの説明は次のファイルから生成されました: