CallibriEcgLibBindings class
Bindings for src/callibri_ecg_lib.h
.
Regenerate bindings with dart run ffigen --config ffigen.yaml
.
Constructors
- CallibriEcgLibBindings.new(DynamicLibrary dynamicLibrary)
-
The symbols are looked up in
dynamicLibrary
. -
CallibriEcgLibBindings.fromLookup(Pointer<
T> lookup<T extends NativeType>(String symbolName) ) -
The symbols are looked up with
lookup
.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
CallibriMathGetLastRpeakIndex(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → double -
CallibriMathLibClearData(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → void -
CallibriMathLibGetAmplModa(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → double -
CallibriMathLibGetHR(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → double -
CallibriMathLibGetModa(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → double -
CallibriMathLibGetPressureIndex(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → double -
CallibriMathLibGetRR(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → double -
CallibriMathLibGetVariationDist(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → double -
CallibriMathLibInitFilter(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → void -
CallibriMathLibInitialSignalCorrupted(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → bool -
CallibriMathLibProcessDataArr(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → void -
CallibriMathLibPushData(
Pointer< NativeCallibriMathLib> callibriMathLibPtr, Pointer<Double> samples, int samplesCount) → void -
CallibriMathLibResetDataProcess(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → void -
CallibriMathLibRRdetected(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → bool -
CallibriMathLibSetPressureAverage(
Pointer< NativeCallibriMathLib> callibriMathLibPtr, int t) → void -
CallibriMathLibSetRRchecked(
Pointer< NativeCallibriMathLib> callibriMathLibPtr) → void -
createCallibriMathLib(
int sampling_rate, int data_window, int nwins_for_pressure_index) → Pointer< NativeCallibriMathLib> -
freeCallibriMathLib(
Pointer< NativeCallibriMathLib> arg0) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited