C# Class EKG_Project.Modules.ECG_Baseline.ECG_Baseline

Inheritance: IModule
Afficher le fichier Open project: Nefarin/DadmProject Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
processData ( ) : 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

Main() public static méthode

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