A B C D E F G L M O P R S T U V W Z 
All Classes All Packages

A

Add_Entry(int, InetAddress, String, int, int) - Method in class de.adwin.driver.ADwinDevice
Appends a new entry to the device table.
Add_Entry(int, InetAddress, String, int, int, int) - Method in class de.adwin.driver.ADwinDevice
Appends a new entry to the device table.
Add_Entry(int, InetAddress, String, int, int, int, int, int, int, int, int) - Method in class de.adwin.driver.ADwinDevice
 
ADwinCommunicationError - Exception in de.adwin.driver
Exception for errors that occur during communication with the ADwin system.
ADwinCommunicationError() - Constructor for exception de.adwin.driver.ADwinCommunicationError
 
ADwinCommunicationError(String) - Constructor for exception de.adwin.driver.ADwinCommunicationError
 
ADwinCommunicationError(String, int) - Constructor for exception de.adwin.driver.ADwinCommunicationError
 
ADwinCommunicationError(String, String, int) - Constructor for exception de.adwin.driver.ADwinCommunicationError
 
ADwinCommunicationError(String, String, int, int) - Constructor for exception de.adwin.driver.ADwinCommunicationError
 
ADwinDebugListener - Interface in de.adwin.driver
Empfängt Meldungen aus dem ADwin-Package und zeigt sie, zusammen mit einem Stack-Trace, an.
ADwinDebugListenerPrioConstants - Interface in de.adwin.driver
Konstanten, um die Priorität von Meldungen des Packages an einen ADwinDebugListener einzustellen.
ADwinDevice - Class in de.adwin.driver
Provides access to ADwin Devices, and a simple device table.
ADwinDevice() - Constructor for class de.adwin.driver.ADwinDevice
Construct a new ADwinDevice object, the language for Exceptions etc. is set to English, except when Locale.getDefault ().getISO3Language ().compareTo ("deu") !
ADwinDevice.first_pcarray_index_t - Enum in de.adwin.driver
 

B

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

C

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

D

Data_Length(int) - Method in class de.adwin.driver.ADwinDevice
Reads the length of a data field.
Data_Type(int) - Method in class de.adwin.driver.ADwinDevice
Delivers the type of a data
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.
de.adwin.driver - package de.adwin.driver
 

E

enter(String) - Method in interface de.adwin.driver.ADwinDebugListener
Wird am Eintrittspunkt einer Methode des Packages aufgerufen.

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 have not been read yet.
File2Data(String, int, int, int) - Method in class de.adwin.driver.ADwinDevice
File2Data copies values from a file (on the hard disk) into a DATA array of the ADwin system.
Free_Mem(int) - Method in class de.adwin.driver.ADwinDevice
Returns the amount of free RAM of an ADwin system in bytes.

G

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
Deprecated.
As of 1.2, replaced by ADwinDevice.Get_Processdelay(int)
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_Int(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) - Method in class de.adwin.driver.ADwinDevice
GetData_Long(int, int[], int, int, ADwinDevice.first_pcarray_index_t) - Method in class de.adwin.driver.ADwinDevice
GetData_Long(int, long[], int, int) - Method in class de.adwin.driver.ADwinDevice
 
GetData_Long(int, long[], int, int, ADwinDevice.first_pcarray_index_t) - Method in class de.adwin.driver.ADwinDevice
Reads a part of a long data field.
GetData_Packed(int, int[], int, int) - Method in class de.adwin.driver.ADwinDevice
 
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.
GetFifo_Packed(int, int[], int) - Method in class de.adwin.driver.ADwinDevice
 
getMessage() - Method in exception de.adwin.driver.ADwinCommunicationError
 

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
 
leave() - Method in interface de.adwin.driver.ADwinDebugListener
Wird aufgerufen, wenn eine Methode verlassen wird.
Load_Process(byte[], String) - Method 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 ffff = some file name, p = Processor, n = process number) onto an ADwin system.
Load_Process(URL) - Method in class de.adwin.driver.ADwinDevice
 

M

message(String, int) - Method in interface de.adwin.driver.ADwinDebugListener
Meldung aus dem ADwin-Package, die sich nicht in die Methoden tryLater, recvAgain oder sendAgain einordnen lässt.

O

one - de.adwin.driver.ADwinDevice.first_pcarray_index_t
 

P

PRIO_ERROR_INFO - Static variable in interface de.adwin.driver.ADwinDebugListenerPrioConstants
Zusätzliche Info für Fehler (bevor Exceptions geworfen werden)
PRIO_INFO - Static variable in interface de.adwin.driver.ADwinDebugListenerPrioConstants
Zusatzinfo (zum Beispiel was die Methode gerade macht)
PRIO_SPEC_PACKETS - Static variable in interface de.adwin.driver.ADwinDebugListenerPrioConstants
Info für spezielle Pakete wie zum Beispiel Try-Later-Pakete
Process_Status(int) - Method in class de.adwin.driver.ADwinDevice
Gets the information if a process is running.
Return values:
1    Process is running 0 Process is not running.
Processor_Type() - Method in class de.adwin.driver.ADwinDevice
Returns the processor that is installed on the current ADwin system.

R

recvAgain(int, int, int) - Method in interface de.adwin.driver.ADwinDebugListener
Wird aufgerufen, wenn nochmals versucht wird, ein Paket zu empfangen, zum Beispiel weil ein falscher Paket - Index angekommen ist.
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

SanitizeFloatingPointValues(int) - Method in class de.adwin.driver.ADwinDevice
Instruct the DLL to convert NaN-Values in Single/Double arrays to regular values (usually MAX_FLOAT).
sendAgain(int, int, int) - Method in interface de.adwin.driver.ADwinDebugListener
Wird aufgerufen, wenn ein Paket nochmal (keine Bestätigung erhalten oder ähnliches) verschickt wird
Set_DeviceNo(int) - Method in class de.adwin.driver.ADwinDevice
Chooses a device from the device table to work with.
Code that an ADwinCommunicationError possibly will contain: 4000, 2000
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
Deprecated.
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_Long(int, long[], int, int) - Method in class de.adwin.driver.ADwinDevice
Sets a part of a long (int64) data field.
SetData_String(int, String) - Method in class de.adwin.driver.ADwinDevice
Writes a string into a string data field.
setDebugListener(ADwinDebugListener) - Method in class de.adwin.driver.ADwinDevice
 
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.

T

Test_Version() - Method in class de.adwin.driver.ADwinDevice
Tests if an ADwin system is accessible.
tryLater(int, int) - Method in interface de.adwin.driver.ADwinDebugListener
Wird aufgerufen, wenn das ADwin-System gerade zu beschäftigt ist, um mit diesem Application Server zu kommunizieren.

U

Use_FileLocks(boolean) - Method in class de.adwin.driver.ADwinDevice
Controls if files are created on the hard disk (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).
If true is passed for Usage, multiple Java processes running on the same machine can acces the same ADwin-System at the same time, even if an older version is used.

V

valueOf(String) - Static method in enum de.adwin.driver.ADwinDevice.first_pcarray_index_t
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.adwin.driver.ADwinDevice.first_pcarray_index_t
Returns an array containing the constants of this enum type, in the order they are declared.

W

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

Z

zero - de.adwin.driver.ADwinDevice.first_pcarray_index_t
 
A B C D E F G L M O P R S T U V W Z 
All Classes All Packages