| Package | Description | 
|---|---|
| org.jlab.coda.emu.support.transport | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DataTransportAdapterThis class provides a bare-bones implementation of the DataTransport interface
 (which includes the CODAStateMachine interface). | 
| class  | DataTransportImplCmsgThis class specifies a single cMsg server. | 
| class  | DataTransportImplEmuThis class specifies a single cMsg server. | 
| class  | DataTransportImplEtThis class specifies a single ET system to connect to. | 
| class  | DataTransportImplFifoImplement a DataTransport that creates FIFO DataChannels based on the RingBuffer. | 
| class  | DataTransportImplFileImplement a DataTransport that uses DataChannels based on EVIO format files. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DataTransport | DataChannelAdapter. dataTransportObject 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. |