- 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(float[], ADwinDevice.first_pcarray_index_t) - 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_All_Double(double[], ADwinDevice.first_pcarray_index_t) - 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(float[], int, int, ADwinDevice.first_pcarray_index_t) - 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_Block_Double(double[], int, int, ADwinDevice.first_pcarray_index_t) - 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_All(int[], ADwinDevice.first_pcarray_index_t) - 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_Par_Block(int[], int, int, ADwinDevice.first_pcarray_index_t) - 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_Double(int, double[], int, int, ADwinDevice.first_pcarray_index_t) - 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_Float(int, float[], int, int, ADwinDevice.first_pcarray_index_t) - 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_Long(int, int[], int, int, ADwinDevice.first_pcarray_index_t) - 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
-
- Set_DeviceNo(int) - Method in class de.adwin.driver.ADwinDevice
-
Chooses a device from the device table to work with.
- Set_FPar(int, float) - Method in class de.adwin.driver.ADwinDevice
-
Sets a float parameter.
- Set_FPar_Double(int, double) - Method in class de.adwin.driver.ADwinDevice
-
Sets a double parameter.
- Set_Globaldelay(int, int) - Method in class de.adwin.driver.ADwinDevice
-
- Set_Language(int) - Method in class de.adwin.driver.ADwinDevice
-
Sets the language for messages of exceptions.
- Set_Par(int, int) - Method in class de.adwin.driver.ADwinDevice
-
Sets one of the integer parameters.
- Set_Processdelay(int, int) - Method in class de.adwin.driver.ADwinDevice
-
Sets the process delay of a process.
- SetData_Double(int, double[], int, int) - Method in class de.adwin.driver.ADwinDevice
-
Sets a part of a double data field.
- SetData_Double(int, double[], int, int, ADwinDevice.first_pcarray_index_t) - Method in class de.adwin.driver.ADwinDevice
-
Sets a part of a double data field.
- SetData_Float(int, float[], int, int) - Method in class de.adwin.driver.ADwinDevice
-
Sets a part of a float data field.
- SetData_Float(int, float[], int, int, ADwinDevice.first_pcarray_index_t) - Method in class de.adwin.driver.ADwinDevice
-
Sets a part of a float data field.
- SetData_Long(int, int[], int, int) - Method in class de.adwin.driver.ADwinDevice
-
Sets a part of an integer data field.
- SetData_Long(int, int[], int, int, ADwinDevice.first_pcarray_index_t) - Method in class de.adwin.driver.ADwinDevice
-
Sets a part of an integer data field.
- SetData_String(int, String) - Method in class de.adwin.driver.ADwinDevice
-
Writes a string into a string data field.
- SetFifo_Double(int, double[], int) - Method in class de.adwin.driver.ADwinDevice
-
Writes some doubles into a fifo.
- SetFifo_Float(int, float[], int) - Method in class de.adwin.driver.ADwinDevice
-
Writes some floats into a fifo.
- SetFifo_Long(int, int[], int) - Method in class de.adwin.driver.ADwinDevice
-
Writes some integers into a fifo.
- Start_Process(int) - Method in class de.adwin.driver.ADwinDevice
-
Starts a process that has been loaded previously with
Load_Process
.
- Stop_Process(int) - Method in class de.adwin.driver.ADwinDevice
-
Stops a process.
- String_Length(int) - Method in class de.adwin.driver.ADwinDevice
-
Determines the length of a string.