C# Class hobd.Engine

Engine is a base abstract class for proposed sensor engine
Afficher le fichier Open project: cail/hobd Class Usage Examples

Protected Properties

Свойство Type Description
active bool
initData string
stream IStream
url string

Méthodes publiques

Méthode Description
Activate ( ) : void
CreateInstance ( string engineclass ) : Engine
Deactivate ( ) : void
Engine ( ) : System
Init ( IStream stream, string url, string initData ) : void
IsActive ( ) : bool
OnEngineReset ( int state ) : void

Méthodes protégées

Méthode Description
fireStateNotify ( int state ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

CreateInstance() public static méthode

public static CreateInstance ( string engineclass ) : Engine
engineclass string
Résultat Engine

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

Engine() public méthode

public Engine ( ) : System
Résultat System

Init() public méthode

public Init ( IStream stream, string url, string initData ) : void
stream IStream
url string
initData string
Résultat void

IsActive() public méthode

public IsActive ( ) : bool
Résultat bool

OnEngineReset() public méthode

public OnEngineReset ( int state ) : void
state int
Résultat void

fireStateNotify() protected méthode

protected fireStateNotify ( int state ) : void
state int
Résultat void

Property Details

active protected_oe property

protected bool active
Résultat bool

initData protected_oe property

protected string initData
Résultat string

stream protected_oe property

protected IStream stream
Résultat IStream

url protected_oe property

protected string url
Résultat string