C# Class EKG_Project.Modules.TestModule3.TestModule3

Inheritance: IModule
Show file Open project: Nefarin/DadmProject Class Usage Examples

Public Methods

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

Private Methods

Method Description
processData ( ) : void
scaleSamples ( int channel, int startIndex, int step ) : 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

Main() public static method

public static Main ( ) : void
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