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.
|
InspcDataExchangeAccess |
This class supports preparing data for the Inspector-datagram-definition.
|
InspcDataExchangeAccess.InspcAnswerValueByHandle |
An item to set values with an index.
|
InspcDataExchangeAccess.InspcDatagram |
Preparing the header of a datagram.
|
InspcDataExchangeAccess.Inspcitem |
This is the header of an information entry.
|
InspcDataExchangeAccess.InspcSetValue |
ReflItem which contains a value.
|
InspcDataExchangeAccess.InspcSetValueData |
An item to set values with an index.
|
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 . |
InterProcessCommRxExec |
This is a sample class for implementing the
InterProcessCommRx_ifc especially for usage in C. |
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 |
SocketTester |
Mainclass for the application ....
|
SocketTester.CmdArgs | |
SocketTester.CmdLine | |
TCPexampleSimple | |
TCPexampleSimple.ServiceForClient |