| Package | Description |
|---|---|
| org.lsst.ccs.subsystems.fcs.common |
This packages is for the interfaces or abstract classes that are common for
all the subpackages.
|
| org.lsst.ccs.subsystems.fcs.drivers |
This package is for the software which communicates with the drivers of the
real hardware.
|
| org.lsst.ccs.subsystems.fcs.simulation |
This package is for the simulators of the Filter Exchanger hardware.
|
| org.lsst.ccs.subsystems.fcs.singlefiltertest |
This package is for the Single Filter Test control software.
|
| org.lsst.ccs.subsystems.fcs.testbench |
This package is for the test bench installed at
APC
with a PC104 and two Can Open Devices : an ADC and a DAC.
|
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxy |
BridgeToHardware.getTcpProxy() |
| Modifier and Type | Field and Description |
|---|---|
protected CanOpenProxy |
BridgeToCanOpenHardware.tcpProxy |
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxy |
BridgeToCanOpenHardware.getTcpProxy() |
| Constructor and Description |
|---|
BridgeToCanOpenHardware(String aName,
int aTickMillis,
CanOpenProxy tcpProxy) |
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxy |
SimuBridgeToCanOpenHardware.getTcpProxy() |
| Constructor and Description |
|---|
BridgeToSFTHardware(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenADC ai814,
CanOpenDAC ao412,
CanOpenDIO dio8n1,
CanOpenDIO dio8n2,
CanOpenClampActuatorModule clampActuatorXminus,
CanOpenClampActuatorModule clampActuatorXplus) |
| Constructor and Description |
|---|
BridgeForAPCTestBench(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenADC ai814,
CanOpenDAC ao412) |
BridgeForCPPMTestBench(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenPlutoGateway plutoGW,
CanOpenEPOS24 anEpos) |
BridgeForLPSCTestBench(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenEPOS24 actuator) |
BridgeToChanger(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenDAC ao412) |
BridgeToLoader(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenADC ai814) |
Copyright © 2013 LSST. All Rights Reserved.