| Interface | Description |
|---|---|
| DataChannel |
This interface defines an object that can send and
receive data.
|
| DataTransport |
This interface defines how data is transported
and does not refer to a particular data connection.
|
| Class | Description |
|---|---|
| DataChannelAdapter |
This class provides boilerplate code for the DataChannel
interface (which includes the CODAStateMachine interface).
|
| DataChannelImplCmsg |
This class implement a data channel which gets data from
or sends data to a cMsg server.
|
| DataChannelImplEmu |
This class implement a data channel which
gets-data-from/sends-data-to an Emu domain client/server.
|
| DataChannelImplEt |
This class implement a data channel which gets data from
or sends data to an ET system.
|
| DataChannelImplFifo |
This class implements a DataChannel to act as a fifo.
|
| DataChannelImplFile |
Implementation of a DataChannel reading/writing from/to a file in EVIO format.
|
| DataTransportAdapter |
This class provides a bare-bones implementation of the DataTransport interface
(which includes the CODAStateMachine interface).
|
| DataTransportImplCmsg |
This class specifies a single cMsg server.
|
| DataTransportImplEmu |
This class specifies a single cMsg server.
|
| DataTransportImplEt |
This class specifies a single ET system to connect to.
|
| DataTransportImplFifo |
Implement a DataTransport that creates FIFO DataChannels based on the RingBuffer.
|
| DataTransportImplFile |
Implement a DataTransport that uses DataChannels based on EVIO format files.
|
| EmuDomainServer |
Much of this copied from the the RCMulticastDomain's RCMulticast class.
|
| EmuDomainTcpServer |
This class is the cMsg Emu domain TCP server run inside of an EMU.
|
| EmuDomainUdpListener |
Basically a copy of RCMulticastDomain's rcListeningThread class.
|
| Enum | Description |
|---|---|
| DataChannelAdapter.ThreadState |
Keep track of output channel thread's state.
|
| TransportType |
This class is an enum which lists all the possible communication types
used in input and output data channels.
|
| Exception | Description |
|---|---|
| DataTransportException |
Class TransportException
|