| Package | Description |
|---|---|
| stella.sensor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Deriving
The interface marking derivative capabilities of a sensor.
|
interface |
Predicting
The interface marking predictive capabilities of a sensor.
|
interface |
Smoothing
The interface marking smoothing capabilities of a sensor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AverageSensor
A class that takes a list of individual sensors and returns the average
of their measurements as its measurement.
|
class |
BadSensor
A bad sensor does not generate data events based on reading a true sensor,
but generates it from evaluating a probability description.
|
class |
BeckhoffSensor
A sensor representation of analog input data read with a
Beckhoff PLC
module.
|
class |
CachingTcpIpSensor |
class |
CumulativeSensor
A cumulative sensor cumulates readings.
|
class |
DatabaseSensor
A sensor that reads its data out of a (remote) database.
|
class |
DerivativeSensor
A derivating sensor adds the capability of calculating the first derivative
of the sensor readings.
|
class |
DewPoint
A class that calculates the difference between the ambient temperature and
the dewpoint.
|
class |
FakeSensor
A fake sensor does not generate data events based on reading a true sensor,
but generates it from reading a file.
|
class |
FakeSolZSensor
This class is for the STELLA system at an increased pace.
|
class |
HealthSensor
A class to monitor voltage and temperature of the computer core.
|
class |
KeystrokeSensor
A sensor to generate weather events with the keyboard.
|
class |
MoxaSensor
A sensor representation of a moxa sensor, without conversion for temperature
sensors and possibly with conversion on AD moduels.
|
class |
MultiToggleSensor
A class that takes a list of individual sensors plus a toggle list
(Schmidt-trigger like toggle between good and bad).
|
class |
NoiseSolZSensor
This is a non-abstract implementation of a
WeatherSensor. |
class |
OneWireADSensor
A sensor representation of analog input data read with a one-wire A/D
converter.
|
class |
OneWireRainSensor
A sensor representation of a one-wire sensor.
|
class |
OneWireSensor
A sensor representation of a one-wire sensor.
|
class |
ParameterSensor
A sensor that reads a parameter and derives its rule out of it.
|
class |
PingSensor
A ping sensor generates its reading by ping another host.
|
class |
PredictiveSensor
A prediciting sensor adds the capability of predicting future
sensor readings.
|
class |
QuickDumpSensor
A test-unti only.
|
class |
RS485Sensor
A sensor representation of analog input data read with a NuDAM-6017
module.
|
class |
SkyQualityMeter |
class |
SmoothingSensor
A smoothing sensor adds the capability of smoothing the sensor readings
with some general, but always causal linear smoothing method.
|
class |
SolHeightSensor
This is a non-abstract implementation of a
WeatherSensor that acts
similar to the stand-alone SolZSensor. |
class |
SolZSensor
This is a non-abstract implementation of a
WeatherSensor. |
class |
TcpIpSensor
A weather sensor that connects via TCP/IP.
|
class |
Ups
A class to represent an ups.
|
class |
UpsSensor
A sensor representation of a ups sensor.
|
class |
WeatherSensor
This is the last abstract class in the sensor chain.
|
class |
WeirdSolZSensor
This class is for testing the behaviour of the STELLA system if one sensor
suddenly starts producing weird data.
|