A B C D F G L P R S T U W

A

ADwinCommunicationError - exception de.adwin.driver.ADwinCommunicationError.
Exception for errors with the communication with the ADwin system, and for errors on it.
ADwinCommunicationError(String, String, int, int) - Constructor for class de.adwin.driver.ADwinCommunicationError
 
ADwinCommunicationError(String, String, int) - Constructor for class de.adwin.driver.ADwinCommunicationError
 
ADwinCommunicationError(String, int) - Constructor for class de.adwin.driver.ADwinCommunicationError
 
ADwinCommunicationError(String) - Constructor for class de.adwin.driver.ADwinCommunicationError
 
ADwinCommunicationError() - Constructor for class de.adwin.driver.ADwinCommunicationError
 
ADwinDevice - class de.adwin.driver.ADwinDevice.
Provides access to ADwin Devices, and a simple device table.
ADwinDevice() - Constructor for class de.adwin.driver.ADwinDevice
Construct a new ADwinDeviceObject, the language for Exceptions etc. is set to english, except when Locale.getDefault ().getISO3Language ().compareTo ("deu") !
Add_Entry(int, InetAddress, String, int, int) - Method in class de.adwin.driver.ADwinDevice
Appends a new entry to the device table.

B

Boot(String) - Method in class de.adwin.driver.ADwinDevice
Boots an ADwin system and loads an operating system.

C

Clear_Process(int) - Method in class de.adwin.driver.ADwinDevice
Deletes a process and frees all resources that were allocated by it.

D

Data2File(String, int, int, int, int) - Method in class de.adwin.driver.ADwinDevice
Reads a data field and stores or appends it to a file.
Data_Length(int) - Method in class de.adwin.driver.ADwinDevice
Reads the length of a data field.
de.adwin.driver - package de.adwin.driver
 

F

Fifo_Clear(int) - Method in class de.adwin.driver.ADwinDevice
Removes all values from a fifo that have been written to it.
Fifo_Empty(int) - Method in class de.adwin.driver.ADwinDevice
Reads the number of free elements in a fifo.
Fifo_Full(int) - Method in class de.adwin.driver.ADwinDevice
Reads the number of elements that have been written to a fifo, and not been read yet.
Free_Mem(int) - Method in class de.adwin.driver.ADwinDevice
Returns the amount of free RAM of an ADwin system in bytes.

G

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_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.
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_Block(float[], int, int) - Method in class de.adwin.driver.ADwinDevice
Reads a block of float parameters.
Get_Globaldelay(int) - Method in class de.adwin.driver.ADwinDevice
Reads the process delay of a specific process.
Get_Known_DeviceNo() - Method in class de.adwin.driver.ADwinDevice
Retrieves 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.
getCode() - Method in class de.adwin.driver.ADwinCommunicationError
Gets a code that provides additional info for the error.

L

LANGID_ENGLISH - Static variable in class de.adwin.driver.ADwinDevice
 
LANGID_GERMAN - Static variable in class de.adwin.driver.ADwinDevice
 
LANGID_SYSDEFAULT - Static variable in class de.adwin.driver.ADwinDevice
 
Load_Process(String) - Method in class de.adwin.driver.ADwinDevice
Loads a process (a file of the form <ffff>.T<p><n>, with fff = some file name, p = Processor, n = process number) onto an ADwin system.

P

Process_Status(int) - Method in class de.adwin.driver.ADwinDevice
Gets the information if a process is running.
Processor_Type() - Method in class de.adwin.driver.ADwinDevice
Returns the processor that is installed on the current ADwin system.

R

Remove_Entry(int) - Method in class de.adwin.driver.ADwinDevice
Deletes an entry that has been added with Add_Entry from the device table.

S

SetData_Float(int, float[], int, int) - 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_String(int, String) - Method in class de.adwin.driver.ADwinDevice
Writes a string into a string data field.
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.
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_Globaldelay(int, int) - Method in class de.adwin.driver.ADwinDevice
Sets the process delay of a specific process.
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.
Start_Process(int) - Method in class de.adwin.driver.ADwinDevice
Starts a process that has previously been loaded 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.

T

Test_Version() - Method in class de.adwin.driver.ADwinDevice
Tests if an ADwin system is accessible.

U

Use_FileLocks(boolean) - Method in class de.adwin.driver.ADwinDevice
Controls if files are created on the harddisk (in the temporary directory) to synchronize the access on an ADwin-System (With AEI Versions < 2.52 and AEI Versions between 2.6 and 2.64, this is necessary).

W

Workload() - Method in class de.adwin.driver.ADwinDevice
Retrieves the cpu load of an ADwin system.

A B C D F G L P R S T U W