C# 클래스 TUIO.TuioTime

* The TuioTime class is a simple structure that is used to reprent the time that has elapsed since the session start. * The time is internally represented as seconds and fractions of microseconds which should be more than sufficient for gesture related timing requirements. * Therefore at the beginning of a typical TUIO session the static method initSession() will set the reference time for the session. * Another important static method getSessionTime will return a TuioTime object representing the time elapsed since the session start. * The class also provides various addtional convience method, which allow some simple time arithmetics. *
파일 보기 프로젝트 열기: Ractiv/touch_plus_source_code 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( TuioTime ttime ) : bool
TuioTime ( ) : System
TuioTime ( TuioTime ttime ) : System
TuioTime ( long msec ) : System
TuioTime ( long sec, long usec ) : System
getMicroseconds ( ) : long
getSeconds ( ) : long
getSessionTime ( ) : TuioTime
getStartTime ( ) : TuioTime
getSystemTime ( ) : TuioTime
getTotalMilliseconds ( ) : long
initSession ( ) : void
operator ( ) : TuioTime
reset ( ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( TuioTime ttime ) : bool
ttime TuioTime
리턴 bool

TuioTime() 공개 메소드

public TuioTime ( ) : System
리턴 System

TuioTime() 공개 메소드

public TuioTime ( TuioTime ttime ) : System
ttime TuioTime
리턴 System

TuioTime() 공개 메소드

public TuioTime ( long msec ) : System
msec long
리턴 System

TuioTime() 공개 메소드

public TuioTime ( long sec, long usec ) : System
sec long
usec long
리턴 System

getMicroseconds() 공개 메소드

public getMicroseconds ( ) : long
리턴 long

getSeconds() 공개 메소드

public getSeconds ( ) : long
리턴 long

getSessionTime() 공개 정적인 메소드

public static getSessionTime ( ) : TuioTime
리턴 TuioTime

getStartTime() 공개 정적인 메소드

public static getStartTime ( ) : TuioTime
리턴 TuioTime

getSystemTime() 공개 정적인 메소드

public static getSystemTime ( ) : TuioTime
리턴 TuioTime

getTotalMilliseconds() 공개 메소드

public getTotalMilliseconds ( ) : long
리턴 long

initSession() 공개 정적인 메소드

public static initSession ( ) : void
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : TuioTime
리턴 TuioTime

reset() 공개 메소드

public reset ( ) : void
리턴 void