Package | Description |
---|---|
de.htw.berlin.polysun4diac.forte.comm |
Package for communication between Polysun and 4diac
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommunicationLayer
Abstract class providing the default implementation of an OSI layer.
|
class |
de.htw.berlin.polysun4diac.forte.comm.AbstractDataBufferLayer
Abstract class that combines the ICommunicationLayer and IForteSocket interfaces into one interface.
|
class |
CommFunctionBlockLayer
Top level OSI layer for handling communication with IEC 61499 communication service interface function blocks (CSIFBs)
running on 4diac-RTE (FORTE).
|
class |
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).
|
class |
IPcommunicationLayer
Middle OSI layer for handling IP communication.
|
class |
TCPclientCommLayer
Bottom OSI layer for handling TCP/IP communication of a client.
|
class |
TCPcommunicationLayer
Abstract bottom OSI layer for handling TCP/IP communication.
|
class |
TCPserverCommLayer
Bottom OSI layer for handling TCP/IP communication of a server.
|
class |
UDPcommunicationLayer
Abstract Bottom OSI layer for handling UDP/IP communication.
|
class |
UDPpublisherCommLayer
Bottom OSI layer for handling UDP/IP communication of a publisher.
|
class |
UDPsubscriberCommLayer
Bottom OSI layer for handling UDP/IP communication of a subscriber.
|
Modifier and Type | Method and Description |
---|---|
ICommunicationLayer |
ICommunicationLayer.getAbove() |
ICommunicationLayer |
AbstractCommunicationLayer.getAbove() |
ICommunicationLayer |
CommFunctionBlockLayer.getBelow() |
ICommunicationLayer |
ICommunicationLayer.getBelow() |
ICommunicationLayer |
AbstractCommunicationLayer.getBelow() |
Modifier and Type | Method and Description |
---|---|
void |
ICommunicationLayer.setAbove(ICommunicationLayer layer)
Sets the communication layer above this layer.
|
void |
AbstractCommunicationLayer.setAbove(ICommunicationLayer layer) |
void |
CommFunctionBlockLayer.setBelow(ICommunicationLayer below) |
void |
ICommunicationLayer.setBelow(ICommunicationLayer layer)
Sets the communication layer below this layer.
|
void |
AbstractCommunicationLayer.setBelow(ICommunicationLayer layer) |