| Package | Description |
|---|---|
| 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.
|
| org.lsst.ccs.subsystems.fcs.testbench.LPC |
| Modifier and Type | Class and Description |
|---|---|
class |
LoaderCanOpenProxy
The tcp server for the loader when we want to connect or disconnect loader
hardware.
|
| Modifier and Type | Field and Description |
|---|---|
protected CanOpenProxy |
BridgeToCanOpenHardware.tcpProxy |
protected CanOpenProxy |
CanOpenDevice.tcpProxy |
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxy |
BridgeToCanOpenHardware.getTcpProxy() |
| Constructor and Description |
|---|
BridgeToCanOpenHardware(String aName,
int aTickMillis,
CanOpenProxy tcpProxy) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimuCanOpenProxy |
| Constructor and Description |
|---|
BridgeToSFTHardware(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenADC ai814,
CanOpenDAC ao412,
CompactIOModule dio8n1,
CompactIOModule dio8n2,
CanOpenEPOS24 clampXminusCtl,
CanOpenEPOS24 clampXplusCtl) |
| Constructor and Description |
|---|
BridgeForAPCTestBench(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenADC ai814,
CanOpenDAC ao412) |
BridgeForCPPMTestBench(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenPlutoGateway plutoGW,
CanOpenEPOS24 latchController,
CanOpenEPOS70 linearRailMasterController,
CanOpenEPOS70 linearRailSlaveController,
CanOpenEPOS24 onlineClampController)
Build a new BridgeForCPPMTestBench.
|
BridgeForLPSCTestBench(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenEPOS24 epos24,
CanOpenEPOS70 epos70,
CanOpenPlutoGateway plutoGW) |
BridgeToChanger(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenDAC ao412) |
BridgeToLoader(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenADC ai814) |
| Constructor and Description |
|---|
BridgeForLPCTestBench(String aName,
int aTickMillis,
CanOpenProxy tcpProxy) |
BridgeForLPCTestBench(String aName,
int aTickMillis,
CanOpenProxy tcpProxy,
CanOpenADC ai814,
CanOpenDAC ao412) |
Copyright © 2016 LSST. All rights reserved.