|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining the factory methods for the process image and it's elements.
Method Summary | |
DigitalIn |
createDigitalIn()
Returns a new DigitalIn instance. |
DigitalIn |
createDigitalIn(boolean state)
Returns a new DigitalIn instance with the given state. |
DigitalOut |
createDigitalOut()
Returns a new DigitalOut instance. |
DigitalOut |
createDigitalOut(boolean b)
Returns a new DigitalOut instance with the given state. |
InputRegister |
createInputRegister()
Returns a new InputRegister instance. |
InputRegister |
createInputRegister(byte b1,
byte b2)
Returns a new InputRegister instance with a given value. |
ProcessImageImplementation |
createProcessImageImplementation()
Returns a new ProcessImageImplementation instance. |
Register |
createRegister()
Creates a new Register instance. |
Register |
createRegister(byte b1,
byte b2)
Returns a new Register instance with a given value. |
Method Detail |
public ProcessImageImplementation createProcessImageImplementation()
public DigitalIn createDigitalIn()
public DigitalIn createDigitalIn(boolean state)
state
- true if set, false otherwise.
public DigitalOut createDigitalOut()
public DigitalOut createDigitalOut(boolean b)
b
- true if set, false otherwise.
public InputRegister createInputRegister()
public InputRegister createInputRegister(byte b1, byte b2)
b1
- the first byte.b2
- the second byte.
public Register createRegister()
public Register createRegister(byte b1, byte b2)
b1
- the first byte.b2
- the second byte.
|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |