Package | Description |
---|---|
org.jlab.coda.emu | |
org.jlab.coda.emu.modules | |
org.jlab.coda.emu.support.codaComponent | |
org.jlab.coda.emu.support.transport |
Modifier and Type | Interface and Description |
---|---|
interface |
EmuModule
Interface EmuModule a simple interface to a modular part of
the EMU.
|
Modifier and Type | Class and Description |
---|---|
class |
Dummy
This class is a (not so) bare bones module used for testing and as a template.
|
class |
EventRecording
This class implements an event recorder.
|
class |
FarmController
This class is a Farm Controlling module.
|
class |
FastEventBuilder
This class implements an event builder.
|
class |
ModuleAdapter
This class contains boilerplate code for implementing a module.
|
class |
RocFixedRateSimulation
This class simulates a Roc.
|
class |
RocSimulation
This class simulates a Roc.
|
class |
ToFile
This class is a simplified event recording module.
|
class |
TsFixedRateSimulation
This class is used when running simulated, emu-based, fixed-output-rate ROCS.
|
class |
TsSimulation
This class is used when running simulated, emu-based ROCS.
|
Modifier and Type | Class and Description |
---|---|
class |
CODAStateMachineAdapter
This class provides empty implementations of the CODAStateMachine interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataChannel
This interface defines an object that can send and
receive data.
|
interface |
DataTransport
This interface defines how data is transported
and does not refer to a particular data connection.
|
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.
|