|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.ioModel.IODetail
public class IODetail
Container class with details about an IO. These information are the minimum
set of data to uniquely identify an IO.
This class can be transferred via NCF.
| Field Summary | |
|---|---|
int |
_bitSize
Bit size of the IO. |
String |
_busDriverName
Bus driver name. |
String |
_busInstanceName
Bus instance name. |
String |
_description
The description of the IO. |
IODirection |
_direction
Direction of the IO. |
double |
_endRange
The end range of the values of the analog IO. |
String |
_ioGroup
Name of the IO-group. |
String |
_ioName
Name of the IO. |
IOTypes |
_ioType
Sunrise type of the IO. |
boolean |
_modifiable
Indicates whether the value of the IO can be changed or not. |
boolean |
_signed
IO value (digital or analog) is signed. |
double |
_startRange
The start range of the values of the analog IO (only used for analog IOs). |
boolean |
_valid
Validity of the IO. |
Number |
_value
Value of the IO. |
| Constructor Summary | |
|---|---|
IODetail()
Default constructor. |
|
| Method Summary | |
|---|---|
IODetail |
clone()
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String _busDriverName
public String _busInstanceName
public String _ioGroup
public String _ioName
public IODirection _direction
public Number _value
public boolean _valid
public IOTypes _ioType
public int _bitSize
public String _description
public boolean _signed
public double _startRange
public double _endRange
public boolean _modifiable
| Constructor Detail |
|---|
public IODetail()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic IODetail clone()
clone in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||