|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sensor | |
---|---|
com.sentilla.mote.clientservices | Sentilla Client Services application that provides health and status messages from the mote to the host and allows ping and reboot. |
com.sentilla.platform.tmote | Sentilla system implementations for the Sentilla Tmote platform. |
com.sentilla.system | Sentilla core system classes. |
Uses of Sensor in com.sentilla.mote.clientservices |
---|
Fields in com.sentilla.mote.clientservices declared as Sensor | |
---|---|
protected Sensor<javax.measure.quantity.Dimensionless> |
ClientServicesLib.humidity
|
protected Sensor<javax.measure.quantity.Temperature> |
ClientServicesLib.itemperature
|
protected Sensor<javax.measure.quantity.Temperature> |
ClientServicesLib.temperature
|
protected Sensor<javax.measure.quantity.Illuminance> |
ClientServicesLib.tsr
|
protected Sensor<javax.measure.quantity.ElectricPotential> |
ClientServicesLib.voltage
|
Uses of Sensor in com.sentilla.platform.tmote |
---|
Classes in com.sentilla.platform.tmote that implement Sensor | |
---|---|
class |
AccelerationSensor
Sensor class for reading measurements from the JCreate accelerometer. |
class |
Adc<Q extends Quantity>
Private: for Sentilla internal use only. |
class |
CpuPowerSensor
Provides a Sensor implementation for reading the power consumed by the CPU on tmote. |
class |
McuTemperature
Tmote MCU temperature sensor. |
class |
McuVoltage
Tmote MCU voltage sensor. |
class |
MotePower
A Sensor for reading total power consumption on tmote. |
static class |
ParSensorDriver.ParSensor
Tmote PAR sensor. |
static class |
SensirionSht11.HumSensor
A Sensor implementation that obtains the humidity reading from the SensirionSht11 on Tmote. |
protected static class |
SensirionSht11.Sht11Sensor<Q extends Quantity>
Private: for Sentilla internal use only. |
static class |
SensirionSht11.TempSensor
A Sensor implementation that obtains the humidity reading from the SensirionSht11 on Tmote. |
static class |
TsrSensorDriver.TsrSensor
TSR sensor on Tmote. |
class |
VoltageAdc
Tmote extension of Adc (analog-to-digital converter). |
Methods in com.sentilla.platform.tmote that return Sensor | |
---|---|
Sensor<javax.measure.quantity.Illuminance> |
TsrSensorDriver.newSensor()
|
Sensor<javax.measure.quantity.Temperature> |
Sht11TemperatureDriver.newSensor()
|
Sensor<javax.measure.quantity.Dimensionless> |
Sht11HumidityDriver.newSensor()
|
Sensor<javax.measure.quantity.Illuminance> |
ParSensorDriver.newSensor()
|
Sensor<javax.measure.quantity.Energy> |
MotePowerDriver.newSensor()
|
Sensor<javax.measure.quantity.ElectricPotential> |
McuVoltageDriver.newSensor()
|
Sensor<javax.measure.quantity.Temperature> |
McuTemperatureDriver.newSensor()
|
Sensor<javax.measure.quantity.Energy> |
CpuPowerDriver.newSensor()
Gets the CPU power sensor. |
Sensor<javax.measure.quantity.Acceleration> |
AccelerationSensorDriver.newSensor()
Returns a new AccelerationSensor. |
Sensor<Q> |
SensirionSht11.Sht11Sensor.setRead()
|
Sensor<javax.measure.quantity.Energy> |
MotePower.setRead()
|
Sensor<javax.measure.quantity.Energy> |
CpuPowerSensor.setRead()
|
Sensor<Q> |
Adc.setRead()
|
Uses of Sensor in com.sentilla.system |
---|
Methods in com.sentilla.system that return Sensor | ||
---|---|---|
static
|
SensorDriver.create(String driver,
Class<Q> quantityClass)
Create a Sensor object for a specific type of sensor with measureable Quantity Q. |
|
abstract Sensor<Q> |
SensorDriver.newSensor()
Creates a new sensor object of quantity Q. |
|
Sensor<Q> |
Sensor.setRead()
Asynchronous interface to set up a read operation on a sensor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |