C D E G I P R S

P

pause() - Method in interface com.proatech.bioera.external.ExternalInitIf
Invoked when design (or this element) is paused
physicalMax - Variable in class com.proatech.bioera.external.ChannelInfo
 
physicalMin - Variable in class com.proatech.bioera.external.ChannelInfo
 
processInputData(int, int[], int) - Method in interface com.proatech.bioera.external.ExternalSinkIf
This method is called from BioEra when input data is available in Scalar external element.
processInputData(int, float[], int) - Method in interface com.proatech.bioera.external.ExternalSinkIf
This method is called from BioEra when input data is available in Float external element.
processInputData(int, double[], int) - Method in interface com.proatech.bioera.external.ExternalSinkIf
This method is called from BioEra when input data is available in Float external element.
processOutputData(int, int[]) - Method in interface com.proatech.bioera.external.ExternalSourceIf
Data from this external element is moved (copied) to output pipe.
Channel parameter specifies channel number, buffer should be filled with samples formatted as signed integer values.
processOutputData(int, float[]) - Method in interface com.proatech.bioera.external.ExternalSourceIf
Data from this external element is moved to output pipe.
Channel parameter specifies channel number, buffer should be filled with samples formatted as float values.
processOutputData(int, double[]) - Method in interface com.proatech.bioera.external.ExternalSourceIf
Data from this external element is moved to output pipe.
Channel parameter specifies channel number, buffer should be filled with samples formatted as double values.

C D E G I P R S