|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.ioModel.IOUtil
public final class IOUtil
Utility methods for IO Support.
| Method Summary | |
|---|---|
static long |
getDigitalMaxValue(boolean signed,
int ioSize)
Gets the minimum value for the supplied IO size. |
static long |
getDigitalMinValue(boolean signed,
int ioSize)
Gets the maximum value for the supplied IO size. |
static void |
validate(com.kuka.roboticsAPI.ioModel.IOTypes type,
long value,
int ioSize)
Validates that the supplied digital IO value is between than the supported range of values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static long getDigitalMinValue(boolean signed,
int ioSize)
signed - IO is signedioSize - size of the IO
public static long getDigitalMaxValue(boolean signed,
int ioSize)
signed - IO is signedioSize - size of the IO
public static void validate(com.kuka.roboticsAPI.ioModel.IOTypes type,
long value,
int ioSize)
type - type of the IOvalue - value to setioSize - size of the IO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||