A B C D E F G H I K L M N O P R S T V W

I

I2C - class de.wagner_ibw.iow.i2c.I2C.
Implementation of the I2C special mode function.
I2C_SPEED_100KHZ - Static variable in class de.wagner_ibw.iow.i2c.I2C
 
I2C_SPEED_400KHZ - Static variable in class de.wagner_ibw.iow.i2c.I2C
 
I2C_SPEED_50KHZ - Static variable in class de.wagner_ibw.iow.i2c.I2C
 
I2C() - Constructor for class de.wagner_ibw.iow.i2c.I2C
Constructor
I2C(int) - Constructor for class de.wagner_ibw.iow.i2c.I2C
Constructor.
I2CAddress - class de.wagner_ibw.iow.i2c.I2CAddress.
This class represents an i2c slave address.
I2CAddress(int, int) - Constructor for class de.wagner_ibw.iow.i2c.I2CAddress
Creates an new I2CAddress.
I2CDevice - interface de.wagner_ibw.iow.i2c.I2CDevice.
Each i2c device implementation must implements this interface.
inp(int) - Method in class de.wagner_ibw.iow.isa.Isa8BitSlot
Reads data from I/O address.
INPUT_MODE_0 - Static variable in class de.wagner_ibw.iow.i2c.PCF8591
Constant for 'Analogue Input Programming': Four single ended inputs.
INPUT_MODE_1 - Static variable in class de.wagner_ibw.iow.i2c.PCF8591
Constant for 'Analogue Input Programming': Three differential inputs.
INPUT_MODE_2 - Static variable in class de.wagner_ibw.iow.i2c.PCF8591
Constant for 'Analogue Input Programming': Single ended and differential mixed.
INPUT_MODE_3 - Static variable in class de.wagner_ibw.iow.i2c.PCF8591
Constant for 'Analogue Input Programming': Two differential inputs.
INSTANCE - Static variable in class de.wagner_ibw.iow.IowFactory
Factory instance.
Iow24 - class de.wagner_ibw.iow.Iow24.
This class represents the IO-Warrior 24 device.
IOW24_SMF_REPORT_LENGTH - Static variable in class de.wagner_ibw.iow.AbstractIowDevice
Constant for IO-Warrior 24 device special mode funtions's record length: '8'.
Iow24(long, String, int) - Constructor for class de.wagner_ibw.iow.Iow24
Constructor.
IOW24ID - Static variable in class de.wagner_ibw.iow.AbstractIowDevice
Constant for IO-Warrior 24 device id: '0x1501'.
Iow24IoTest - class de.wagner_ibw.examples.Iow24IoTest.
Simple IO test prog for IO Warrior 24.
Iow24IoTest - class de.wagner_ibw.test.Iow24IoTest.
Simple IO test prog for IO Warrior 24.
Iow24IoTest() - Constructor for class de.wagner_ibw.examples.Iow24IoTest
Constructor for stand-alone operation.
Iow24IoTest() - Constructor for class de.wagner_ibw.test.Iow24IoTest
Constructor for stand-alone operation.
Iow24IoTest(IowFactory) - Constructor for class de.wagner_ibw.examples.Iow24IoTest
Constructor for use as part of an application (independent thread).
Iow24IoTest(IowFactory) - Constructor for class de.wagner_ibw.test.Iow24IoTest
Constructor for use as part of an application (independent thread).
Iow24IoTestTimeOut - class de.wagner_ibw.test.Iow24IoTestTimeOut.
Simple program to show the simpliest way (not the best) to read the Iow40's input pins.
Iow24IoTestTimeOut() - Constructor for class de.wagner_ibw.test.Iow24IoTestTimeOut
 
Iow24IoTestWhile - class de.wagner_ibw.test.Iow24IoTestWhile.
Simple program to show the simpliest way (not the best) to read the Iow40's input pins.
Iow24IoTestWhile() - Constructor for class de.wagner_ibw.test.Iow24IoTestWhile
 
IOW24NAME - Static variable in class de.wagner_ibw.iow.AbstractIowDevice
Constant for IO-Warrior 24 device name: 'IOW24'.
Iow24Test - class de.wagner_ibw.test.Iow24Test.
It is a simple test program.
Iow24Test(Iow24, boolean) - Constructor for class de.wagner_ibw.test.Iow24Test
 
Iow40 - class de.wagner_ibw.iow.Iow40.
This class represents the IO-Warrior 40 device.
IOW40_SMF_REPORT_LENGTH - Static variable in class de.wagner_ibw.iow.AbstractIowDevice
Constant for IO-Warrior 40 device special mode funtions's record length: '8'.
Iow40(long, String, int) - Constructor for class de.wagner_ibw.iow.Iow40
Constructor.
IOW40ID - Static variable in class de.wagner_ibw.iow.AbstractIowDevice
Constant for IO-Warrior 40 device id: '0x1500'.
Iow40IoTest - class de.wagner_ibw.examples.Iow40IoTest.
 
Iow40IoTest - class de.wagner_ibw.test.Iow40IoTest.
 
Iow40IoTest() - Constructor for class de.wagner_ibw.examples.Iow40IoTest
Constructor for stand-alone operation.
Iow40IoTest() - Constructor for class de.wagner_ibw.test.Iow40IoTest
 
Iow40IoTest(IowFactory) - Constructor for class de.wagner_ibw.examples.Iow40IoTest
Constructor for use as part of an application (independent thread).
Iow40IoTestFor - class de.wagner_ibw.test.Iow40IoTestFor.
Simple program to show the simpliest way (not the best) to read the Iow40's input pins.
Iow40IoTestFor() - Constructor for class de.wagner_ibw.test.Iow40IoTestFor
 
Iow40IoTestImmediate - class de.wagner_ibw.test.Iow40IoTestImmediate.
Simple program to show the simpliest way (not the best) to read the Iow40's input pins.
Iow40IoTestImmediate() - Constructor for class de.wagner_ibw.test.Iow40IoTestImmediate
 
Iow40IoTestListener - class de.wagner_ibw.test.Iow40IoTestListener.
 
Iow40IoTestListener() - Constructor for class de.wagner_ibw.test.Iow40IoTestListener
 
Iow40IoTestWhile - class de.wagner_ibw.test.Iow40IoTestWhile.
Simple program to show the simpliest way (not the best) to read the Iow40's input pins.
Iow40IoTestWhile() - Constructor for class de.wagner_ibw.test.Iow40IoTestWhile
 
IOW40NAME - Static variable in class de.wagner_ibw.iow.AbstractIowDevice
Constant for IO-Warrior 40 device name: 'IOW40'.
Iow40Test - class de.wagner_ibw.test.Iow40Test.
It is the base class of all the iow chips, based on the iowkit.dll for Windows.
Iow56 - class de.wagner_ibw.iow.Iow56.
This class represents the IO-Warrior 56 device.
IOW56_SMF_REPORT_LENGTH - Static variable in class de.wagner_ibw.iow.AbstractIowDevice
Constant for IO-Warrior 56 device special mode funtions's record length: '64'.
Iow56(long, String, int) - Constructor for class de.wagner_ibw.iow.Iow56
Constructor.
IOW56ID - Static variable in class de.wagner_ibw.iow.AbstractIowDevice
Constant for IO-Warrior 56 device id: '0x1503'.
IOW56NAME - Static variable in class de.wagner_ibw.iow.AbstractIowDevice
Constant for IO-Warrior 56 device name: 'IOW56'.
IowBatch - class de.wagner_ibw.appl.IowBatch.
This simple application starts an executable if the specified bit on the specified port chages its state.
IowBatch() - Constructor for class de.wagner_ibw.appl.IowBatch
 
iowChanged(long) - Method in interface de.wagner_ibw.iow.IowChangeListener
 
iowChanged(long) - Method in class de.wagner_ibw.test.SimpleIoTest
 
IowChangeListener - interface de.wagner_ibw.iow.IowChangeListener.
This Interface contains the call back method for the IO-Warrior change listener.
IowCurrentPinStatusReportTest - class de.wagner_ibw.examples.IowCurrentPinStatusReportTest.
This simple example prog checks the current pin status special mode function.
IowCurrentPinStatusReportTest - class de.wagner_ibw.test.IowCurrentPinStatusReportTest.
This simple test prog checks the current pin status special mode function.
IowCurrentPinStatusReportTest() - Constructor for class de.wagner_ibw.examples.IowCurrentPinStatusReportTest
 
IowCurrentPinStatusReportTest() - Constructor for class de.wagner_ibw.test.IowCurrentPinStatusReportTest
 
IowFactory - class de.wagner_ibw.iow.IowFactory.
This class manages all the plugged IO-Warrior devices.
IowPort - class de.wagner_ibw.iow.IowPort.
A BinaryPort represents an IO-Warrior port consists of 8 bits.
IowPort(int, int) - Constructor for class de.wagner_ibw.iow.IowPort
Simple constructor (io mask as int).
IowPort(int, int, int) - Constructor for class de.wagner_ibw.iow.IowPort
Simple constructor (io mask as int) with initial data.
IowPort(int, String) - Constructor for class de.wagner_ibw.iow.IowPort
Simple constructor (io mask as String).
IowPort(int, String, String) - Constructor for class de.wagner_ibw.iow.IowPort
Simple constructor (io mask as String) with initial data as String.
IowPortChangeListener - interface de.wagner_ibw.iow.IowPortChangeListener.
This Interface contains the call back method for the port change listener.
IowPortGui - class de.wagner_ibw.iow.gui.IowPortGui.
 
IowPortGui() - Constructor for class de.wagner_ibw.iow.gui.IowPortGui
 
IowTest - class de.wagner_ibw.test.IowTest.
It is a simple test program.
IowTest() - Constructor for class de.wagner_ibw.test.IowTest
 
Isa8BitSlot - class de.wagner_ibw.iow.isa.Isa8BitSlot.
This class provides the basic input/output operations for the IO-Warrior ISA8Bit Slot expander. !!!!
Isa8BitSlot(Iow40) - Constructor for class de.wagner_ibw.iow.isa.Isa8BitSlot
Constructor.
IsaSlotTest - class de.wagner_ibw.test.IsaSlotTest.
 
IsaSlotTest() - Constructor for class de.wagner_ibw.test.IsaSlotTest
 
isBitClear(int) - Method in class de.wagner_ibw.iow.IowPort
Returns true, if the given bit is clear (0).
isBitSet(int) - Method in class de.wagner_ibw.iow.IowPort
Returns true, if the given bit is set (1).

A B C D E F G H I K L M N O P R S T V W