| Package | Description |
|---|---|
| stella.sensor | |
| stella.util |
| Modifier and Type | Field and Description |
|---|---|
private Toggling |
WeatherSensor.derivativetoggle
The
Toggling instance for derivative-value judgement. |
private Toggling |
WeatherSensor.predicttoggle
The
Toggling instance for predicted-value judgement. |
private Toggling |
WeatherSensor.rawtoggle
The
Toggling instance for raw-value judgement. |
private Toggling |
WeatherSensor.smoothtoggle
The
Toggling instance for smooth-value judgement. |
private Toggling |
HumiditySwitch.toggle
The
Toggling instance to judge for dehumidification-on. |
| Modifier and Type | Method and Description |
|---|---|
static Toggling |
AbstractToggle.createToggle(String classname,
String arg)
Constructs a new
Toggling instance for use in
WeatherSensors. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuadraticBoard
A subclass of a trigger board.
|
class |
SchmidtIntegralTrigger |
class |
SchmidtTrigger
A Schmidt trigger.
|
class |
SolarToggle
A Solar height toggle with two different values.
|
class |
TriggerBoard
A trigger board.
|
class |
ValueToggle
A simple toggle.
|