See: Description
Interface | Description |
---|---|
ICommunicationLayer |
Provides the public interface for an OSI layer.
|
IForteSocket |
Interface for communication between a Java application and IEC 61499 communication service interface function blocks (CSIFBs) running on 4diac-RTE (FORTE).
|
Class | Description |
---|---|
AbstractCommunicationLayer |
Abstract class providing the default implementation of an OSI layer.
|
CommFunctionBlockLayer |
Top level OSI layer for handling communication with IEC 61499 communication service interface function blocks (CSIFBs)
running on 4diac-RTE (FORTE).
|
CommLayerParams |
Class for setting up a connection between a Polysun PluginController and a 4diac application running on 4diac-RTE (FORTE).
|
ForteDataBufferLayer |
Class for reading/writing and buffering 4diac-RTE (FORTE) byte data arriving from or to be sent to
a communication service interface function block (CSIFB).
|
IPcommunicationLayer |
Middle OSI layer for handling IP communication.
|
TCPclientCommLayer |
Bottom OSI layer for handling TCP/IP communication of a client.
|
TCPcommunicationLayer |
Abstract bottom OSI layer for handling TCP/IP communication.
|
TCPserverCommLayer |
Bottom OSI layer for handling TCP/IP communication of a server.
|
UDPcommunicationLayer |
Abstract Bottom OSI layer for handling UDP/IP communication.
|
UDPpublisherCommLayer |
Bottom OSI layer for handling UDP/IP communication of a publisher.
|
UDPsubscriberCommLayer |
Bottom OSI layer for handling UDP/IP communication of a subscriber.
|
Enum | Description |
---|---|
ForteServiceType |
Enumeration used to set the communication service type.
|