Class | Description |
---|---|
BuildThreadTest |
This class is designed to test the proper way to release
input channel ring items in the Event Builder's build threads.
|
ByteBufferSupplyTest |
This class is designed to receive output from an EMU.
|
EmuDomainReceiver |
This class is designed to be a test receiver for a module who
has emu domain output channels.
|
InjectFirstEvent |
This class is an example of a program which injects an evio event
into the ER's ET system to be used by the ER as a "first event".
|
InputDataChannelImplEmu |
This class is a simplified version of DataChannelImplEmu class.
|
LocalEmuDomainServer |
Local copy of EmuDomainServer class.
|
LocalEmuDomainTcpServer |
Local copy of EmuDomainTcpServer class.
|
LocalEmuDomainUdpListener |
Local copy of EmuDomainUdpListener class.
|
RcProtocolTest |
This class is designed to find bugs in the network communication/protocol
when talking to rc server (agent).
|
ReceiverCmsg |
This class is designed to receive output from an EMU.
|
ReceiverEt |
Created by IntelliJ IDEA.
|
RocSynchronizer |
This class is designed to receive output from fake Roc EMUs and
is used to synchronize their output so they all produce the same
amount of events and therefore the run can END properly.
|
SenderCmsg |
This class is designed to send data to an EMU.
|
VardanERSAP |
This class is an example of how one might take 2 producers (one for each ring)
and have a consumer that reads one item from each ring and puts them both into
a third, output ring.
|