Interface | Description |
---|---|
Address_InterProcessComm |
This interface is only defined as a type to commit to a method of InterProcessCommunication.
|
InterProcessComm |
This interface is the applicable interface to realize a communication between processes at the same processor board
or between processes via network using UDP/IP.
|
Class | Description |
---|---|
Address_InterProcessComm_Socket |
Implementation of Adress_InterProcessComm represents a java.net.socketAddr
for socket communication.
|
InterProcessComm_SocketImpl |
This class implements the interprocess communication for mailbox system with UDP-IP telegrams on Windows.
|
InterProcessCommFactory |
This class is used as interface and as singleton instance access for factory of any InterProcessComm.
|
InterProcessCommFactoryAccessor | Deprecated
the InterProcessCommFactory contains all capability.
|
InterProcessCommFactorySocket | |
InterProcessCommRx_ifc |
This is the base class of a callback for
InterProcessCommRxThread . |
InterProcessCommRxThread |
This class provides a bundle with an InterProcessCommuniation and a receive thread.
|
SocketCmd_InterProcessComm |
Class using the
InterProcessComm interface usual with socket communication
to transmit cmd with arguments and wait for a receiving cmd
It is an opposite to the emC/Socmd/socketcmd.cpp to communicate |
SocketCommSimple |
This is a simple wrapper arround the basically network classes in java.net
for simple UDP communication.
|