AidlabSynchronizationDelegate class abstract

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

didDetectPastUserEvent(Aidlab aidlab, int timestamp) → void
didReceivePastAccelerometer(Aidlab aidlab, int timestamp, double ax, double ay, double az) → void
didReceivePastActivity(Aidlab aidlab, int timestamp, ActivityType activity) → void
didReceivePastBodyPosition(Aidlab aidlab, int timestamp, BodyPosition bodyPosition) → void
didReceivePastECG(Aidlab aidlab, int timestamp, List<double> values) → void
didReceivePastGyroscope(Aidlab aidlab, int timestamp, double qx, double qy, double qz) → void
didReceivePastHeartRate(Aidlab aidlab, int timestamp, int heartRate) → void
didReceivePastMagnetometer(Aidlab aidlab, int timestamp, double mx, double my, double mz) → void
didReceivePastOrientation(Aidlab aidlab, int timestamp, double roll, double pitch, double yaw) → void
didReceivePastPressure(Aidlab aidlab, int timestamp, List<int> values) → void
didReceivePastQuaternion(Aidlab aidlab, int timestamp, double qw, double qx, double qy, double qz) → void
didReceivePastRespiration(Aidlab aidlab, int timestamp, List<double> values) → void
didReceivePastRespirationRate(Aidlab aidlab, int timestamp, int value) → void
didReceivePastRr(Aidlab aidlab, int timestamp, int rr) → void
didReceivePastSignalQuality(Aidlab aidlab, int timestamp, int value) → void
didReceivePastSkinTemperature(Aidlab aidlab, int timestamp, double value) → void
didReceivePastSoundFeatures(Aidlab aidlab, List<double> values) → void
didReceivePastSoundVolume(Aidlab aidlab, int timestamp, int soundVolume) → void
didReceivePastSteps(Aidlab aidlab, int timestamp, int value) → void
didReceiveUnsynchronizedSize(Aidlab aidlab, int unsynchronizedSize, double syncBytesPerSecond) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
syncStateDidChange(Aidlab aidlab, SyncState state) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited