|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
org.lsst.ccs.framework.Module
org.lsst.ccs.subsystems.fcs.testbench.CanOpenLED
public class CanOpenLED
Used in APC TEST BENCH only. This is to represent a very basic led which is connected on the CAn Open device AI814
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.lsst.ccs.framework.Module |
|---|
org.lsst.ccs.framework.Module.ValueUpdate |
| Nested classes/interfaces inherited from interface org.lsst.ccs.framework.Configurable |
|---|
org.lsst.ccs.framework.Configurable.Environment |
| Field Summary |
|---|
| Fields inherited from class org.lsst.ccs.framework.Module |
|---|
environment, log, name, nObserverThreads, registry, tickMillis |
| Constructor Summary | |
|---|---|
CanOpenLED()
|
|
| Method Summary | |
|---|---|
CanOpenDAC |
getDac()
|
String |
getDacName()
|
int |
getOutputNumero()
|
void |
initModule()
|
String |
sentCurrent(String hexa)
to sent a current to a led |
void |
setDac(CanOpenDAC dac)
|
void |
setDacName(String dacName)
|
void |
setOutputNumero(int outputNumero)
|
String |
turnOFF()
|
String |
turnON()
|
| Methods inherited from class org.lsst.ccs.framework.Module |
|---|
change, checkHardware, dropConfigurationContext, getCheckedValueFromConfiguration, getChildren, getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, processUpdate, publishData, publishData, publishData, publishData, register, register, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownCommand, shutdownNow, start, startTicking, tick, update |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CanOpenLED()
| Method Detail |
|---|
public CanOpenDAC getDac()
public void setDac(CanOpenDAC dac)
public String getDacName()
public void setDacName(String dacName)
public int getOutputNumero()
public void setOutputNumero(int outputNumero)
public void initModule()
initModule in class org.lsst.ccs.framework.Module
public String turnON()
throws SDORequestError,
HardwareNotDetectedException
turnON in interface LedSDORequestError
HardwareNotDetectedException
public String turnOFF()
throws SDORequestError,
HardwareNotDetectedException
turnOFF in interface LedSDORequestError
HardwareNotDetectedException
public String sentCurrent(String hexa)
throws SDORequestError,
HardwareNotDetectedException
hexa - (3000 par exemple)
SDORequestError
HardwareNotDetectedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||