|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SampleGapErrorEvent | |
---|---|
org.android.activityminer.app.recording | GUI - Raw data sample recorder. |
org.android.activityminer.logic.devices | Logic layer - Sensor device wrapper and data caches. |
org.android.activityminer.logic.timeseries | Logic layer - Components for time series segmentation. |
Uses of SampleGapErrorEvent in org.android.activityminer.app.recording |
---|
Methods in org.android.activityminer.app.recording with parameters of type SampleGapErrorEvent | |
---|---|
void |
GenericRecordingActivityForSensorObservations.onEvent(ObservableEventSource<? extends SampleGapErrorEvent> eventSource,
SampleGapErrorEvent observedEvent)
|
Method parameters in org.android.activityminer.app.recording with type arguments of type SampleGapErrorEvent | |
---|---|
void |
GenericRecordingActivityForSensorObservations.onEvent(ObservableEventSource<? extends SampleGapErrorEvent> eventSource,
SampleGapErrorEvent observedEvent)
|
Uses of SampleGapErrorEvent in org.android.activityminer.logic.devices |
---|
Fields in org.android.activityminer.logic.devices with type parameters of type SampleGapErrorEvent | |
---|---|
private ObservableEventSource<SampleGapErrorEvent> |
AccelerometerDataCache.observableGapErrorSource
The event source to delegate signaling of sample gap errors to. |
Methods in org.android.activityminer.logic.devices with parameters of type SampleGapErrorEvent | |
---|---|
void |
AccelerometerDataCache.notify(SampleGapErrorEvent data)
|
void |
AbstractAccelerometerDataSource.notify(SampleGapErrorEvent data)
|
Method parameters in org.android.activityminer.logic.devices with type arguments of type SampleGapErrorEvent | |
---|---|
void |
AccelerometerDataCache.registerEventObserver(EventObserver<? extends SampleGapErrorEvent> observer)
|
void |
AbstractAccelerometerDataSource.registerEventObserver(EventObserver<? extends SampleGapErrorEvent> observer)
|
void |
AccelerometerDataCache.unregisterEventObserver(EventObserver<? extends SampleGapErrorEvent> observer)
|
void |
AbstractAccelerometerDataSource.unregisterEventObserver(EventObserver<? extends SampleGapErrorEvent> observer)
|
Uses of SampleGapErrorEvent in org.android.activityminer.logic.timeseries |
---|
Methods in org.android.activityminer.logic.timeseries with parameters of type SampleGapErrorEvent | |
---|---|
void |
SensorScanner.delegateNotify(SampleGapErrorEvent data)
Does delegate the notification about external recognition of sample gap error events to the accelerometer source. |
void |
ObservableSensorScannerImpl.delegateNotify(SampleGapErrorEvent data)
|
void |
ObservableAccSensorScanner.delegateNotify(SampleGapErrorEvent data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |