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()
lists the info
|
java.lang.String |
getDeviceTypeStr()
gets the string for the device type
|
TriggerProc |
getTriggerProc()
lists the info
|
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)
lists the info
|
void |
setDeviceTypeStr(java.lang.String itsDeviceTypeStr)
lists the info
|
void |
setTriggerProc(TriggerProc aTriggerProc)
lists the info
|
java.lang.String |
toString()
report the class as a string
|
public DeviceInterface itsDeviceInterface
public int itsDevicePosCounter
public DeviceOperator(int channel)
channel
- the channelpublic 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)
aTriggerProc
- the trigger procedurepublic DataChannelDescriptor getDataChannelDescriptor()
public void setDataChannelDescriptor(DataChannelDescriptor dataSource)
dataSource
- the data sorcepublic java.lang.String getDeviceTypeStr()
public void setDeviceTypeStr(java.lang.String itsDeviceTypeStr)
itsDeviceTypeStr
- the device typepublic java.lang.String toString()
toString
in class java.lang.Object
public void list()
RH, 2017