- Get_Copy() - Method in class de.adwin.driver.ADwinDevice
-
Creates an independent copy of this object.
- Get_DeviceNo() - Method in class de.adwin.driver.ADwinDevice
-
Reads the currently active device number.
- Get_FPar(int) - Method in class de.adwin.driver.ADwinDevice
-
Reads a float parameter from the ADwin system.
- Get_FPar_All(float[]) - Method in class de.adwin.driver.ADwinDevice
-
Reads all float parameters into an array.
- Get_FPar_All_Double(double[]) - Method in class de.adwin.driver.ADwinDevice
-
Reads all double parameters into an array.
- Get_FPar_Block(float[], int, int) - Method in class de.adwin.driver.ADwinDevice
-
Reads a block of float parameters.
- Get_FPar_Block_Double(double[], int, int) - Method in class de.adwin.driver.ADwinDevice
-
Reads a block of double parameters.
- Get_FPar_Double(int) - Method in class de.adwin.driver.ADwinDevice
-
Reads a double parameter from the ADwin system.
- Get_Globaldelay(int) - Method in class de.adwin.driver.ADwinDevice
-
- Get_Known_DeviceNo() - Method in class de.adwin.driver.ADwinDevice
-
Returns an array that contains all device numbers that have been added (with Add_Entry
) to this class.
- Get_Par(int) - Method in class de.adwin.driver.ADwinDevice
-
Reads an integer parameter from the ADwin system.
- Get_Par_All(int[]) - Method in class de.adwin.driver.ADwinDevice
-
Reads all integer parameters into an array.
- Get_Par_Block(int[], int, int) - Method in class de.adwin.driver.ADwinDevice
-
Reads a block of integer parameters.
- Get_Processdelay(int) - Method in class de.adwin.driver.ADwinDevice
-
Gets the process delay of a process.
- getCode() - Method in exception de.adwin.driver.ADwinCommunicationError
-
Gets a code that provides additional info for the error.
- GetData_Double(int, double[], int, int) - Method in class de.adwin.driver.ADwinDevice
-
Reads a part of a double data field.
- GetData_Float(int, float[], int, int) - Method in class de.adwin.driver.ADwinDevice
-
Reads a part of a float data field.
- GetData_Long(int, int[], int, int) - Method in class de.adwin.driver.ADwinDevice
-
Reads a part of an integer data field.
- GetData_String(int) - Method in class de.adwin.driver.ADwinDevice
-
Reads a string data field.
- GetData_String(int, char[], int) - Method in class de.adwin.driver.ADwinDevice
-
reads a string data field in a char
Array.
- GetFifo_Double(int, double[], int) - Method in class de.adwin.driver.ADwinDevice
-
Reads some doubles from a fifo.
- GetFifo_Float(int, float[], int) - Method in class de.adwin.driver.ADwinDevice
-
Reads some floats from a fifo.
- GetFifo_Long(int, int[], int) - Method in class de.adwin.driver.ADwinDevice
-
Reads some integers from a fifo.
- getMessage() - Method in exception de.adwin.driver.ADwinCommunicationError
-