C# Class EKG_Project.Modules.TestModule

Test module class.
Inheritance: IModule
Afficher le fichier Open project: Nefarin/DadmProject

Méthodes publiques

Méthode Description
Abort ( ) : void
Ended ( ) : bool
Init ( ModuleParams parameters ) : void
Init ( TestModule_Params parameters ) : void
ProcessData ( ) : void
Progress ( ) : double
Runnable ( ) : bool
TestModule ( ) : System

Private Methods

Méthode Description
Main ( ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

Ended() public méthode

public Ended ( ) : bool
Résultat bool

Init() public méthode

public Init ( ModuleParams parameters ) : void
parameters ModuleParams
Résultat void

Init() public méthode

public Init ( TestModule_Params parameters ) : void
parameters TestModule_Params
Résultat void

ProcessData() public méthode

public ProcessData ( ) : void
Résultat void

Progress() public méthode

public Progress ( ) : double
Résultat double

Runnable() public méthode

public Runnable ( ) : bool
Résultat bool

TestModule() public méthode

public TestModule ( ) : System
Résultat System