See: Description
| Interface | Description |
|---|---|
| Actuator | |
| ADCInterface |
This interface is a model for a ADC : a Acquisition device.
|
| AlertRaiser |
This interface is implemented by each class that can raises an Alert.
|
| BinarySensor |
interface for binary sensors (sensors that send 0 or 1)
Its value is received from
updateValue. |
| BridgeToHardware |
This interface has to be implemented by classes which start a tcpip server to
communicate with real hardware or by classes which simulate the communication
with hardware.
|
| ControlledBySensors |
Provides method checkSensors for all hardware controlled by sensors.
|
| EPOSController | |
| EPOSControllerForCarousel | |
| EPOSControllerForLinearRail | |
| EPOSControllerForOnlineClamp | |
| EPOSControllerWithBrake | |
| FilterHolder |
The autochanger module for the whole Filter Exchange System or the fake
autochanger module implements this interface.
|
| MovedByEPOSController |
This interface is to be implemented by every class which is a model for a
hardware that is moved by an EPOSController.
|
| PieceOfHardware |
This is an interface for a piece of hardware on a can open network.
|
| PlutoGatewayInterface | |
| Sensor |
This interface is the model of a generic sensor.
|
| SensorPluggedOnDevice | |
| SensorPluggedOnTTC580 |
Interface for carousel sensors that are plugged on a TTC580.
|
| StrainGauge | |
| Thermometer |
This class represents a Thermometer with a method to read the temperature.
|
| TTC580Interface |
| Class | Description |
|---|---|
| EmergencyMessage |
This is a model for an Emergency message comming from the CANbus.
|
| MobileItem |
This represents a Mechanical Item which can be moved by a motor.
|
| PDOStorage |
To store the values returned by a PDO.
|
| Sensor14bits |
This class represents a 14bits sensor : the value returned by the sensor is
coded with 14 bits, so its value is between 0 and 32767.
|
| Enum | Description |
|---|---|
| ModuleState |
Copyright © 2020 LSST. All rights reserved.