public class DeviceOperator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DeviceInterface |
itsDeviceInterface |
int |
itsDevicePosCounter |
Constructor and Description |
---|
DeviceOperator(int channel)
standard constructor for the DeviceOperator class
|
Modifier and Type | Method and Description |
---|---|
void |
confirmInterface()
confirms that the controller has an interface
|
DataChannelDescriptor |
getDataChannelDescriptor() |
java.lang.String |
getItsDeviceTypeStr() |
TriggerProc |
getTriggerProc() |
boolean |
isControlDeviceOperator()
is a controller?
|
boolean |
isSensorDeviceOperator()
is a sensor?
|
void |
list()
lists the info
|
void |
reportDeviceStatus()
reports the status of the device
|
void |
setDataChannelDescriptor(DataChannelDescriptor dataSource) |
void |
setItsDeviceTypeStr(java.lang.String itsDeviceTypeStr) |
void |
setTriggerProc(TriggerProc aTriggerProc) |
java.lang.String |
toString()
report the class as a string
|
public DeviceInterface itsDeviceInterface
public int itsDevicePosCounter
public DeviceOperator(int channel)
public void confirmInterface() throws java.lang.Exception
java.lang.Exception
public boolean isSensorDeviceOperator()
public boolean isControlDeviceOperator()
public void reportDeviceStatus() throws java.lang.Exception
java.lang.Exception
public TriggerProc getTriggerProc()
public void setTriggerProc(TriggerProc aTriggerProc)
public DataChannelDescriptor getDataChannelDescriptor()
public void setDataChannelDescriptor(DataChannelDescriptor dataSource)
public java.lang.String getItsDeviceTypeStr()
public void setItsDeviceTypeStr(java.lang.String itsDeviceTypeStr)
public java.lang.String toString()
toString
in class java.lang.Object
public void list()
RH, 2017