Uses of Package
net.wimpi.modbus.procimg

Packages that use net.wimpi.modbus.procimg
net.wimpi.modbus Provides an object oriented Modbus implementation in Java. 
net.wimpi.modbus.facade Provides facade pattern implementations. 
net.wimpi.modbus.msg Provides interfaces and classes that encapsulate Modbus messages in an object oriented manner. 
net.wimpi.modbus.procimg Provides interfaces and classes that provide a coupling between a slave side and a master or device side. 
 

Classes in net.wimpi.modbus.procimg used by net.wimpi.modbus
ProcessImage
          Interface defining a process image in an object oriented manner.
ProcessImageFactory
          Interface defining the factory methods for the process image and it's elements.
 

Classes in net.wimpi.modbus.procimg used by net.wimpi.modbus.facade
InputRegister
          Interface defining an input register.
Register
          Interface defining a register.
 

Classes in net.wimpi.modbus.procimg used by net.wimpi.modbus.msg
InputRegister
          Interface defining an input register.
Register
          Interface defining a register.
 

Classes in net.wimpi.modbus.procimg used by net.wimpi.modbus.procimg
DigitalIn
          Interface defining a digital input.
DigitalOut
          Interface defining a digital output.
IllegalAddressException
          Class implementing an IllegalAddressException.
InputRegister
          Interface defining an input register.
ProcessImage
          Interface defining a process image in an object oriented manner.
ProcessImageFactory
          Interface defining the factory methods for the process image and it's elements.
ProcessImageImplementation
          Interface defining implementation specific details of the ProcessImage, adding mechanisms for creating and modifying the actual "process image".
Register
          Interface defining a register.
SynchronizedAbstractRegister
          Abstract class with synchronized register operations.
 



Copyright © 2010. All Rights Reserved.