| Package | Description |
|---|---|
| stella.environment | |
| stella.roof |
| Modifier and Type | Field and Description |
|---|---|
protected Sheltering |
ShelterMaster.shelter
The shelter command handler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomeOperating
An interface describing the functionality of a roof server.
|
interface |
RoofOperating
An interface describing the functionality of a roof server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractShelter
An abstract implementation of the
RoofOperating interface. |
class |
BeckhoffRoof
This is the driver for the new Beckhoff-controlled roll-off roof in STELLA.
|
class |
DomeReceiver
The Dome receiver operates the
Baader dome
of RoboTel, but should be capable of dealing with similar dome designs.
|
class |
RoofReceiver
The class serving open/close roof, power on/off, status
and reset limit switches.
|
| Modifier and Type | Field and Description |
|---|---|
private Sheltering |
ShelterTrigger.roof
The roof operating instance for this trigger.
|
| Modifier and Type | Method and Description |
|---|---|
static Sheltering |
AbstractShelter.createShelter(Map<String,String> prop)
Constructs a new weather watching instance using the mapping of the
PropertySupplying.KEY_CLASS to the class name to derive the class to instantiate. |
| Modifier and Type | Method and Description |
|---|---|
void |
ShelterTrigger.registerShelter(Sheltering operator)
Sets the roof operator where queries are diverted to.
|