Package | Description |
---|---|
org.jlab.coda.emu.support.transport |
Modifier and Type | Class and Description |
---|---|
class |
DataChannelAdapter
This class provides boilerplate code for the DataChannel
interface (which includes the CODAStateMachine interface).
|
class |
DataChannelImplCmsg
This class implement a data channel which gets data from
or sends data to a cMsg server.
|
class |
DataChannelImplEmu
This class implement a data channel which
gets-data-from/sends-data-to an Emu domain client/server.
|
class |
DataChannelImplEt
This class implement a data channel which gets data from
or sends data to an ET system.
|
class |
DataChannelImplFifo
This class implements a DataChannel to act as a fifo.
|
class |
DataChannelImplFile
Implementation of a DataChannel reading/writing from/to a file in EVIO format.
|
class |
DataTransportAdapter
This class provides a bare-bones implementation of the DataTransport interface
(which includes the CODAStateMachine interface).
|
class |
DataTransportImplCmsg
This class specifies a single cMsg server.
|
class |
DataTransportImplEmu
This class specifies a single cMsg server.
|
class |
DataTransportImplEt
This class specifies a single ET system to connect to.
|
class |
DataTransportImplFifo
Implement a DataTransport that creates FIFO DataChannels based on the RingBuffer.
|
class |
DataTransportImplFile
Implement a DataTransport that uses DataChannels based on EVIO format files.
|