Package | Description |
---|---|
org.jlab.coda.emu.support.transport |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected DataTransport |
DataChannelAdapter.dataTransport
Object used by Emu to create this channel.
|
Modifier and Type | Method and Description |
---|---|
DataTransport |
DataChannel.getDataTransport()
Get the DataTransport object used to create this data channel.
|
DataTransport |
DataChannelAdapter.getDataTransport()
Get the DataTransport object used to create this data channel.
|
Constructor and Description |
---|
DataChannelAdapter(java.lang.String name,
DataTransport transport,
java.util.Map<java.lang.String,java.lang.String> attributeMap,
boolean input,
Emu emu,
EmuModule module,
int outputIndex)
Constructor to create a new DataChannel instance.
|