org.lsst.ccs.subsystems.fcs.common
Interface PieceOfHardware

All Known Implementing Classes:
CanOpenADC, CanOpenClampActuatorModule, CanOpenDAC, CanOpenDIO

public interface PieceOfHardware

This is an interface for a piece of hardware on a can open network. //TODO : should be renamed CanOpenDevice

Author:
virieux

Method Summary
 String getName()
           
 String getNodeID()
           
 String getSerialNB()
           
 void initialize()
           
 boolean isConfigOK()
           
 

Method Detail

getName

String getName()

getSerialNB

String getSerialNB()

getNodeID

String getNodeID()

isConfigOK

boolean isConfigOK()
Returns:
true If this piece of hardware is booted and its configuration on the hardware is the same than the one in the Configuration DB.

initialize

void initialize()


Copyright © 2013 LSST. All Rights Reserved.