C# 클래스 hobd.Engine

Engine is a base abstract class for proposed sensor engine
파일 보기 프로젝트 열기: cail/hobd 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
active bool
initData string
stream IStream
url string

공개 메소드들

메소드 설명
Activate ( ) : void
CreateInstance ( string engineclass ) : Engine
Deactivate ( ) : void
Engine ( ) : System
Init ( IStream stream, string url, string initData ) : void
IsActive ( ) : bool
OnEngineReset ( int state ) : void

보호된 메소드들

메소드 설명
fireStateNotify ( int state ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( string engineclass ) : Engine
engineclass string
리턴 Engine

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

Engine() 공개 메소드

public Engine ( ) : System
리턴 System

Init() 공개 메소드

public Init ( IStream stream, string url, string initData ) : void
stream IStream
url string
initData string
리턴 void

IsActive() 공개 메소드

public IsActive ( ) : bool
리턴 bool

OnEngineReset() 공개 메소드

public OnEngineReset ( int state ) : void
state int
리턴 void

fireStateNotify() 보호된 메소드

protected fireStateNotify ( int state ) : void
state int
리턴 void

프로퍼티 상세

active 보호되어 있는 프로퍼티

protected bool active
리턴 bool

initData 보호되어 있는 프로퍼티

protected string initData
리턴 string

stream 보호되어 있는 프로퍼티

protected IStream stream
리턴 IStream

url 보호되어 있는 프로퍼티

protected string url
리턴 string