Cortex Android
 All Classes Namespaces Functions Variables
nl.sense_os.cortex.FilteredPositionSensor Class Reference
Inheritance diagram for nl.sense_os.cortex.FilteredPositionSensor:

Public Member Functions

 FilteredPositionSensor (String name, SensePlatform sensePlatform)
 
 FilteredPositionSensor (SensePlatform sensePlatform)
 

Detailed Description

This is the wrapper class of the Position Filter module.
The Position Filter module filters noisy position data based on accuracy, time and location.

This DataProcessor requires the following sensors/settings:
SensorNames.Location
Location sensing enabled

Author
Ted Schmidt ted@s.nosp@m.ense.nosp@m.-os.n.nosp@m.l

Constructor & Destructor Documentation

nl.sense_os.cortex.FilteredPositionSensor.FilteredPositionSensor ( String  name,
SensePlatform  sensePlatform 
)

FilteredPosition constructor

A FilteredPosition data producer will be registered at the Sense Service
under the name supplied with this constructor.
To receive data from this DataProducer, subscription should be done at the Sense Service with the given name.
The DataProcessor persists its state based on the supplied name.

Parameters
sensePlatformThe SensePlatform
nameThe name of the data processor. Should be unique.
nl.sense_os.cortex.FilteredPositionSensor.FilteredPositionSensor ( SensePlatform  sensePlatform)

FilteredPosition constructor

A FilteredPosition data producer will be registered at the Sense Service
*

See Also
FilteredPositionSensor(String name, SensePlatform sensePlatform)
Parameters
sensePlatformThe SensePlatform

The documentation for this class was generated from the following file: