| Package | Description |
|---|---|
| com.ghgande.j2mod.modbus.procimg |
| Modifier and Type | Method and Description |
|---|---|
FIFO |
SimpleProcessImage.getFIFO(int fifoNumber) |
FIFO |
ProcessImage.getFIFO(int ref)
Returns the FIFO instance in the list of all FIFO objects
in this ProcessImage.
|
FIFO |
SimpleProcessImage.getFIFOByAddress(int ref) |
FIFO |
ProcessImage.getFIFOByAddress(int ref)
Returns the FIFO instance having the specified base address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleProcessImage.addFIFO(FIFO fifo) |
void |
ProcessImageImplementation.addFIFO(FIFO reg)
Adds a new FIFO instance.
|
void |
SimpleProcessImage.addFIFO(int ref,
FIFO newFIFO) |
void |
ProcessImageImplementation.addFIFO(int ref,
FIFO reg)
Adds a new FIFO instance, possibly
creating a hole between the last existing reference and the new object.
|
void |
SimpleProcessImage.removeFIFO(FIFO oldFIFO) |
void |
ProcessImageImplementation.removeFIFO(FIFO reg)
Removes a given FIFO instance.
|
void |
SimpleProcessImage.setFIFO(int fifoNumber,
FIFO fifo) |
void |
ProcessImageImplementation.setFIFO(int ref,
FIFO reg)
Sets a new FIFO instance at the given reference.
|
Copyright © 2025. All Rights Reserved.