|
Mobile Sensor API Version 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Condition
object to be monitored.
SensorListener
to monitor
the availability of the given sensor.
SensorListener
to monitor
changes in the availability of any sensor that is measuring the defined
quantity.
Channel
interface provide information about the channel
and maintain conditions for monitoring the data.Condition
.
Control
object represents a sensor control
enabling the sensor's control.Controllable
represents a sensor which
can be controlled with the controls provided.DataAndErrorListener
interface is implemented by the
application to receive data and errors from the sensor.DataListener
interface is implemented by the
application to receive data from the sensor.SensorInfo
objects of sensors
that match the given quantity and context type.
SensorInfo
objects of all sensors
that match the given sensor URL.
Channel
object that
maintains Condition
objects attached to the
corresponding channel of the sensor.
ChannelInfo
object associated with the
Channel
.
ChannelInfo
that tells the data
properties of the channel from where the data values were
retrieved.
ChannelInfo
array
representing channels of the sensor.
Condition
objects set for the
given listener
Control
object matching
the given name.
Control
objects of the sensor.
TYPE_DOUBLE
.
ChannelInfo.TYPE_INT
.
Data
objects.
Control
.
ChannelInfo.TYPE_OBJECT
.
LimitCondition
set in the constructor.
SensorInfo
that contains information about the
sensor
SensorConnection
.
Unit
that matches the given
symbol.
SensorConnection
.
Condition
.
Condition
.
ObjectCondition
.
Mobile Sensor API
mandatory part.Mobile Sensor API
package is optional and it enables the
control of the sensor.LimitCondition
is a Condition
intended for
numeric data to set various kind of conditions.LimitCondition
object instance.
MeasurementRange
object, with given limits and resolution
MeasurementRangeControl
object is an example of
a general control used to set the measurement range of
the sensor.ObjectCondition
checks the equality of the set limit
to the measured data value.ObjectCondition
.
DataAndErrorListener.errorReceived()
notifications.
DataAndErrorListener.errorReceived()
notifications.
RangeCondition
checks if the measured data value
is within the defined range.RangeCondition
object.
Condition
and
ConditionListener
objects registered in this
Channel
.
Condition
and
ConditionListener
object pair from this
Channel
.
ConditionListener
and all
Condition
objects
associated with it.
DataListener
registered to this
SensorConnection
.
SensorListener
from the list of listeners
monitoring the availability of defined sensor(s).
SampleRateControl
object is an example of
a general control used to set the sample rate of the sensor.SensorConnection
is an abstraction of an actual
sensor.SensorInfo
contains a variety of information about the
physical sensor.SensorListener
represents a listener that receives
notifications when the availability of the sensor changes.SensorManager
class
is used to find sensors and monitor their
availability.DataListener
to receive collected data
asynchronously.
DataListener
to receive collected data
asynchronously.
StartControl
object is an example of
a general control used to start the sensor by calling
its execute()
method.SensorConnection
state after the method close()
is called; the end state.
SensorConnection
state when the
asynchronous data retrieval mode is
on.
SensorConnection
state after successful instantiation of
the SensorConnection
.
StopControl
object is an example of
a general control used to stop the sensor by calling
its execute()
method.Unit
double
data type.
int
data type.
Unit
represents the unit of the measured data values.
|
Mobile Sensor API Version 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |