public interface PieceOfHardware
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getNodeID() |
String |
getSerialNB() |
String |
initializeHardware()
This methods write some configuration data on the hardware CPU.
|
boolean |
isBooted() |
boolean |
isInitialized() |
void |
setBooted(boolean aBoolean) |
String getName()
String getSerialNB()
String getNodeID()
boolean isBooted()
void setBooted(boolean aBoolean)
boolean isInitialized()
String initializeHardware() throws FcsHardwareException
FcsHardwareExceptionCopyright © 2015 LSST. All rights reserved.