C# Class EKG_Project.Modules.TestModule

Test module class.
Inheritance: IModule
Show file Open project: Nefarin/DadmProject

Public Methods

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

Private Methods

Method Description
Main ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

Ended() public method

public Ended ( ) : bool
return bool

Init() public method

public Init ( ModuleParams parameters ) : void
parameters ModuleParams
return void

Init() public method

public Init ( TestModule_Params parameters ) : void
parameters TestModule_Params
return void

ProcessData() public method

public ProcessData ( ) : void
return void

Progress() public method

public Progress ( ) : double
return double

Runnable() public method

public Runnable ( ) : bool
return bool

TestModule() public method

public TestModule ( ) : System
return System