| Package | Description |
|---|---|
| net.wimpi.modbus.procimg |
Provides interfaces and classes that provide a coupling between a slave side
and a master or device side.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObservableDigitalOut
Class implementing an observable digital output.
|
class |
SimpleDigitalOut
Class implementing a simple DigitalOut.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector<DigitalOut> |
SimpleProcessImage.m_DigitalOutputs
The M digital outputs.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalOut |
ProcessImageFactory.createDigitalOut()
Returns a new DigitalOut instance.
|
DigitalOut |
DefaultProcessImageFactory.createDigitalOut()
Returns a new SimpleDigitalOut instance.
|
DigitalOut |
ProcessImageFactory.createDigitalOut(boolean b)
Returns a new DigitalOut instance with the
given state.
|
DigitalOut |
DefaultProcessImageFactory.createDigitalOut(boolean b)
Returns a new DigitalOut instance with the
given state.
|
DigitalOut |
SimpleProcessImage.getDigitalOut(int ref) |
DigitalOut |
ProcessImage.getDigitalOut(int ref)
Returns the DigitalOut instance at the given
reference.
|
DigitalOut[] |
SimpleProcessImage.getDigitalOutRange(int ref,
int count) |
DigitalOut[] |
ProcessImage.getDigitalOutRange(int offset,
int count)
Returns a range of DigitalOut instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleProcessImage.addDigitalOut(DigitalOut _do) |
void |
ProcessImageImplementation.addDigitalOut(DigitalOut _do)
Adds a new DigitalOut instance.
|
void |
SimpleProcessImage.removeDigitalOut(DigitalOut _do) |
void |
ProcessImageImplementation.removeDigitalOut(DigitalOut _do)
Removes a given DigitalOut instance.
|
void |
SimpleProcessImage.setDigitalOut(int ref,
DigitalOut _do) |
void |
ProcessImageImplementation.setDigitalOut(int ref,
DigitalOut _do)
Sets a new DigitalOut instance at the
given reference.
|
Copyright © 2017. All rights reserved.