Index

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AboutBox - Class in org.jlab.coda.emu.support.ui
 
AboutBox() - Constructor for class org.jlab.coda.emu.support.ui.AboutBox
 
acceptNode(Node) - Method in class org.jlab.coda.emu.support.configurer.Configurer
 
ACTIVATING - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Activating state - in the process of becoming active.
ACTIVE - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
ACTIVE state.
add(JInternalFrame) - Method in class org.jlab.coda.emu.support.ui.MDIDesktopPane
 
add(X0) - Method in class org.jlab.coda.emu.support.data.tuple.Pair
 
addAppender(LoggerAppender) - Method in class org.jlab.coda.emu.support.logger.Logger
Method addAppender ...
addAt0(X0) - Method in class org.jlab.coda.emu.support.data.tuple.Pair
 
addAt1(X0) - Method in class org.jlab.coda.emu.support.data.tuple.Pair
 
addAt2(X0) - Method in class org.jlab.coda.emu.support.data.tuple.Pair
 
addDocument(Document) - Method in class org.jlab.coda.emu.support.ui.DebugFrame
Method addDocument ...
addInputChannels(ArrayList<DataChannel>) - Method in interface org.jlab.coda.emu.EmuModule
Add the given input channels to this EmuModule object.
addInputChannels(ArrayList<DataChannel>) - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Add the given input channels to this EmuModule object.
addInputChannels(ArrayList<DataChannel>) - Method in class org.jlab.coda.emu.modules.RocFixedRateSimulation
Add the given input channels to this EmuModule object.
addInputChannels(ArrayList<DataChannel>) - Method in class org.jlab.coda.emu.modules.RocSimulation
Add the given input channels to this EmuModule object.
addLogOrigin(Class) - Method in class org.jlab.coda.emu.support.logger.Logger
Add the Class which serves as entry point for log message location.
addModuleName(String, String, String) - Method in class org.jlab.coda.emu.EmuDataPath
Add a module to the data path.
addOutputChannels(ArrayList<DataChannel>) - Method in interface org.jlab.coda.emu.EmuModule
Add the given output channels to this EmuModule object.
addOutputChannels(ArrayList<DataChannel>) - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Add the given output channels to this EmuModule object.
addOutputDestination(String) - Method in class org.jlab.coda.emu.Emu
Add a single output destination name, like a file or et system name, or a string like "cMsg", to the array of destinations names.
addPanel(JPanel, String) - Method in class org.jlab.coda.emu.support.ui.DebugFrame
Method to add Panel to gui.
addToPanel(DataNode) - Method in class org.jlab.coda.emu.support.configurer.DataNode
Add a DataNode object to this DataNode object as part of the JPanel.
addUsers(int) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
If a reference to this ByteBufferItem is copied, then it is necessary to increase the number of users.
addValue(int) - Method in class org.jlab.coda.emu.support.data.Statistics
Method to add data point.
adjustStatistics(long, long) - Method in interface org.jlab.coda.emu.EmuModule
Adjust the event count and word count reported by this module to run control by added the given numbers.
adjustStatistics(long, long) - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Adjust the event count and word count reported by this module to run control by added the given numbers.
allowed() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Get the set of allowed transitions from this state.
allowed() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateIF
Get the set of allowed transitions from this state.
append(String) - Method in class org.jlab.coda.emu.support.ui.log.SwingLogConsoleDialog
Method append ...
append(String, String) - Method in class org.jlab.coda.emu.support.ui.log.SwingLogConsoleDialog
Method append ...
append(LoggingEvent) - Method in interface org.jlab.coda.emu.support.logger.LoggerAppender
Method append ...
append(LoggingEvent) - Method in class org.jlab.coda.emu.support.logger.PrintAppender
Method append ...
append(LoggingEvent) - Method in class org.jlab.coda.emu.support.logger.QueueAppender
Method append ...
append(LoggingEvent) - Method in class org.jlab.coda.emu.support.logger.StdOutAppender
Method append ...
append(LoggingEvent) - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Send a dalogmsg message using the cMsg system.
append(LoggingEvent) - Method in class org.jlab.coda.emu.support.ui.log.SwingLogConsoleDialog
Method append ...
associateModule(EmuModule) - Method in class org.jlab.coda.emu.EmuDataPath
Associate an EmuModule object with a module of the same name in the path.
Attached - Interface in org.jlab.coda.emu.support.data
Interface used to designate the presence of an attached object.
auxObject - Variable in class org.jlab.coda.emu.support.data.ByteBufferSupply
Object to be associated with each ByteBufferItem.
avgEventSize - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 

B

barriersIn - Variable in class org.jlab.coda.emu.modules.EventRecording
All recording threads share one barrier.
BOOTED - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
BOOTED state.
buildBarrierIn - Variable in class org.jlab.coda.emu.modules.Dummy
For each input channel, all event-moving threads share one barrier.
buildPhysicsEventWithPhysics(EvioNode[], ByteBuffer, int, int, boolean, int[], ByteBuffer[]) - Static method in class org.jlab.coda.emu.support.data.Evio
Build a single physics event with the given array of Physics events.
buildPhysicsEventWithRocRaw(EvioNode[], boolean, int, int, ByteBuffer, int[], ByteBuffer[]) - Static method in class org.jlab.coda.emu.support.data.Evio
Build a single physics event with the given array of ROC raw records.
buildSequenceIn - Variable in class org.jlab.coda.emu.modules.Dummy
For each input channel, 1 sequence per event-moving thread.
BuildThreadTest - Class in org.jlab.coda.emu.test
This class is designed to test the proper way to release input channel ring items in the Event Builder's build threads.
BUILT_BY_PEB - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Event built by primary event builder.
BUILT_BY_PEB_SYNC - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Event built by primary event builder with sync bit set.
BUILT_BY_SEB - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Event built by secondary event builder.
BUILT_BY_SEB_SYNC - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Event built by secondary event builder with sync bit set.
BUILT_TRIGGER_BANK - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
No timestamp and no run data.
BUILT_TRIGGER_NRSD - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
No timestamp, no run and no roc-specific data.
BUILT_TRIGGER_ROC_ERROR - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
At least one ROC used in building this trigger bank has a bad or nonexistent trigger bank of its own.
BUILT_TRIGGER_RUN - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Only run data.
BUILT_TRIGGER_RUN_NRSD - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Run and no roc-specific data.
BUILT_TRIGGER_TS - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Only timestamp data.
BUILT_TRIGGER_TS_NRSD - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Timestamp and no roc-specific data.
BUILT_TRIGGER_TS_RUN - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Both timestamp and run data.
BUILT_TRIGGER_TS_RUN_NRSD - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Timestamp and run, but no roc-specific data.
ByteBufferFactory() - Constructor for class org.jlab.coda.emu.test.VardanERSAP.ByteBufferFactory
 
ByteBufferItem - Class in org.jlab.coda.emu.support.data
This class is used in conjunction with the ByteBufferSupply class to provide a very fast supply of ByteBuffer objects for reuse.
ByteBufferSupply - Class in org.jlab.coda.emu.support.data
This class is used to provide a very fast supply of ByteBuffer objects (actually ByteBufferItem objects each of which wraps a ByteBuffer) for reuse in 3 different modes (uses Disruptor software package).
ByteBufferSupply(int, int) - Constructor for class org.jlab.coda.emu.support.data.ByteBufferSupply
Constructor.
ByteBufferSupply(int, int, ByteOrder, boolean) - Constructor for class org.jlab.coda.emu.support.data.ByteBufferSupply
Constructor.
ByteBufferSupply(int, int, ByteOrder, boolean, boolean) - Constructor for class org.jlab.coda.emu.support.data.ByteBufferSupply
Constructor.
ByteBufferSupply(int, int, ByteOrder, boolean, boolean, EvioNodePool[]) - Constructor for class org.jlab.coda.emu.support.data.ByteBufferSupply
Constructor.
ByteBufferSupply(int, List<ByteBuffer>, boolean) - Constructor for class org.jlab.coda.emu.support.data.ByteBufferSupply
Constructor.
ByteBufferSupplyTest - Class in org.jlab.coda.emu.test
This class is designed to receive output from an EMU.

C

cascadeFrames() - Method in class org.jlab.coda.emu.support.ui.MDIDesktopPane
Cascade all internal frames
checkConsistency(PayloadBuffer[], long, int) - Static method in class org.jlab.coda.emu.support.data.Evio
Check each payload bank - one from each input channel - for a number of issues:
checkInput(PayloadBuffer, DataChannel, EventType, EvioNode, boolean) - Static method in class org.jlab.coda.emu.support.data.Evio
Check the given payload buffer for correct record id, source id.
checkInputType(int, DataChannel, EventType, EvioNode) - Static method in class org.jlab.coda.emu.support.data.Evio
Check the given payload buffer for event type (physics, ROC raw, control, or user) as well as evio structure type.
checkPayload(PayloadBuffer, DataChannel) - Static method in class org.jlab.coda.emu.support.data.Evio
Check the given payload buffer for correct format (physics, ROC raw, control, or user).
checkRecordIdSequence(int, int, boolean, EventType, DataChannel) - Static method in class org.jlab.coda.emu.support.data.Evio
Check the data coming over a channel for sequential record ids.
checkStreamInput(PayloadBuffer, DataChannel, EventType, EvioNode, boolean) - Static method in class org.jlab.coda.emu.support.data.Evio
Check the given payload buffer for correct record id, source id.
chunk_X_EtBuf - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
clear() - Method in class org.jlab.coda.emu.EmuDataPath
Clear all existing modules from data path.
clear() - Method in class org.jlab.coda.emu.support.ui.log.SwingLogConsoleDialog
 
clearChannels() - Method in interface org.jlab.coda.emu.EmuModule
Remove all channels from this EmuModule object.
clearChannels() - Method in class org.jlab.coda.emu.modules.EventRecording
Remove all channels from this EmuModule object.
clearChannels() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Remove all channels from this EmuModule object.
clearChannels() - Method in class org.jlab.coda.emu.modules.RocFixedRateSimulation
Remove all channels from this EmuModule object.
clearChannels() - Method in class org.jlab.coda.emu.modules.RocSimulation
Remove all channels from this EmuModule object.
clearOutputDestinations() - Method in class org.jlab.coda.emu.Emu
Clear output destination names.
clone() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Clones this object setting the attachment to null.
close() - Method in class org.jlab.coda.emu.support.ui.log.SwingLogConsoleDialog
 
CmdExecException - Exception in org.jlab.coda.emu.support.control
Created by IntelliJ IDEA.
CmdExecException() - Constructor for exception org.jlab.coda.emu.support.control.CmdExecException
Constructs a new exception with null as its detail message.
CmdExecException(String) - Constructor for exception org.jlab.coda.emu.support.control.CmdExecException
Constructs a new exception with the specified detail message.
CmdExecException(String, Throwable) - Constructor for exception org.jlab.coda.emu.support.control.CmdExecException
Constructs a new exception with the specified detail message and cause.
CmdExecException(Throwable) - Constructor for exception org.jlab.coda.emu.support.control.CmdExecException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CMSG - Enum constant in enum class org.jlab.coda.emu.support.transport.TransportType
Cmsg domain of cmsg package, publish-subscribe using sockets.
CMSGPortal - Class in org.jlab.coda.emu.support.messaging
This class creates a connection to a cMsg server for the purposes of receiving run control commands and logging dalog messages.
CMSGPortal(Emu) - Constructor for class org.jlab.coda.emu.support.messaging.CMSGPortal
Constructor.
cMsgServerConnect() - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Create 2 connections to the run control platform's cMsg domain server.
CODA_WARN - Static variable in class org.jlab.coda.emu.support.logger.LoggingEvent
CODA_WARNING msg, 9.
codaClass - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
CODAClass - Enum Class in org.jlab.coda.emu.support.codaComponent
This class is an enum which lists all the possible CODA class values, which are the types of CODA components such as ROC, EB, or ER.
CODACommand - Enum Class in org.jlab.coda.emu.support.codaComponent
This class enumerates all the commands that Run Control can send to this Emu.
CODACommand.InputType - Enum Class in org.jlab.coda.emu.support.codaComponent
Ways in which a command's input obtained from a cMsg message.
CODAComponent - Interface in org.jlab.coda.emu.support.codaComponent
This interface describes a component in the CODA run control system.
codaInfoCommandType - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in subscription that receives coda info commands.
CODAState - Enum Class in org.jlab.coda.emu.support.codaComponent
This class is an enum which lists all the possible CODA Emu state-machine states.
CODAStateIF - Interface in org.jlab.coda.emu.support.codaComponent
This interface defines a state of an object.
CODAStateMachine - Interface in org.jlab.coda.emu.support.codaComponent
This interface is used when defining data transports, data channels, and modules.
CODAStateMachineAdapter - Class in org.jlab.coda.emu.support.codaComponent
This class provides empty implementations of the CODAStateMachine interface.
CODAStateMachineAdapter() - Constructor for class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
 
CODATag - Enum Class in org.jlab.coda.emu.support.data
This enum specifies values associated with tags used in CODA online components.
CODATransition - Enum Class in org.jlab.coda.emu.support.codaComponent
An enum which contains a list of possible transitions in CODA Emu state machine.
combineAggregatedStreams(int, PayloadBuffer[], ByteBuffer, int, int, long, int[], int[], ByteBuffer[], EvioNode[], boolean, boolean) - Static method in class org.jlab.coda.emu.support.data.Evio
Combine banks from an Aggregator output into an event with a Stream Info Bank, and appended ROC Time Slice Banks.
combineEmptyFrameBuffers(long, int, ByteBuffer, PayloadBuffer[]) - Static method in class org.jlab.coda.emu.support.data.Evio
Create a Bank representing an empty frame - a frame which is missing from all input channels but must still be present in the output stream.
combineRocStreams(int, PayloadBuffer[], ByteBuffer, int, int, long, int[], int[], ByteBuffer[], EvioNode[], boolean, boolean) - Static method in class org.jlab.coda.emu.support.data.Evio
Combine the input payload banks of streamed ROC raw format into an event with a Stream Info Bank, and appended Time Slice Banks.
combineSingleVtpStreamsToPhysics(int, ByteBuffer, long[], int[], ByteBuffer[], EvioNode[], boolean, boolean) - Static method in class org.jlab.coda.emu.support.data.Evio
Combine up to 4 streams of a single VTP (VXS Triggger Processor) board into one ROC Streaming Physics bank.
Command - Class in org.jlab.coda.emu.support.control
This class represents a command given to an emu by CODA's Run Control.
Command(CODACommand) - Constructor for class org.jlab.coda.emu.support.control.Command
Constructor.
CommandAcceptor - Interface in org.jlab.coda.emu.support.control
 
compareTo(Tuple) - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
configPayloadFileChanged - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding int (1 if file content changed, else 0).
configPayloadFileContent - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding config file content.
configPayloadFileContentRoc - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding config file content for simulated ROC.
configPayloadFileName - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding config file name.
configPayloadPlatformHosts - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding all IP addresses of platform's host.
configPayloadPlatformPort - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding platform's cMsg domain server's TCP port.
configPayloadStreamCount - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding configuration's count of data streams - the number of final event builders and event recorders.
configPayloadStreamId - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding component's data streams id.
configuration() - Method in class org.jlab.coda.emu.Emu
Get the configuration of this CODA component in the form of a parsed XML document object that is loaded from a file when the configure command is executed.
configuration() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the configuration of this CODA component in the form of a parsed XML document object that is loaded from a file when the configure command is executed.
configure - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the configure command.
configure(CommandAcceptor, int) - Method in class org.jlab.coda.emu.support.ui.SmartToolbar
Method configure ...
CONFIGURE - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Configure transition.
CONFIGURE - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
Configure transition.
CONFIGURED - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
CONFIGURED state.
Configurer - Class in org.jlab.coda.emu.support.configurer
This class is a singleton and contains one static reference to a DOM builder and a DOM serializer.
Configurer() - Constructor for class org.jlab.coda.emu.support.configurer.Configurer
 
CONFIGURING - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Configuring state - in the process of configuring.
consumerGet() - Method in class org.jlab.coda.emu.support.data.ByteBufferSupply
Get the next available item in ring buffer for getting data already written into.
contains(Object) - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
containsAll(Object...) - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
containsAll(Collection<?>) - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
containsModule(EmuModule) - Method in class org.jlab.coda.emu.EmuDataPath
Does this path contain the given EmuModule object?
containsModuleName(String) - Method in class org.jlab.coda.emu.EmuDataPath
Does this path contain a module of the given name?
CONTROL - Enum constant in enum class org.jlab.coda.emu.support.data.EventType
 
ControlType - Enum Class in org.jlab.coda.emu.support.data
This enum specifies tag values associated with CODA control types used in CODA online components.
copy(RingItem) - Method in interface org.jlab.coda.emu.support.data.RingItem
Copy the argument's data into this RingItem object.
copy(RingItem) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Copy members of argument into this object (except for "reserved").
createChannel(String, Map<String, String>, boolean, Emu, EmuModule, int, int) - Method in interface org.jlab.coda.emu.support.transport.DataTransport
This method creates a DataChannel object.
createChannel(String, Map<String, String>, boolean, Emu, EmuModule, int, int) - Method in class org.jlab.coda.emu.support.transport.DataTransportImplCmsg
This method creates a DataChannel object.
createChannel(String, Map<String, String>, boolean, Emu, EmuModule, int, int) - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEmu
This method creates a DataChannel object.
createChannel(String, Map<String, String>, boolean, Emu, EmuModule, int, int) - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEt
This method creates a DataChannel object.
createChannel(String, Map<String, String>, boolean, Emu, EmuModule, int, int) - Method in class org.jlab.coda.emu.support.transport.DataTransportImplFifo
This method creates a DataChannel object.
createChannel(String, Map<String, String>, boolean, Emu, EmuModule, int, int) - Method in class org.jlab.coda.emu.support.transport.DataTransportImplFile
This method creates a DataChannel object.
createChannel(String, Map<String, String>, boolean, Emu, EmuModule, int, int) - Method in class org.jlab.coda.emu.support.transport.DataTransportImplTcpStream
This method creates a DataChannel object.
createChannel(String, Map<String, String>, boolean, Emu, EmuModule, int, int) - Method in class org.jlab.coda.emu.support.transport.DataTransportImplUdpStream
This method creates a DataChannel object.
createCodaTag(boolean, boolean, boolean, boolean, int) - Static method in class org.jlab.coda.emu.support.data.Evio
Create a 16-bit, CODA-format tag for a ROC Raw Record or Physics Event out of 4 status bits and a 12-bit id.
createCodaTag(boolean, boolean, boolean, boolean, int) - Static method in class org.jlab.coda.emu.test.RealDataTest
 
createCodaTag(int, int) - Static method in class org.jlab.coda.emu.support.data.Evio
Create a 16-bit, CODA-format tag for a ROC Raw Record, Physics Event, or Data Transport Record out of 4-bit status/type and a 12-bit id.
createControlBuffer(ControlType, int, int, int, int, int, ByteOrder, String, boolean, boolean) - Static method in class org.jlab.coda.emu.support.data.Evio
Create a Control event with a ByteBuffer which is ready to read.
createControlEvent(ControlType, int, int, int, int, int, boolean, boolean) - Static method in class org.jlab.coda.emu.support.data.Evio
Create a Control event.
createEmptyFrameBuffer(long, long, int, int, int[], ByteOrder, String) - Static method in class org.jlab.coda.emu.support.data.Evio
Create a Bank representing an empty frame - a frame which is missing from all input channels but must still be present in the output stream.
createEmus() - Method in class org.jlab.coda.emu.EmuFactory
Method to construct EMUs.
createRocRawRecordFast(int, int, int, int, int, int, long, ByteBuffer, CompactEventBuilder) - Static method in class org.jlab.coda.emu.support.data.Evio
Create an Evio ROC Raw record event/bank to be placed in a Data Transport record.

D

dalogMsg - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type of dalog message periodically sent to rcServer.
DataChannel - Interface in org.jlab.coda.emu.support.transport
This interface defines an object that can send and receive data.
DataChannelAdapter - Class in org.jlab.coda.emu.support.transport
This class provides boilerplate code for the DataChannel interface (which includes the CODAStateMachine interface).
DataChannelAdapter(String, DataTransport, Map<String, String>, boolean, Emu, EmuModule, int) - Constructor for class org.jlab.coda.emu.support.transport.DataChannelAdapter
Constructor to create a new DataChannel instance.
DataChannelImplCmsg - Class in org.jlab.coda.emu.support.transport
This class implement a data channel which gets data from or sends data to a cMsg server.
DataChannelImplEmu - Class in org.jlab.coda.emu.support.transport
This class implement a data channel which gets-data-from/sends-data-to an Emu domain client/server.
DataChannelImplEt - Class in org.jlab.coda.emu.support.transport
This class implement a data channel which gets data from or sends data to an ET system.
DataChannelImplFifo - Class in org.jlab.coda.emu.support.transport
This class implements a DataChannel to act as a fifo.
DataChannelImplFile - Class in org.jlab.coda.emu.support.transport
Implementation of a DataChannel reading/writing from/to a file in EVIO format.
DataChannelImplTcpStream - Class in org.jlab.coda.emu.support.transport
This class is copied from the DataChannelImpEmu class.
DataChannelImplUdpStream - Class in org.jlab.coda.emu.support.transport
This class implement a data channel which gets data from a hardware front-end via UDP packets.
dataFromVTP() - Method in interface org.jlab.coda.emu.EmuModule
Does this module process data coming from a VTP? TODO: Currently this is NOT relevant since the VTP now produces control events.
dataFromVTP() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Does this module process data coming from a VTP? TODO: Currently this is NOT relevant since the VTP now produces control events.
dataFromVTP() - Method in class org.jlab.coda.emu.modules.StreamAggregator
Does this module process data coming from a VTP? TODO: Currently this is NOT relevant since the VTP now produces control events.
dataFromVTP() - Method in class org.jlab.coda.emu.modules.StreamAggregatorOrig
Does this module process data coming from a VTP? TODO: Currently this is NOT relevant since the VTP now produces control events.
DataNode - Class in org.jlab.coda.emu.support.configurer
bug bug: certain methods must be run in the SwingUpdate thread.
DataNode(Node, int) - Constructor for class org.jlab.coda.emu.support.configurer.DataNode
Constructor DataNode creates a new DataNode instance and cleverly stores it in the given Node argument.
DataNotFoundException - Exception in org.jlab.coda.emu.support.configurer
 
DataNotFoundException(String) - Constructor for exception org.jlab.coda.emu.support.configurer.DataNotFoundException
Constructor DataNotFoundException creates a new DataNotFoundException instance.
DataNotFoundException(String, Throwable) - Constructor for exception org.jlab.coda.emu.support.configurer.DataNotFoundException
Constructor DataNotFoundException creates a new DataNotFoundException instance.
DataNotFoundException(Throwable) - Constructor for exception org.jlab.coda.emu.support.configurer.DataNotFoundException
Constructor DataNotFoundException creates a new DataNotFoundException instance.
dataRate - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
DataTransport - Interface in org.jlab.coda.emu.support.transport
This interface defines how data is transported and does not refer to a particular data connection.
DataTransportAdapter - Class in org.jlab.coda.emu.support.transport
This class provides a bare-bones implementation of the DataTransport interface (which includes the CODAStateMachine interface).
DataTransportAdapter(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.support.transport.DataTransportAdapter
Constructor.
DataTransportImplCmsg - Class in org.jlab.coda.emu.support.transport
This class specifies a single cMsg server.
DataTransportImplCmsg(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.support.transport.DataTransportImplCmsg
Constructor.
DataTransportImplEmu - Class in org.jlab.coda.emu.support.transport
This class specifies a single cMsg server.
DataTransportImplEmu(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.support.transport.DataTransportImplEmu
Constructor called during "download".
DataTransportImplEt - Class in org.jlab.coda.emu.support.transport
This class specifies a single ET system to connect to.
DataTransportImplEt(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.support.transport.DataTransportImplEt
Constructor.
DataTransportImplFifo - Class in org.jlab.coda.emu.support.transport
Implement a DataTransport that creates FIFO DataChannels based on the RingBuffer.
DataTransportImplFifo(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.support.transport.DataTransportImplFifo
Constructor.
DataTransportImplFile - Class in org.jlab.coda.emu.support.transport
Implement a DataTransport that uses DataChannels based on EVIO format files.
DataTransportImplFile(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.support.transport.DataTransportImplFile
Constructor.
DataTransportImplTcpStream - Class in org.jlab.coda.emu.support.transport
This class specifies a single cMsg, Emu domain server.
DataTransportImplTcpStream(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.support.transport.DataTransportImplTcpStream
Constructor called during "download".
DataTransportImplUdpStream - Class in org.jlab.coda.emu.support.transport
This class specifies a single UDP client which connects to a hardware front-end server.
DataTransportImplUdpStream(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.support.transport.DataTransportImplUdpStream
Constructor called during "download".
DC - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Data concentrator, first level event builder to be followed by SEB.
debug(String) - Method in class org.jlab.coda.emu.support.logger.Logger
Method debug ...
debug(String, boolean) - Method in class org.jlab.coda.emu.support.logger.Logger
Method debug ...
debug(String, long) - Method in class org.jlab.coda.emu.support.logger.Logger
Method debug ...
debug(String, long, long) - Method in class org.jlab.coda.emu.support.logger.Logger
Method debug ...
debug(String, Object) - Method in class org.jlab.coda.emu.support.logger.Logger
Method debug ...
debug(String, String) - Method in class org.jlab.coda.emu.support.logger.Logger
Method debug ...
debug(String, String, String) - Method in class org.jlab.coda.emu.support.logger.Logger
Method debug ...
debug(String, Throwable) - Method in class org.jlab.coda.emu.support.logger.Logger
Method debug ...
debug(Throwable) - Method in class org.jlab.coda.emu.support.logger.Logger
Method debug ...
DEBUG - Static variable in class org.jlab.coda.emu.support.logger.LoggingEvent
DEBUG msg.
debugClassLoader(String, Object) - Method in class org.jlab.coda.emu.support.logger.Logger
Method debugClassLoader ...
DebugFrame - Class in org.jlab.coda.emu.support.ui
 
DebugFrame(Emu) - Constructor for class org.jlab.coda.emu.support.ui.DebugFrame
 
deepCopy(ByteBuffer) - Static method in class org.jlab.coda.emu.EmuUtilities
Method to deep copy a ByteBuffer object.
description() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Get the description of this transition.
description() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
Get the description of this transition.
description() - Method in class org.jlab.coda.emu.support.control.Command
Get the description of the Run Control command.
destinationNames - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
DISABLE_OUTPUT - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to disable output channels.
disableOutput - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the disable-output-channels command.
DISENTANGLED_PHYSICS - Enum constant in enum class org.jlab.coda.emu.support.data.EventType
 
doubleToString(double, int) - Static method in class org.jlab.coda.emu.EmuUtilities
Method to convert a double to a string with a specified number of decimal places.
download - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the get-run-number command.
download() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
This method implements the DOWNLOAD transition of the CODA run control state machine.
download() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateMachine
This method implements the DOWNLOAD transition of the CODA run control state machine.
download() - Method in class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
This method implements the DOWNLOAD transition of the CODA run control state machine.
download() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEt
This method implements the DOWNLOAD transition of the CODA run control state machine.
DOWNLOAD - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Download transition.
DOWNLOAD - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
Download transition.
DOWNLOADED - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
DOWNLOADED state (same as ENDED).
DOWNLOADING - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Downloading state - in the process of downloading.
Dummy - Class in org.jlab.coda.emu.modules
This class is a (not so) bare bones module used for testing and as a template.
Dummy(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.Dummy
Constructor.

E

EBER - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Generic representation of either PEBER or SEBER.
EMPTY_FRAME - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
No events associated with frame.
Emu - Class in org.jlab.coda.emu
This is the main class of the EMU (Event Management Unit) program.
Emu(String, String, boolean, boolean) - Constructor for class org.jlab.coda.emu.Emu
Constructor.
EMU - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Event management unit.
EMU - Enum constant in enum class org.jlab.coda.emu.support.transport.TransportType
Emu domain of the cmsg package which uses TCP sockets.
EmuBlastee - Class in org.jlab.coda.emu.test.blast
Created by timmer on 4/10/17.
EmuBlastee(String[]) - Constructor for class org.jlab.coda.emu.test.blast.EmuBlastee
Constructor.
EmuBlastee2 - Class in org.jlab.coda.emu.test.blast
Created by timmer on 4/10/17.
EmuBlastee2(String[]) - Constructor for class org.jlab.coda.emu.test.blast.EmuBlastee2
Constructor.
EmuBlastee3 - Class in org.jlab.coda.emu.test.blast
Created by timmer on 4/10/17.
EmuBlastee3(String[]) - Constructor for class org.jlab.coda.emu.test.blast.EmuBlastee3
Constructor.
EmuBlaster - Class in org.jlab.coda.emu.test.blast
This class copies much from the RocSimulation module.
EmuBlaster(String[]) - Constructor for class org.jlab.coda.emu.test.blast.EmuBlaster
 
EmuBlaster2 - Class in org.jlab.coda.emu.test.blast
This class copies much from the RocSimulation module.
EmuBlaster2(String[]) - Constructor for class org.jlab.coda.emu.test.blast.EmuBlaster2
 
EMUCommander - Class in org.jlab.coda.emu.support.ui
EMUCommander - a tool to send commands to EMUs and log responses.
EMUCommander() - Constructor for class org.jlab.coda.emu.support.ui.EMUCommander
No-arg constructor.
EmuDataPath - Class in org.jlab.coda.emu
This class represents data flow through connected EMU modules.
EmuDataPath(String, String, String) - Constructor for class org.jlab.coda.emu.EmuDataPath
Constructor.
EmuDomainReceiver - Class in org.jlab.coda.emu.test
This class is designed to be a test receiver for a module who has emu domain output channels.
EmuDomainServer - Class in org.jlab.coda.emu.support.transport
Much of this copied from the the RCMulticastDomain's RCMulticast class.
EmuDomainServer(int, String, String, DataTransport) - Constructor for class org.jlab.coda.emu.support.transport.EmuDomainServer
 
EmuDomainTcpServer - Class in org.jlab.coda.emu.support.transport
This class is the cMsg Emu domain TCP server run inside of an EMU.
EmuDomainTcpServer(EmuDomainServer, int) - Constructor for class org.jlab.coda.emu.support.transport.EmuDomainTcpServer
Constructor.
EmuDomainUdpListener - Class in org.jlab.coda.emu.support.transport
Basically a copy of RCMulticastDomain's rcListeningThread class.
EmuDomainUdpListener(EmuDomainServer, int, String, String) - Constructor for class org.jlab.coda.emu.support.transport.EmuDomainUdpListener
Constructor.
EmuEventNotify - Class in org.jlab.coda.emu
This class is designed for allowing the Emu to wait until a DataChannel or Transport or Module has received a desired event.
EmuEventNotify() - Constructor for class org.jlab.coda.emu.EmuEventNotify
Constructor with default wait time of 1 seconds.
EmuException - Exception in org.jlab.coda.emu
Type of exception thrown in modules of EMU.
EmuException() - Constructor for exception org.jlab.coda.emu.EmuException
Constructs a new exception with null as its detail message.
EmuException(String) - Constructor for exception org.jlab.coda.emu.EmuException
Constructs a new exception with the specified detail message.
EmuException(String, Throwable) - Constructor for exception org.jlab.coda.emu.EmuException
Constructs a new exception with the specified detail message and cause.
EmuException(Throwable) - Constructor for exception org.jlab.coda.emu.EmuException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause.
EmuFactory - Class in org.jlab.coda.emu
This class handles the creation of one or more EMUs that are to be run in a single Java JVM.
EmuFactory() - Constructor for class org.jlab.coda.emu.EmuFactory
 
EmuModule - Interface in org.jlab.coda.emu
Interface EmuModule a simple interface to a modular part of the EMU.
EmuUtilities - Class in org.jlab.coda.emu
Collection of useful methods.
EmuUtilities() - Constructor for class org.jlab.coda.emu.EmuUtilities
 
ENABLE_OUTPUT - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to enable output channels.
enabled - Static variable in class org.jlab.coda.emu.support.logger.StdOutAppender
Field enabled
enableOutput - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the enable-output-channels command.
end - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the set-run-type command.
end() - Method in class org.jlab.coda.emu.modules.Dummy
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.modules.EventRecording
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.modules.FarmController
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.modules.FastEventBuilder
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.modules.RocFixedRateSimulation
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.modules.RocSimulation
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.modules.StreamAggregator
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.modules.StreamAggregatorOrig
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.modules.TsFixedRateSimulation
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.modules.TsSimulation
This method implements the END transition of the CODA run control state machine.
end() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateMachine
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplCmsg
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEmu
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEt
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplFifo
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplFile
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplTcpStream
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplUdpStream
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplCmsg
This method implements the END transition of the CODA run control state machine.
end() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplFifo
This method implements the END transition of the CODA run control state machine.
END - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
End transition.
END - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
End transition.
END - Enum constant in enum class org.jlab.coda.emu.support.data.ControlType
 
ENDING - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Ending state - got END command but no END event yet.
endWait() - Method in class org.jlab.coda.emu.EmuEventNotify
This method allows the waitForEvent() method to return immediately.
ensureCapacity(int) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Make sure the buffer is the size needed.
equals(Object) - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
equals(ByteBuffer) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
 
ER - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Event Recorder.
error(String) - Method in class org.jlab.coda.emu.support.logger.Logger
Method error ...
error(String, long) - Method in class org.jlab.coda.emu.support.logger.Logger
Method error ...
error(String, String) - Method in class org.jlab.coda.emu.support.logger.Logger
Method error ...
error(String, String, Throwable) - Method in class org.jlab.coda.emu.support.logger.Logger
Method error ...
error(String, Throwable) - Method in class org.jlab.coda.emu.support.logger.Logger
Method error ...
error(Throwable) - Method in class org.jlab.coda.emu.support.logger.Logger
Method error ...
ERROR - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
ERROR state.
ERROR - Static variable in class org.jlab.coda.emu.support.logger.LoggingEvent
ERROR msg, 9 - 12.
ET - Enum constant in enum class org.jlab.coda.emu.support.transport.TransportType
ET system.
eventCount - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
eventCount64 - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
eventRate - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
EventRecording - Class in org.jlab.coda.emu.modules
This class implements an event recorder.
EventRecording(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.EventRecording
Constructor creates a new EventRecording instance.
EventType - Enum Class in org.jlab.coda.emu.support.data
This enum specifies values associated with CODA event types used in CODA online components.
Evio - Class in org.jlab.coda.emu.support.data
This class is used as a layer on top of evio to handle CODA3 specific details.
execute(Command) - Method in class org.jlab.coda.emu.Emu
This method takes a Command object and attempts to execute it.
exit - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the exit command.
EXIT - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to exit.

F

FarmController - Class in org.jlab.coda.emu.modules
This class is a Farm Controlling module.
FarmController(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.FarmController
Constructor creates a new EventRecording instance.
FastEventBuilder - Class in org.jlab.coda.emu.modules
This class implements an event builder.
FastEventBuilder(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.FastEventBuilder
Constructor creates a new EventBuilding instance.
FCS - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Farm Controller.
FIFO - Enum constant in enum class org.jlab.coda.emu.support.transport.TransportType
Fifo used between modules in one emu.
FILE - Enum constant in enum class org.jlab.coda.emu.support.transport.TransportType
File.
filename - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
fileWritingPayload - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for flag telling emu to stop/start file writing.
fillHistogram() - Method in class org.jlab.coda.emu.support.data.Statistics
Fill the histogram integer array with data points.
FPGA - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
FPGA (simulated, streaming ROC in emu).
frameCount - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
frameRate - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
fromArray(X[]) - Static method in class org.jlab.coda.emu.support.data.tuple.KeyValue
Create tuple from array.
fromArray(X[]) - Static method in class org.jlab.coda.emu.support.data.tuple.Pair
Create tuple from array.
fromArray(X[]) - Static method in class org.jlab.coda.emu.support.data.tuple.Quartet
Create tuple from array.
fromArray(X[]) - Static method in class org.jlab.coda.emu.support.data.tuple.Triplet
Create tuple from array.
fromCollection(Collection<X>) - Static method in class org.jlab.coda.emu.support.data.tuple.KeyValue
 
fromCollection(Collection<X>) - Static method in class org.jlab.coda.emu.support.data.tuple.Pair
Create tuple from collection.
fromCollection(Collection<X>) - Static method in class org.jlab.coda.emu.support.data.tuple.Quartet
Create tuple from collection.
fromCollection(Collection<X>) - Static method in class org.jlab.coda.emu.support.data.tuple.Triplet
Create tuple from collection.
fromDebugGui(boolean) - Method in class org.jlab.coda.emu.support.control.Command
Set whether this command is from the debug gui or run control.
fromIterable(Iterable<X>) - Static method in class org.jlab.coda.emu.support.data.tuple.KeyValue
 
fromIterable(Iterable<X>) - Static method in class org.jlab.coda.emu.support.data.tuple.Pair
Create tuple from iterable.
fromIterable(Iterable<X>) - Static method in class org.jlab.coda.emu.support.data.tuple.Quartet
Create tuple from iterable.
fromIterable(Iterable<X>) - Static method in class org.jlab.coda.emu.support.data.tuple.Triplet
Create tuple from iterable.
fromIterable(Iterable<X>, int) - Static method in class org.jlab.coda.emu.support.data.tuple.KeyValue
 
fromIterable(Iterable<X>, int) - Static method in class org.jlab.coda.emu.support.data.tuple.Pair
Create tuple from iterable, starting from the specified index.
fromIterable(Iterable<X>, int) - Static method in class org.jlab.coda.emu.support.data.tuple.Quartet
Create tuple from iterable, starting from the specified index.
fromIterable(Iterable<X>, int) - Static method in class org.jlab.coda.emu.support.data.tuple.Triplet
Create tuple from iterable, starting from the specified index.

G

generateData(int, int, boolean, long) - Static method in class org.jlab.coda.emu.support.data.Evio
Generate a single data block bank of fake data.
generateInputPanel() - Method in class org.jlab.coda.emu.support.ui.DebugFrame
This method adds an internal frame used to grab input for emu commands that need input.
get() - Method in class org.jlab.coda.emu.support.data.ByteBufferSupply
Get the next available item in ring buffer for writing/reading data.
get(int, ByteBufferItem[]) - Method in class org.jlab.coda.emu.support.data.ByteBufferSupply
Get the next "n" available item in ring buffer for writing/reading data.
get(String) - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Map from type of incoming message from CODA class name to a particular enum.
get(String) - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Map from type of incoming message from run control to a particular enum.
get(String) - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Map from CODAState name to a particular enum.
get(String) - Static method in enum class org.jlab.coda.emu.support.transport.TransportType
Map from type of incoming message from CODA class name to a particular enum.
GET_BUF_LEVEL - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to get buffer level - smallest evio-event/et-buffer for ROCs.
GET_CODA_CLASS - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to get the coda class.
GET_CONFIG_ID - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to get config id.
GET_OBJECT_TYPE - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to get the object type.
GET_RUN_NUMBER - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to get run number .
GET_RUN_TYPE - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to get run type.
GET_SESSION - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to get session.
GET_STATE - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to get the state .
GET_STATUS - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to get the status.
getArg(String) - Method in class org.jlab.coda.emu.support.control.Command
Get the object (a cMsgPayloadItem object) associated with this tag (unique mapping).
getAsIs() - Method in class org.jlab.coda.emu.support.data.ByteBufferSupply
Get the next available item in ring buffer for writing/reading data.
getAttachment() - Method in interface org.jlab.coda.emu.support.data.Attached
This method gets an attached object.
getAttachment() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
This method gets an attached object.
getAttr(String) - Method in interface org.jlab.coda.emu.EmuModule
Get the named attribute from the config file of this module.
getAttr(String) - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the named attribute from the config file of this module.
getAttr(String) - Method in interface org.jlab.coda.emu.support.transport.DataTransport
This method gets an attribute as a String object.
getAttr(String) - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method gets an attribute as a String object.
getBuf() - Method in class org.jlab.coda.emu.support.data.TimeSliceBankItem
 
getBuffer() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the contained ByteBuffer.
getBuffer() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the ByteBuffer object (containing evio data) referenced by this ring item if any.
getBuffer() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the ByteBuffer object (containing evio data) referenced by this ring item if any.
getBufferAsIs() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the contained ByteBuffer without any modifications.
getBufferLevel - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the get-buffer-level command.
getBufferLevel() - Method in class org.jlab.coda.emu.Emu
Get the smallest number of evio-events/et-buffer that connected DC/PEB found.
getBufferSize() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the size in bytes of the contained ByteBuffer.
getByteBufferItem() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the ByteBufferItem object used to wrap the referenced ByteBuffer (if any).
getByteBufferItem() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the ByteBufferItem object used to wrap the referenced ByteBuffer (if any).
getByteBufferSupply() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the ByteBufferSupply object used to create the referenced ByteBuffer (if any).
getByteBufferSupply() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the ByteBufferSupply object used to create the referenced ByteBuffer (if any).
getByteOrder() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
What is the byte order of this data?
getByteOrder() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the byte order of the data contained in this object.
getChannel(int, int) - Method in interface org.jlab.coda.emu.support.transport.DataTransport
This method gets the specified channel associated with this transport.
getChannel(int, int) - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method gets the specified channel associated with this transport.
getChannel(int, int) - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEmu
This method gets the specified channel associated with this transport.
getChannel(int, int) - Method in class org.jlab.coda.emu.support.transport.DataTransportImplTcpStream
This method gets the specified channel associated with this transport.
getChannelSequence() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the input channel sequence used to get this item.
getChannelSequence() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the input channel sequence used to get this item.
getChannelSequenceObj() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the input channel sequence object used to get this item.
getChannelSequenceObj() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the input channel sequence object used to get this item.
getClearedBuffer() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the contained ByteBuffer and clear it.
getCmdString() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Get the string coming from Run Control specifying this command.
getCmsgConnection() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplCmsg
Get the cmsg connection object.
getCmsgPortal() - Method in class org.jlab.coda.emu.Emu
Get the cmsgPortal object of this emu.
getCmsgServer() - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Get the connection object to the cMsg server of runcontrol platform.
getCmsgUDL() - Method in class org.jlab.coda.emu.Emu
Get the UDL used to connect to the cMsg server by this CODA component.
getCmsgUDL() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the UDL used to connect to the cMsg server by this CODA component.
getCodaClass - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for get-coda-class command.
getCodaClass() - Method in class org.jlab.coda.emu.Emu
Get the class of this CODA component (e.g.
getCodaClass() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the class of this CODA component (e.g.
getCodaClassObject() - Method in class org.jlab.coda.emu.Emu
Get the CODAClass of this emu.
getCodaClassResponse - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for response to get-coda-class command.
getCodaCommand() - Method in class org.jlab.coda.emu.support.control.Command
Get the static command object representing the Run Control command.
getCodaid() - Method in class org.jlab.coda.emu.Emu
Get the id of this CODA component.
getCodaid() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the id of this CODA component.
getConfigId - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the get-config-id command.
getConfigIdResponse - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for response to get-config-id command.
getConsumerSequence() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the sequence of this item for consumer.
getContainer() - Method in class org.jlab.coda.emu.support.configurer.DataNode
 
getControlType() - Method in interface org.jlab.coda.emu.support.data.RingItem
If this is control event, this method returns the type of control event, otherwise it returns null.
getControlType() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
If this is control event, this method returns the type of control event, otherwise it returns null.
getControlType(int) - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Obtain the enum from the value.
getControlTypeFromOrdinal(int) - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Obtain the enum from the ordinal value.
getData() - Method in class org.jlab.coda.emu.support.logger.LoggingEvent
Method getData returns the data of this LoggingEvent object.
getDataNode(Node) - Static method in class org.jlab.coda.emu.support.configurer.DataNode
Method to get the DataNode object associated with a particular Node object.
getDataStreamCount() - Method in class org.jlab.coda.emu.Emu
Get the total number of data streams in the configuration which contains this emu.
getDataStreamId() - Method in class org.jlab.coda.emu.Emu
Get the id number of the data stream this emu is a part of.
getDataTransport() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the DataTransport object used to create this data channel.
getDataTransport() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the DataTransport object used to create this data channel.
getDescription() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Get this command's description.
getDescription() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Get the description of this state.
getDescription() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateIF
Get the description of this state.
getEmu() - Method in interface org.jlab.coda.emu.support.transport.DataTransport
Get the Emu object that created this transport.
getEmu() - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
Get the Emu object that created this transport.
getEmuModules() - Method in class org.jlab.coda.emu.EmuDataPath
Get the linked list of the EmuModules in this path.
getEndCallback() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
This method gets the callback object previously registered by the caller used to notify upon the arrival of an END event.
getEndCallback() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateMachine
This method gets the callback object previously registered by the caller used to notify upon the arrival of an END event.
getEndCallback() - Method in class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
This method gets the callback object previously registered by the caller used to notify upon the arrival of an END event.
getEndCallback() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
This method gets the callback object previously registered by the caller used to notify upon the arrival of an END event.
getEndingTimeLimit() - Method in class org.jlab.coda.emu.Emu
This method gets the amount of milliseconds to wait for an END command to succeed before going to an ERROR state.
getError() - Method in class org.jlab.coda.emu.Emu
Get any available error information.
getError() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get any available error information.
getError() - Method in interface org.jlab.coda.emu.support.codaComponent.StatedObject
Get any available error information.
getError() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get any available error information.
getError() - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
Get any available error information.
getEvent() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the evio event object contained in this ring item if any.
getEvent() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the evio event object contained in this ring item if any.
getEventCount() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the number of ROC events in this object's data.
getEventCount() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the number of ROC events in this object's data.
getEventProducingThreadCount() - Method in interface org.jlab.coda.emu.EmuModule
Get the number of threads which produce events to be placed in output channels.
getEventProducingThreadCount() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the number of threads which produce events to be placed in output channels.
getEventsInGroup() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEt
Gets the number of events per group in the opened ET system.
getEventTime() - Method in class org.jlab.coda.emu.support.logger.LoggingEvent
Method getEventTime returns the eventTime of this LoggingEvent object.
getEventType() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the type of event (ROC raw, physics, user, control , etc) this is.
getEventType() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the type of event (ROC raw, physics, user, control , etc) this is.
getEventType(int) - Static method in enum class org.jlab.coda.emu.support.data.EventType
Obtain the enum from the value.
getExpid() - Method in class org.jlab.coda.emu.Emu
Get the experiment id (expid) of this CODA component.
getExpid() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the experiment id (expid) of this CODA component.
getFileOutputCount() - Method in class org.jlab.coda.emu.Emu
Get the number of file output channels in this emu.
getFillLevel() - Method in class org.jlab.coda.emu.support.data.ByteBufferSupply
What percentage of the byte buffers are being used? If this ring is full (of unused buffers), it corresponds to an empty input or output channel (0%).
getFirstEventNumber() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the first event number in this object's data.
getFirstEventNumber() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the first event number in this object's data.
getForce() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the flag used to suggest a forced write to a consumer.
getFormatedData() - Method in class org.jlab.coda.emu.support.logger.LoggingEvent
Method getFormatedData returns the formatedData of this LoggingEvent object.
getFormatedLevel() - Method in class org.jlab.coda.emu.support.logger.LoggingEvent
Get the string associated with the format level of this event.
getFramework() - Method in class org.jlab.coda.emu.Emu
Get the debug GUI object.
getGuiGroup() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
 
getGuiGroup(int) - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
This method returns an EnumSet object of all the CODACommands which are of the given gui group.
getHistogram() - Method in class org.jlab.coda.emu.support.data.Statistics
Method to get the histogram array of ints.
getHostName() - Method in class org.jlab.coda.emu.Emu
Get the name of the host this CODA component is running on.
getHostName() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the name of the host this CODA component is running on.
getID() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the CODA ID number of the CODA component connected to this data channel.
getID() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the CODA ID number of the CODA component connected to this data channel.
getInChannels() - Method in class org.jlab.coda.emu.Emu
Get list of input channels.
getInputChannelCount() - Method in class org.jlab.coda.emu.Emu
Get out the number of input channels to the first module.
getInputChannels() - Method in interface org.jlab.coda.emu.EmuModule
Get the input channels of this EmuModule object.
getInputChannels() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the input channels of this EmuModule object.
getInputChannels() - Method in class org.jlab.coda.emu.modules.RocFixedRateSimulation
Get the input channels of this EmuModule object.
getInputChannels() - Method in class org.jlab.coda.emu.modules.RocSimulation
Get the input channels of this EmuModule object.
getInputChannelTable() - Method in interface org.jlab.coda.emu.support.transport.DataTransport
Get the table of input channels, if any.
getInputChannelTable() - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
Get the table of input channels, if any.
getInputChannelTable() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEmu
Get the table of input channels, if any.
getInputChannelTable() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplTcpStream
Get the table of input channels, if any.
getInputChannelTable() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplUdpStream
Get the table of input channels, if any.
getInputLevel() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the relative fill level (0-100) of the ring of this input channel.
getInputLevel() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the relative fill level (0-100) of the ring of this input channel.
getInputLevel() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplCmsg
Get the relative fill level (0-100) of the ring of this input channel.
getInputLevel() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEmu
Get the relative fill level (0-100) of the ring of this input channel.
getInputLevel() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEt
Get the relative fill level (0-100) of the ring of this input channel.
getInputLevel() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplTcpStream
Get the relative fill level (0-100) of the ring of this input channel.
getInputLevel() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplUdpStream
Get the relative fill level (0-100) of the ring of this input channel.
getInputLevels() - Method in interface org.jlab.coda.emu.EmuModule
Get array containing the relative fill level (0-100) of each input channel's ring.
getInputLevels() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get array containing the relative fill level (0-100) of each input channel's ring.
getInputNames() - Method in interface org.jlab.coda.emu.EmuModule
Get the names of the input channels of this EmuModule object.
getInputNames() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the names of the input channels of this EmuModule object.
getInputType() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
 
getIntAttr(String) - Method in interface org.jlab.coda.emu.EmuModule
Get the named attribute, as an integer, from the config file of this module.
getIntAttr(String) - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the named attribute, as an integer, from the config file of this module.
getIntAttr(String) - Method in interface org.jlab.coda.emu.support.transport.DataTransport
This method gets an attribute as an int.
getIntAttr(String) - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method gets an attribute as an int.
getInternalRingCount() - Method in interface org.jlab.coda.emu.EmuModule
Get the number of items this EmuModule object has in its internal rings.
getInternalRingCount() - Method in class org.jlab.coda.emu.modules.FastEventBuilder
Get the number of items this EmuModule object has in its internal rings.
getInternalRingCount() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the number of items this EmuModule object has in its internal rings.
getInternalRingCount() - Method in class org.jlab.coda.emu.modules.RocFixedRateSimulation
Get the number of items this EmuModule object has in its internal rings.
getInternalRingCount() - Method in class org.jlab.coda.emu.modules.RocSimulation
Get the number of items this EmuModule object has in its internal rings.
getInternalRingCount() - Method in class org.jlab.coda.emu.modules.StreamAggregator
Get the number of items this EmuModule object has in its internal rings.
getInternalRingCount() - Method in class org.jlab.coda.emu.modules.StreamAggregatorOrig
Get the number of items this EmuModule object has in its internal rings.
getKey() - Method in interface org.jlab.coda.emu.support.data.tuple.IValueKey
 
getKey() - Method in class org.jlab.coda.emu.support.data.tuple.KeyValue
 
getLevel() - Method in class org.jlab.coda.emu.support.configurer.DataNode
 
getLevel() - Method in class org.jlab.coda.emu.support.logger.LoggingEvent
Method getLevel returns the level of this LoggingEvent object.
getLocalEtSystem() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEt
Get the locally created ET system object, if any.
getLocation() - Method in class org.jlab.coda.emu.support.logger.LoggingEvent
Method getLocation returns the location of this LoggingEvent object.
getLogger() - Method in class org.jlab.coda.emu.Emu
Get the Logger this emu uses.
getMessage() - Method in class org.jlab.coda.emu.support.control.Command
Get the cMsg message containing the Run Control command.
getMessage() - Method in class org.jlab.coda.emu.support.logger.LoggingEvent
Method getMessage returns the message of this LoggingEvent object.
getModule() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the module which created this channel.
getModule() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the module which created this channel.
getModules() - Method in class org.jlab.coda.emu.EmuDataPath
Get the linked list of the Modules in this path.
getMTU(DatagramSocket) - Method in class org.jlab.coda.emu.support.transport.DataChannelImplUdpStream
Returns the maximum transmission unit of the network interface used by socket, or a reasonable default if there's an error retrieving it from the socket.
getMyId() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the unique id of this object.
getMyObject() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the auxiliary object.
getName(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Obtain the name from the value.
getName(int) - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Obtain the name from the value.
getName(int) - Static method in enum class org.jlab.coda.emu.support.data.EventType
Obtain the name from the value.
getNextSequence(int) - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
 
getNode() - Method in class org.jlab.coda.emu.support.configurer.DataNode
Get the Node object associated with this DataNode object.
getNode() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the EvioNode object which selects a particular event in the ByteBuffer referenced by this ring item, if any.
getNode() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the EvioNode object which selects a particular event in the ByteBuffer referenced by this ring item, if any.
getNode(Document, String) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
Method to get the Node object associated with a specific path into an XML document.
getObjectType - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for get-object-type command.
getObjectTypeResponse - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for response to get-object-type command.
getOpenConfig() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEt
Gets the configuration for opening the ET system.
getOrdinalValue() - Method in enum class org.jlab.coda.emu.support.data.ControlType
Get the ordinal value of this enum.
getOutChannels() - Method in class org.jlab.coda.emu.Emu
Get list of output channels.
getOutputChannels() - Method in interface org.jlab.coda.emu.EmuModule
Get the output channels of this EmuModule object.
getOutputChannels() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the output channels of this EmuModule object.
getOutputLevel() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the relative fill level (0-100) of all the rings of this output channel.
getOutputLevel() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the relative fill level (0-100) of all the rings of this output channel.
getOutputLevels() - Method in interface org.jlab.coda.emu.EmuModule
Get array containing the relative fill level (0-100) of each output channel's ring(s).
getOutputLevels() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get array containing the relative fill level (0-100) of each output channel's ring(s).
getOutputNames() - Method in interface org.jlab.coda.emu.EmuModule
Get the names of the output channels of this EmuModule object.
getOutputNames() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the names of the output channels of this EmuModule object.
getOutputOrder() - Method in interface org.jlab.coda.emu.EmuModule
Get the byte order of the module's output.
getOutputOrder() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the byte order of the module's output.
getOutputRingCount() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the total number of data-holding output ring buffers.
getOutputRingCount() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the total number of data-holding output ring buffers.
getPayloadName() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
 
getPlatformHost() - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Get the IP address the platform is running on.
getPlatformIpAddresses() - Method in class org.jlab.coda.emu.Emu
Get the rc platform's IP addresses as dot-decimal strings.
getPlatformPort() - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Get the TCP port the platform's cMsg domain server is listening on.
getPlatformTcpPort() - Method in class org.jlab.coda.emu.Emu
Get the platform's cMsg domain server's TCP port.
getPrescale() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the prescale value associated with this channel.
getPrescale() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the prescale value associated with this channel.
getPrestartCallback() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
This method gets the callback object previously registered by the caller used to notify upon the arrival of a PRESTART event.
getPrestartCallback() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateMachine
This method gets the callback object previously registered by the caller used to notify upon the arrival of a PRESTART event.
getPrestartCallback() - Method in class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
This method gets the callback object previously registered by the caller used to notify upon the arrival of a PRESTART event.
getPrestartCallback() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
This method gets the callback object previously registered by the caller used to notify upon the arrival of a PRESTART event.
getPriority() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Get the default priority associated with this CODA class.
getProducerSequence() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the sequence of this item for producer.
getRcServer() - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Get the connection object to the rc multicast server of runcontrol platform.
getRcUDL() - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Get the UDL used to make the connection to the rc server.
getRecordId() - Method in interface org.jlab.coda.emu.support.data.RingItem
The recordId, for a physics or ROC Raw type, starts at zero and increases by one in each successive "evio-file-format" data buffer.
getRecordId() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
The recordId, for a physics or ROC Raw type, starts at zero and increases by one in each successive "evio-file-format" data buffer.
getRecordId() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the record ID number of the latest event through this channel.
getRecordId() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the record ID number of the latest event through this channel.
getRingBufferIn() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the one and only input ring buffer of this data channel.
getRingBufferIn() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the one and only input ring buffer of this data channel.
getRingBuffersOut() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the array of output ring buffers.
getRingBuffersOut() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the array of output ring buffers.
getRocBufferLevelResponse - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for response to get-roc-buffer-level command.
getRunNumber - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the get-run-number command.
getRunNumber() - Method in class org.jlab.coda.emu.Emu
Get the run number of this CODA component.
getRunNumber() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the run number of this CODA component.
getRunNumberResponse - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for response to get-run-number command.
getRunType - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the get-run-type command.
getRunType() - Method in class org.jlab.coda.emu.Emu
Get the runType of this CODA component.
getRunType() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the runType of this CODA component.
getRunTypeId() - Method in class org.jlab.coda.emu.Emu
Get the numeric code representing the run type of this CODA component.
getRunTypeId() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the numeric code representing the run type of this CODA component.
getRunTypeResponse - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for response to get-run-type command.
getSession - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the get-session command.
getSession() - Method in class org.jlab.coda.emu.Emu
Get the session of this CODA component.
getSession() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the session of this CODA component.
getSessionResponse - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for response to get-session command.
getSize() - Method in class org.jlab.coda.emu.support.data.tuple.KeyValue
 
getSize() - Method in class org.jlab.coda.emu.support.data.tuple.Pair
 
getSize() - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
getSize() - Method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
getSize() - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
Return the size of the tuple.
getSourceId() - Method in interface org.jlab.coda.emu.support.data.RingItem
If emu input channel is reading ROC raw data, then this method gets the CODA id number of the source.
getSourceId() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
If emu input channel is reading ROC raw data, then this method gets the CODA id number of the source.
getSourceName() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the name of the data input channel (from xml config file) which read the data into this object.
getSourceName() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the name of the data input channel (from xml config file) which read the data into this object.
getState - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for get-state command.
getState() - Method in class org.jlab.coda.emu.Emu
This method gets the state of this Emu.
getState() - Method in interface org.jlab.coda.emu.support.transport.DataTransport
Get the state of this object.
getState() - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
Get the state of this object.
getStateResponse - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for response to get-state command.
getStatistics() - Method in interface org.jlab.coda.emu.EmuModule
Get the output statistics of this EmuModule object.
getStatistics() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the output statistics of this EmuModule object.
getStatus - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for get-status command.
getStatusResponse - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for response to get-status command.
getStreamNumber() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
This method returns the streams number.
getStreamNumber() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
This method returns the streams number.
getSwitchRing() - Method in interface org.jlab.coda.emu.support.data.RingItem
If merging contents of multiple rings, it's convenient to have a means to tell the caller when to switch reading from one ring to the next.
getSwitchRing() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
If merging contents of multiple rings, it's convenient to have a means to tell the caller when to switch reading from one ring to the next.
getSystemConfig() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEt
Get the configuration for creating the ET system.
getTagCodaId(int) - Static method in class org.jlab.coda.emu.support.data.Evio
Get the id which is the lower 12 bits of the CODA-format tag.
getTagField() - Method in class org.jlab.coda.emu.support.configurer.DataNode
 
getTagStatus(int) - Static method in class org.jlab.coda.emu.support.data.Evio
Get the given CODA-format tag's status which is the upper 4 bits.
getTagStatus(EvioBank) - Static method in class org.jlab.coda.emu.support.data.Evio
Get the given bank's CODA-format tag's status which is the upper 4 bits.
getTagType(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Obtain the enum from the value.
getTcpServer() - Method in class org.jlab.coda.emu.support.transport.EmuDomainServer
 
getThreadGroup() - Method in class org.jlab.coda.emu.Emu
Get the ThreadGroup this emu's threads are part of.
getThrowable() - Method in class org.jlab.coda.emu.support.logger.LoggingEvent
Method getThrowable returns the throwable of this LoggingEvent object.
getTime() - Method in class org.jlab.coda.emu.Emu
Get the time from System.currentTimeMillis(), but it's updated only every second or thereabouts.
getTimeFrame() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the time frame number (sequential count of time slice).
getTimeFrame() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the time frame number (sequential count of time slice).
getTimestamp() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the timestamp if DAQ in streaming mode.
getTimestamp() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the timestamp if DAQ in streaming mode.
getToolBar() - Method in class org.jlab.coda.emu.support.ui.DebugFrame
Method getToolBar returns the toolBar of this Framework object.
getTotalBytes() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Get the length of this structure in bytes, including the header.
getTotalBytes() - Method in interface org.jlab.coda.emu.support.data.RingItem
Get the length of this structure in bytes, including the header.
getTransport() - Method in class org.jlab.coda.emu.support.transport.EmuDomainServer
 
getTransportClass() - Method in interface org.jlab.coda.emu.support.transport.DataTransport
This method gets the name of the transport class implementing this interface.
getTransportClass() - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method gets the name of the transport class implementing this interface.
getTransportType() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the type of transport this channel implements.
getTransportType() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the type of transport this channel implements.
getTransportType() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplCmsg
Get the type of transport this channel implements.
getTransportType() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEmu
Get the type of transport this channel implements.
getTransportType() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEt
Get the type of transport this channel implements.
getTransportType() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplFifo
Get the type of transport this channel implements.
getTransportType() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplFile
Get the type of transport this channel implements.
getTransportType() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplTcpStream
Get the type of transport this channel implements.
getTransportType() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplUdpStream
Get the type of transport this channel implements.
getUserBoolean() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the user boolean.
getUserInt() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the user integer.
getUsers() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Get the number of users of this buffer.
getValue() - Method in class org.jlab.coda.emu.support.configurer.DataNode
 
getValue() - Method in enum class org.jlab.coda.emu.support.data.CODATag
Get the integer value of this enum.
getValue() - Method in enum class org.jlab.coda.emu.support.data.ControlType
Get the integer value of this enum.
getValue() - Method in enum class org.jlab.coda.emu.support.data.EventType
Get the integer value of this enum.
getValue() - Method in interface org.jlab.coda.emu.support.data.tuple.IValueValue
 
getValue() - Method in class org.jlab.coda.emu.support.data.tuple.KeyValue
 
getValue(int) - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
Get the value at a specific position in the tuple.
getValue(Document, String) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
Method to get the value of the Node object given by the path argument or null if there is no such object.
getValue0() - Method in interface org.jlab.coda.emu.support.data.tuple.IValue0
 
getValue0() - Method in class org.jlab.coda.emu.support.data.tuple.Pair
 
getValue0() - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
getValue0() - Method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
getValue1() - Method in interface org.jlab.coda.emu.support.data.tuple.IValue1
 
getValue1() - Method in class org.jlab.coda.emu.support.data.tuple.Pair
 
getValue1() - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
getValue1() - Method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
getValue2() - Method in interface org.jlab.coda.emu.support.data.tuple.IValue2
 
getValue2() - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
getValue2() - Method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
getValue3() - Method in interface org.jlab.coda.emu.support.data.tuple.IValue3
 
getValue3() - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
getValueField() - Method in class org.jlab.coda.emu.support.configurer.DataNode
 
getWhatToShow() - Method in class org.jlab.coda.emu.support.configurer.Configurer
 
go - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the get-run-type command.
go() - Method in class org.jlab.coda.emu.modules.Dummy
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.modules.EventRecording
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.modules.FarmController
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.modules.FastEventBuilder
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.modules.RocFixedRateSimulation
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.modules.RocSimulation
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.modules.StreamAggregator
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.modules.StreamAggregatorOrig
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.modules.TsFixedRateSimulation
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.modules.TsSimulation
This method implements the GO transition of the CODA run control state machine.
go() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateMachine
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplCmsg
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEmu
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEt
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplFifo
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplFile
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplTcpStream
This method implements the GO transition of the CODA run control state machine.
go() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplUdpStream
This method implements the GO transition of the CODA run control state machine.
GO - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Go transition.
GO - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
Go transition.
GO - Enum constant in enum class org.jlab.coda.emu.support.data.ControlType
 
gotConsistentControlEvents(PayloadBuffer[], int, int) - Static method in class org.jlab.coda.emu.support.data.Evio
When this is called all channels had control events.
GT - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
GT

H

handleError(DOMError) - Method in class org.jlab.coda.emu.support.configurer.Configurer
Method to handle errors.
hasArgs() - Method in class org.jlab.coda.emu.support.control.Command
Does this command have any associated objects (args)?
hasData() - Method in class org.jlab.coda.emu.support.logger.LoggingEvent
Method hasData ...
hasError() - Method in interface org.jlab.coda.emu.support.data.RingItem
Did this object already have an error when first received from transport?
hasError() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Did this object already have an error when first received from transport?
hashCode() - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
hasNonFatalBuildingError() - Method in interface org.jlab.coda.emu.support.data.RingItem
Did this object generate a non-fatal error while being built (still allows build to continue) ?
hasNonFatalBuildingError() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Did this object generate a non-fatal error while being built (still allows build to continue) ?
hasRocSpecificData() - Method in enum class org.jlab.coda.emu.support.data.CODATag
Does this tag indicate the trigger bank has roc-specific data segments present?
hasRocSpecificData(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Does this tag indicate the trigger bank has roc-specific data segments present?
hasRunData() - Method in enum class org.jlab.coda.emu.support.data.CODATag
Does this tag indicate run number and type are present?
hasRunData(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Does this tag indicate run number and type are present?
hasTimestamp() - Method in enum class org.jlab.coda.emu.support.data.CODATag
Does this tag indicate a timestamp is present?
hasTimestamp(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Does this tag indicate a timestamp is present?
HelpBox - Class in org.jlab.coda.emu.support.ui
 
HelpBox(Dialog) - Constructor for class org.jlab.coda.emu.support.ui.HelpBox
 
HelpBox(Frame) - Constructor for class org.jlab.coda.emu.support.ui.HelpBox
 

I

indexOf(Object) - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
info(String) - Method in class org.jlab.coda.emu.support.logger.Logger
Method info ...
info(String, String) - Method in class org.jlab.coda.emu.support.logger.Logger
Method info ...
INFO - Static variable in class org.jlab.coda.emu.support.logger.LoggingEvent
INFO msg.
InjectFirstEvent - Class in org.jlab.coda.emu.test
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".
InjectFirstEvent() - Constructor for class org.jlab.coda.emu.test.InjectFirstEvent
 
inputChanLevels - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
inputChanNames - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
inputStr(String) - Static method in class org.jlab.coda.emu.EmuUtilities
Method to wait on string from keyboard.
intsToLong(int, int) - Static method in class org.jlab.coda.emu.EmuUtilities
Combine 2 ints into 1 long.
isAggregator() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Is this class representative of a time slice aggregating emu?
isAIS(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Is this a Aggregation Info Segment tag?
isAnyPhysics() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a any kind of a physics event type?
isBuildable() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a type buildable by the event builder?
isBuiltTrigger() - Method in enum class org.jlab.coda.emu.support.data.CODATag
Is this a built trigger tag? Values can range from 0xff20 to 0xff4f.
isBuiltTrigger(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Is this a built trigger tag? Values can range from 0xff20 to 0xff4f.
isBuiltTriggerBank(EvioNode) - Static method in class org.jlab.coda.emu.support.data.Evio
Determine whether a bank is a built trigger bank or not.
isConnected() - Method in interface org.jlab.coda.emu.support.transport.DataTransport
This method tells if this DataTransport object is connected.
isConnected() - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method tells if this DataTransport object is connected.
isContainer() - Method in class org.jlab.coda.emu.support.configurer.DataNode
 
isControl() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a control event type?
isControl(int) - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Is this a control tag of any sort?
isControlEvent() - Method in interface org.jlab.coda.emu.support.data.RingItem
Is this object a control event?
isControlEvent() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Is this object a control event?
isDebugEnabled() - Method in class org.jlab.coda.emu.support.logger.Logger
Method isDebugEnabled returns the debugEnabled of this Logger object.
isDirect() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Is this a direct buffer or not?
isDisentangledPhysics() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a fully-built, disentangled physics event type?
isEbFriendly() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a type appropriate for the event builder?
isEmptyFrame() - Method in enum class org.jlab.coda.emu.support.data.CODATag
Is this an empty frame?
isEmptyFrame() - Method in interface org.jlab.coda.emu.support.data.RingItem
Does this object represent a missing frame?
isEmptyFrame() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Does this object represent a missing frame?
isEmptyFrame(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Is this an empty frame?
isEnd() - Method in enum class org.jlab.coda.emu.support.data.ControlType
Is this an "end" control tag?
isEnd(int) - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Is this an "end" control tag?
isErrorEnabled() - Method in class org.jlab.coda.emu.support.logger.Logger
Method isErrorEnabled returns the errorEnabled of this Logger object.
isEventBuilder() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Is this class representative of an event building emu?
isEventRecorder() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Is this class representative of an event recording emu?
isFileWritingOn() - Method in class org.jlab.coda.emu.Emu
Set the flag to tell file output channel to actually write the file or not.
isFinalEventBuilder() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Is this class representative of a final event building emu (NOT DC)?
isFirstEvent() - Method in interface org.jlab.coda.emu.support.data.RingItem
Is this object a first event?
isFirstEvent() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Is this object a first event?
isFirstEvent(boolean) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set whether this object a first event.
isFirstEvent(boolean) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set whether this object a first event.
isFromConsumerGet() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Was this item obtained through a call to consumerGet()?
isFromDebugGui() - Method in class org.jlab.coda.emu.support.control.Command
Is this command from the debug gui or run control?
isFromROC() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this event from a ROC, either triggered or streaming?
isGo() - Method in enum class org.jlab.coda.emu.support.data.ControlType
Is this a "go" control tag?
isGo(int) - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Is this a "go" control tag?
isInput() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get whether this channel is an input channel (true), or it is an output channel (false).
isInput() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get whether this channel is an input channel (true), or it is an output channel (false).
isMixed() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a mixed event type?
isPartialPhysics() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a partially-built physics event type? If so, this event did not yet make it through all the layers of event building.
isPause() - Method in enum class org.jlab.coda.emu.support.data.ControlType
Is this a "pause" control tag?
isPause(int) - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Is this a "pause" control tag?
isPhysics() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a fully-built, but entangled physics event type?
isPhysicsStream() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a streaming physics event type?
isPrestart() - Method in enum class org.jlab.coda.emu.support.data.ControlType
Is this a "prestart" control tag?
isPrestart(int) - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Is this a "prestart" control tag?
isPrimaryAggregator() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Is this class representative of a time slice aggregating emu (DC) connected to VTP(s)?
isRawTrigger() - Method in enum class org.jlab.coda.emu.support.data.CODATag
Is this a raw trigger tag? Values can range from 0xff10 to 0xff1f.
isRawTrigger(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Is this a raw trigger tag? Values can range from 0xff10 to 0xff1f.
isRawTriggerBank(EvioNode) - Static method in class org.jlab.coda.emu.support.data.Evio
Determine whether a bank is a trigger bank from a ROC or not.
isROCRaw() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a triggered ROC RAW event type?
isROCRawStream() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a streaming ROC RAW event type?
isServer() - Method in interface org.jlab.coda.emu.support.transport.DataTransport
This method returns true if this DataTransport object is a server (sends data) or false if it is a client (receives data).
isServer() - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method returns true if this DataTransport object is a server (sends data) or false if it is a client (receives data).
isSIB(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Is this a Stream Info Bank tag?
isStreaming() - Method in interface org.jlab.coda.emu.support.data.RingItem
Is the DAQ triggering or streaming? This condition is set by the ROC and it is only read - never set.
isStreaming() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Is the DAQ triggering or streaming? This condition is set by the ROC and it is only read - never set.
isStreamingData() - Method in interface org.jlab.coda.emu.EmuModule
Does this module process streaming data?
isStreamingData() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Does this module process streaming data?
isStreamingData() - Method in class org.jlab.coda.emu.modules.StreamAggregator
Does this module process streaming data?
isStreamingData() - Method in class org.jlab.coda.emu.modules.StreamAggregatorOrig
Does this module process streaming data?
isStreamingPhysics(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Is this the tag of a streaming physics event of any type?
isSync() - Method in enum class org.jlab.coda.emu.support.data.ControlType
Is this a sync control tag?
isSync() - Method in interface org.jlab.coda.emu.support.data.RingItem
Is this object is a sync event? This condition is set by the ROC and it is only read - never set.
isSync() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Is this object is a sync event? This condition is set by the ROC and it is only read - never set.
isSync(int) - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Is this an "sync" control tag?
isSyncEvent() - Method in enum class org.jlab.coda.emu.support.data.CODATag
Is this any kind of a sync event tag?
isSyncEvent(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Is this any kind of a sync event tag?
isSyncEvent(EvioNode) - Static method in class org.jlab.coda.emu.support.data.Evio
Determine whether a bank is a SYNC control event or not.
isTagBigEndian(int) - Static method in class org.jlab.coda.emu.support.data.Evio
See if the given CODA-format tag indicates data is big endian.
isTagSingleEventMode(int) - Static method in class org.jlab.coda.emu.support.data.Evio
See if the given CODA-format tag indicates the ROC is in single event mode.
isTagSyncEvent(int) - Static method in class org.jlab.coda.emu.support.data.Evio
See if the given CODA-format tag indicates it is a sync event.
isTransition() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
 
isTrigger() - Method in enum class org.jlab.coda.emu.support.data.CODATag
Is this any kind of a trigger tag? Values can range from 0xff10 to 0xff4f.
isTrigger(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Is this any kind of a trigger tag? Values can range from 0xff10 to 0xff4f.
isTSS(int) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Is this a Time Slice Segment tag?
isUser() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a user event type?
isUser() - Method in interface org.jlab.coda.emu.support.data.RingItem
Is this object a USER event type?
isUser() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Is this object a USER event type?
isUser(boolean) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
isUserEvent(EvioBank) - Static method in class org.jlab.coda.emu.support.data.Evio
Determine whether a bank is a USER event or not.
isUserEvent(EvioNode) - Static method in class org.jlab.coda.emu.support.data.Evio
Determine whether an event is a USER event or not.
isUserOrControl() - Method in enum class org.jlab.coda.emu.support.data.EventType
Is this a user or control event type?
iterator() - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
IValue0<X> - Interface in org.jlab.coda.emu.support.data.tuple
Marker interface for tuples with a "0" value.
IValue1<X> - Interface in org.jlab.coda.emu.support.data.tuple
Marker interface for tuples with a "1" value.
IValue2<X> - Interface in org.jlab.coda.emu.support.data.tuple
Marker interface for tuples with a "2" value.
IValue3<X> - Interface in org.jlab.coda.emu.support.data.tuple
Marker interface for tuples with a "3" value.
IValueKey<X> - Interface in org.jlab.coda.emu.support.data.tuple
Marker interface for tuples with a "key" value.
IValueValue<X> - Interface in org.jlab.coda.emu.support.data.tuple
Marker interface for tuples with a "value" value.

K

KeyValue<A,B> - Class in org.jlab.coda.emu.support.data.tuple
A tuple of two elements, with positions 0 and 1 renamed as "key" and "value", respectively.
KeyValue(A, B) - Constructor for class org.jlab.coda.emu.support.data.tuple.KeyValue
 

L

lastIndexOf(Object) - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
liveTime - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
Logger - Class in org.jlab.coda.emu.support.logger
This class is used as abstraction layer for log messages Minimum Log4j implementation with multiple overloaded functions
Logger() - Constructor for class org.jlab.coda.emu.support.logger.Logger
 
LoggerAppender - Interface in org.jlab.coda.emu.support.logger
Interface LoggerAppender ...
LoggingEvent - Class in org.jlab.coda.emu.support.logger
 
LoggingEvent(int, String, StackTraceElement, Throwable) - Constructor for class org.jlab.coda.emu.support.logger.LoggingEvent
Constructor LoggingEvent creates a new LoggingEvent instance.
LoggingEvent(int, String, StackTraceElement, Throwable, Object) - Constructor for class org.jlab.coda.emu.support.logger.LoggingEvent
Constructor LoggingEvent creates a new LoggingEvent instance.
LogTextCaret - Class in org.jlab.coda.emu.support.ui.log
 
LogTextCaret() - Constructor for class org.jlab.coda.emu.support.ui.log.LogTextCaret
 

M

main(String[]) - Static method in class org.jlab.coda.emu.EmuFactory
Method main, entry point for this program simply creates an object of class Emu.
main(String[]) - Static method in class org.jlab.coda.emu.modules.RocFixedRateSimulation
Run as a stand-alone application to file real data files.
main(String[]) - Static method in class org.jlab.coda.emu.modules.RocSimulation
Run as a stand-alone application to file real data files.
main(String[]) - Static method in class org.jlab.coda.emu.support.ui.EMUCommander
Run as executable.
main(String[]) - Static method in class org.jlab.coda.emu.test.blast.EmuBlastee
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.blast.EmuBlastee2
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.blast.EmuBlastee3
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.blast.EmuBlaster
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.blast.EmuBlaster2
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.BuildThreadTest
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.ByteBufferSupplyTest
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.EmuDomainReceiver
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.InjectFirstEvent
 
main(String[]) - Static method in class org.jlab.coda.emu.test.RcProtocolTest
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.RealDataTest
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.ReceiverCmsg
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.ReceiverEt
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.RocSynchronizer
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.SenderCmsg
Run as a stand-alone application.
main(String[]) - Static method in class org.jlab.coda.emu.test.VardanERSAP
 
makeTriggerBankFromPhysics(PayloadBuffer[], EvioNode[], EvioNode[], ByteBuffer[], ByteBuffer, int, int, int, boolean, boolean, boolean, boolean, int, int[], long[], long[], long[], long[], long[], short[], short[]) - Static method in class org.jlab.coda.emu.support.data.Evio
Combine the trigger banks of all input payload banks of Physics event format (from previous event builder) into a single trigger bank which will be used in the final built event.
makeTriggerBankFromRocRaw(PayloadBuffer[], ByteBuffer, int, long, int, int, boolean, boolean, boolean, int, int, long[], short[], int[], int[], int[], ByteBuffer[], EvioNode[], boolean) - Static method in class org.jlab.coda.emu.support.data.Evio
Combine the trigger banks of all input payload banks of ROC raw format into a single trigger bank which will be used in the final built event.
matchesId() - Method in interface org.jlab.coda.emu.support.data.RingItem
Does the source id match that of the input channel?
matchesId() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Does the source id match that of the input channel?
matchesId(boolean) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set whether the source id matches that of the input channel.
matchesId(boolean) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set whether the source id matches that of the input channel.
maxEventSize - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
MDIDesktopPane - Class in org.jlab.coda.emu.support.ui
An extension of JDesktopPane that supports often used MDI functionality.
MDIDesktopPane() - Constructor for class org.jlab.coda.emu.support.ui.MDIDesktopPane
 
minEventSize - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
MIXED - Enum constant in enum class org.jlab.coda.emu.support.data.EventType
 
ModuleAdapter - Class in org.jlab.coda.emu.modules
This class contains boilerplate code for implementing a module.
ModuleAdapter(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.ModuleAdapter
Constructor creates a new EventRecording instance.
ModuleAdapter(String, Emu) - Constructor for class org.jlab.coda.emu.modules.ModuleAdapter
Default constructor for fake TS.
monitor(QueueAppender) - Method in class org.jlab.coda.emu.support.ui.log.SwingLogConsoleDialog
 
myIndex - Variable in class org.jlab.coda.emu.support.data.ByteBufferItem
Auxiliary integer storage.

N

name - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
name() - Method in class org.jlab.coda.emu.Emu
Get the name of this CODA component.
name() - Method in interface org.jlab.coda.emu.EmuModule
Get the name of the module
name() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the name of the module
name() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the name of this CODA component.
name() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateIF
Get the state name.
name() - Method in class org.jlab.coda.emu.support.control.Command
Get the name of the Run Control command.
name() - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Get the name of this data channel.
name() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the name of this data channel.
name() - Method in interface org.jlab.coda.emu.support.transport.DataTransport
This method gets the name of this DataTransport object.
name() - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method gets the name of this DataTransport object.
newContainer(Document, String, String) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
Method to add a new container DataNode object to the Node object given by the path argument.
newInstance() - Method in class org.jlab.coda.emu.support.data.RingItemFactory
 
newInstance() - Method in class org.jlab.coda.emu.support.data.TimeSliceBankItemFactory
 
newInstance() - Method in class org.jlab.coda.emu.test.VardanERSAP.ByteBufferFactory
 
newValue(Document, String, String, String) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
Method to add an attribute (name/value pair) DataNode object to or replace one with the same name associated with the Node object given by the path argument.
numberOfLongs - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 

O

objectType - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
org.jlab.coda.emu - package org.jlab.coda.emu
 
org.jlab.coda.emu.modules - package org.jlab.coda.emu.modules
 
org.jlab.coda.emu.support.codaComponent - package org.jlab.coda.emu.support.codaComponent
 
org.jlab.coda.emu.support.configurer - package org.jlab.coda.emu.support.configurer
 
org.jlab.coda.emu.support.control - package org.jlab.coda.emu.support.control
 
org.jlab.coda.emu.support.data - package org.jlab.coda.emu.support.data
 
org.jlab.coda.emu.support.data.tuple - package org.jlab.coda.emu.support.data.tuple
 
org.jlab.coda.emu.support.logger - package org.jlab.coda.emu.support.logger
 
org.jlab.coda.emu.support.messaging - package org.jlab.coda.emu.support.messaging
 
org.jlab.coda.emu.support.transport - package org.jlab.coda.emu.support.transport
 
org.jlab.coda.emu.support.ui - package org.jlab.coda.emu.support.ui
 
org.jlab.coda.emu.support.ui.log - package org.jlab.coda.emu.support.ui.log
 
org.jlab.coda.emu.test - package org.jlab.coda.emu.test
 
org.jlab.coda.emu.test.blast - package org.jlab.coda.emu.test.blast
 
OTHER - Enum constant in enum class org.jlab.coda.emu.support.data.EventType
 
outputChanLevels - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
outputChanNames - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 

P

PAGG - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Primary time slice aggregator to be used in place of DC or PEB when streaming, ROC input.
Pair<A,B> - Class in org.jlab.coda.emu.support.data.tuple
A tuple of two elements.
Pair(A, B) - Constructor for class org.jlab.coda.emu.support.data.tuple.Pair
 
parameters() - Method in class org.jlab.coda.emu.Emu
Get the configuration of this CODA component in the form of a parsed XML document object that is loaded when the configure command is executed.
parameters() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Get the configuration of this CODA component in the form of a parsed XML document object that is loaded when the configure command is executed.
parseFile(String) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
Method to parse a file containing an XML configuration.
parseString(String) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
Method to parse a string containing an XML configuration.
PARTIAL_PHYSICS - Enum constant in enum class org.jlab.coda.emu.support.data.EventType
 
pause - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the set-run-type command.
pause() - Method in class org.jlab.coda.emu.modules.Dummy
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.modules.FarmController
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateMachine
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplCmsg
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEmu
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEt
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplFifo
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplFile
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplTcpStream
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplUdpStream
This method implements the PAUSE transition of the CODA run control state machine.
pause() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplCmsg
This method implements the PAUSE transition of the CODA run control state machine.
PAUSE - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
Pause transition.
PAUSE - Enum constant in enum class org.jlab.coda.emu.support.data.ControlType
 
PAUSED - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
PAUSED state (same as PRESTARTED).
PAYLOAD_INT - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand.InputType
By getting a payload item of int.
PAYLOAD_TEXT - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand.InputType
By getting a payload item of text.
PayloadBuffer - Class in org.jlab.coda.emu.support.data
Wrapper for a ByteBuffer object that has external, associated data.
PayloadBuffer() - Constructor for class org.jlab.coda.emu.support.data.PayloadBuffer
Zero-arg constructor.
PayloadBuffer(ByteBuffer) - Constructor for class org.jlab.coda.emu.support.data.PayloadBuffer
Constructor that sets attachment to null.
PayloadBuffer(ByteBuffer, Object, EvioNode) - Constructor for class org.jlab.coda.emu.support.data.PayloadBuffer
Constructor.
PayloadBuffer(ByteBuffer, EventType, ControlType, int, int, String, EvioNode) - Constructor for class org.jlab.coda.emu.support.data.PayloadBuffer
Constructor that sets attachment to null.
PayloadBuffer(PayloadBuffer) - Constructor for class org.jlab.coda.emu.support.data.PayloadBuffer
Copy constructor.
PEB - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Primary event builder (one and only one event builder).
PEBER - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Primary event builder and event recorder connected with fifo in one emu - to be used with ROCs.
PHYSICS - Enum constant in enum class org.jlab.coda.emu.support.data.EventType
 
PHYSICS_STREAM - Enum constant in enum class org.jlab.coda.emu.support.data.EventType
 
poll() - Method in class org.jlab.coda.emu.support.logger.QueueAppender
Return a LoggingEvent object from the internal storage queue.
poll(int) - Method in class org.jlab.coda.emu.support.logger.QueueAppender
Return a LoggingEvent object from the internal storage queue.
postCommand(Command) - Method in class org.jlab.coda.emu.Emu
This method puts a command object into a mailbox of a CODA component that is periodically checked by that component.
postCommand(Command) - Method in interface org.jlab.coda.emu.support.control.CommandAcceptor
This method puts a command object into a mailbox of a CODA component that is periodically checked by that component.
powerOfTwo(int, boolean) - Static method in class org.jlab.coda.emu.EmuUtilities
Return the power of 2 closest to the given argument.
prestart - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the set-run-number command.
prestart() - Method in class org.jlab.coda.emu.modules.Dummy
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.modules.EventRecording
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.modules.FarmController
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.modules.FastEventBuilder
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.modules.RocFixedRateSimulation
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.modules.RocSimulation
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.modules.StreamAggregator
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.modules.StreamAggregatorOrig
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.modules.TsFixedRateSimulation
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.modules.TsSimulation
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateMachine
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEmu
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEt
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplTcpStream
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplUdpStream
This method implements the PRESTART transition of the CODA run control state machine.
prestart() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplCmsg
This method implements the PRESTART transition of the CODA run control state machine.
PRESTART - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Prestart transition.
PRESTART - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
Prestart transition.
PRESTART - Enum constant in enum class org.jlab.coda.emu.support.data.ControlType
 
PRESTARTING - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Prestarting state - in the process of prestarting.
prestartPayloadRunType - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding run type int.
previousState() - Method in class org.jlab.coda.emu.Emu
This method returns the previous state of the modules in this Emu.
PrintAppender - Class in org.jlab.coda.emu.support.logger
 
PrintAppender(PrintWriter) - Constructor for class org.jlab.coda.emu.support.logger.PrintAppender
Constructor PrintAppender creates a new PrintAppender instance.
printBuildTimeHistogram(String, String) - Method in class org.jlab.coda.emu.support.data.Statistics
Print out a histogram of data points.
printStackTrace() - Static method in class org.jlab.coda.emu.EmuUtilities
This method prints out the current stack trace.
publish(int, ByteBufferItem[]) - Method in class org.jlab.coda.emu.support.data.ByteBufferSupply
Used to tell that the consumer that the ring buffer items are ready for consumption.
publish(ByteBufferItem) - Method in class org.jlab.coda.emu.support.data.ByteBufferSupply
Used to tell that the consumer that the ring buffer item is ready for consumption.

Q

Quartet<A,B,C,D> - Class in org.jlab.coda.emu.support.data.tuple
A tuple of four elements.
Quartet(A, B, C, D) - Constructor for class org.jlab.coda.emu.support.data.tuple.Quartet
 
QueueAppender - Class in org.jlab.coda.emu.support.logger
Class QueueAppender which keeps a queue of logging events appended.
QueueAppender(int) - Constructor for class org.jlab.coda.emu.support.logger.QueueAppender
Constructor QueueAppender creates a new QueueAppender instance.

R

RAW_TRIGGER - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Trigger bank from ROC with no timestamps.
RAW_TRIGGER_TS - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Trigger bank from ROC with 32 bit timestamps.
RAW_TRIGGER_TS_BIG - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Trigger bank from ROC with 64 bit timestamps.
RC_GUI_CONSOLE - Static variable in class org.jlab.coda.emu.support.logger.LoggingEvent
RC GUI CONSOLE msg, 15.
rcConsole(String, String) - Method in class org.jlab.coda.emu.support.logger.Logger
Method rc gui console ...
RCConstants - Class in org.jlab.coda.emu.support.messaging
This class holds cMsg message types that are used for both subscriptions and messages.
RCConstants() - Constructor for class org.jlab.coda.emu.support.messaging.RCConstants
 
rcGuiErrorMessage(String) - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Send an error message that ends up on the run control gui.
rcGuiInfoMessage(String) - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Send an informational message that ends up on the run control gui.
rcGuiSevereMessage(String) - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Send an error message that ends up on the run control gui.
rcGuiWarningMessage(String) - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Send a warning message that ends up on the run control gui.
RcProtocolTest - Class in org.jlab.coda.emu.test
This class is designed to find bugs in the network communication/protocol when talking to rc server (agent).
rcResponseCommandType - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in subscription that receives rc response commands.
RealDataTest - Class in org.jlab.coda.emu.test
This class is designed to find the bottleneck in using real Hall D data in simulated ROC.
ReceiverCmsg - Class in org.jlab.coda.emu.test
This class is designed to receive output from an EMU.
ReceiverEt - Class in org.jlab.coda.emu.test
Created by IntelliJ IDEA.
registerEndCallback(EmuEventNotify) - Method in class org.jlab.coda.emu.modules.ModuleAdapter
This method allows for setting a object used to notify the caller when an END event has arrived (or any other occurrence for that matter).
registerEndCallback(EmuEventNotify) - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateMachine
This method allows for setting a object used to notify the caller when an END event has arrived (or any other occurrence for that matter).
registerEndCallback(EmuEventNotify) - Method in class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
This method allows for setting a object used to notify the caller when an END event has arrived (or any other occurrence for that matter).
registerEndCallback(EmuEventNotify) - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
This method allows for setting a object used to notify the caller when an END event has arrived (or any other occurrence for that matter).
registerPrestartCallback(EmuEventNotify) - Method in class org.jlab.coda.emu.modules.ModuleAdapter
This method allows for setting a object used to notify the caller when a PRESTART event has arrived (or any other occurrence for that matter).
registerPrestartCallback(EmuEventNotify) - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateMachine
This method allows for setting a object used to notify the caller when a PRESTART event has arrived (or any other occurrence for that matter).
registerPrestartCallback(EmuEventNotify) - Method in class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
This method allows for setting a object used to notify the caller when a PRESTART event has arrived (or any other occurrence for that matter).
registerPrestartCallback(EmuEventNotify) - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
This method allows for setting a object used to notify the caller when a PRESTART event has arrived (or any other occurrence for that matter).
regulateOutputBufferRate(int, double) - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Turn on regulation of the flow of data through an output channel.
regulateOutputBufferRate(int, double) - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Turn on regulation of the flow of data through an output channel.
release(ByteBufferItem) - Method in class org.jlab.coda.emu.support.data.ByteBufferSupply
Consumer releases claim on the given ring buffer item so it becomes available for reuse.
releaseByteBuffer() - Method in interface org.jlab.coda.emu.support.data.RingItem
Releases a ByteBuffer (if any) referenced by this object which was obtained from a ByteBufferSupply object.
releaseByteBuffer() - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Releases a ByteBuffer (if any) referenced by this object which was obtained from a ByteBufferSupply object.
remove(Component) - Method in class org.jlab.coda.emu.support.ui.MDIDesktopPane
 
removeAppender(LoggerAppender) - Method in class org.jlab.coda.emu.support.logger.Logger
Method removeAppender ...
removeDocument(Document) - Method in class org.jlab.coda.emu.support.ui.DebugFrame
Method removeDocument ...
removeEmptyTextNodes(Element) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
Remove any empty text (child) nodes from a DOM node.
removeFrom0() - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
removeFrom0() - Method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
removeFrom1() - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
removeFrom1() - Method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
removeFrom2() - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
removeFrom2() - Method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
removeFrom3() - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
removeFromPanel(DataNode) - Method in class org.jlab.coda.emu.support.configurer.DataNode
Remove a DataNode object from this DataNode object as part of the JPanel.
reportStatus - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type of status message periodically sent to rcServer.
representsEmuStatistics() - Method in interface org.jlab.coda.emu.EmuModule
If an EMU has more than one module, which module's statistics represent the EMU as a whole needs to be determined.
representsEmuStatistics() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
If an EMU has more than one module, which module's statistics represent the EMU as a whole needs to be determined.
reset - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the reset command.
reset() - Method in class org.jlab.coda.emu.Emu
This method executes a RESET command.
reset() - Method in class org.jlab.coda.emu.EmuEventNotify
This method enables reuse of this object.
reset() - Method in class org.jlab.coda.emu.modules.Dummy
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.modules.EventRecording
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.modules.FarmController
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.modules.FastEventBuilder
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.modules.RocFixedRateSimulation
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.modules.RocSimulation
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.modules.StreamAggregator
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.modules.StreamAggregatorOrig
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.modules.TsFixedRateSimulation
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.modules.TsSimulation
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Reset this CODA component.
reset() - Method in interface org.jlab.coda.emu.support.codaComponent.CODAStateMachine
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.codaComponent.CODAStateMachineAdapter
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Method to reset this item each time it is retrieved from the supply.
reset() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplCmsg
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEmu
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplEt
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplFifo
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplFile
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplTcpStream
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataChannelImplUdpStream
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplCmsg
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEmu
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEt
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplFifo
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplTcpStream
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplUdpStream
This method implements the RESET transition of the CODA run control state machine.
reset() - Method in class org.jlab.coda.emu.support.ui.SmartToolbar
Remove all components from this toolbar.
RESET - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Reset transition.
RESET - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
Reset transition.
RESETTING - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Resetting emu - got RESET command.
resume - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the set-run-type command.
RingItem - Interface in org.jlab.coda.emu.support.data
This interface defines the type of item which may be passed to the EMU through its transport channels.
RingItemFactory - Class in org.jlab.coda.emu.support.data
Class used by the Disruptor's RingBuffer to populate itself with PayloadBuffers or PayloadBanks.
RingItemFactory() - Constructor for class org.jlab.coda.emu.support.data.RingItemFactory
 
ROC - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Read out controller (simulated, non-streaming ROC in emu).
ROC_RAW - Enum constant in enum class org.jlab.coda.emu.support.data.EventType
 
ROC_RAW_STREAM - Enum constant in enum class org.jlab.coda.emu.support.data.EventType
 
RocFixedRateSimulation - Class in org.jlab.coda.emu.modules
This class simulates a Roc.
RocFixedRateSimulation(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.RocFixedRateSimulation
Constructor RocSimulation creates a simulated ROC instance.
RocSimulation - Class in org.jlab.coda.emu.modules
This class simulates a Roc.
RocSimulation(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.RocSimulation
Constructor RocSimulation creates a simulated ROC instance.
RocSynchronizer - Class in org.jlab.coda.emu.test
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.
run() - Method in class org.jlab.coda.emu.support.transport.EmuDomainServer
 
run() - Method in class org.jlab.coda.emu.support.transport.EmuDomainTcpServer
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.support.transport.EmuDomainUdpListener
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.test.blast.EmuBlastee
Method to allow connections from EmuBlasters and read their data.
run() - Method in class org.jlab.coda.emu.test.blast.EmuBlastee2
Method to allow connections from EmuBlasters and read their data.
run() - Method in class org.jlab.coda.emu.test.blast.EmuBlastee3
Method to allow connections from EmuBlasters and read their data.
run() - Method in class org.jlab.coda.emu.test.blast.EmuBlaster
 
run() - Method in class org.jlab.coda.emu.test.blast.EmuBlaster2
 
run() - Method in class org.jlab.coda.emu.test.BuildThreadTest
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.test.ByteBufferSupplyTest
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.test.EmuDomainReceiver
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.test.RcProtocolTest
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.test.RealDataTest
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.test.ReceiverCmsg
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.test.ReceiverEt
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.test.RocSynchronizer
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.test.SenderCmsg
This method is executed as a thread.
run() - Method in class org.jlab.coda.emu.test.VardanERSAP
Run a setup with 2 crate producer threads, one crate consumer thread and one output ring consumer thread.
runCommandType - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in subscription that receives run commands.
runEndTime - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
runNumberPayload - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding run number.
runStartTime - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
runTypePayload - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding run type name.

S

SAGG - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Secondary time slice aggregator - to be used after PAGG's when streaming.
SEB - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Secondary event builder - to be used with DC's.
SEBER - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Secondary event builder and event recorder connected with fifo in one emu - to be used with DCs.
send(cMsgMessage) - Method in class org.jlab.coda.emu.test.RcProtocolTest
Method to send a message to the domain server for further distribution.
SenderCmsg - Class in org.jlab.coda.emu.test
This class is designed to send data to an EMU.
sendMHandlerMessage(int, String) - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Send messages to a callback in this emu so that it can send all rocs the lowest number of evio events received by this event builder in a single ET buffer.
sendRcErrorMessage(String) - Method in class org.jlab.coda.emu.Emu
Send run control an error message which gets displayed in its GUI.
sendRcInfoMessage(String) - Method in class org.jlab.coda.emu.Emu
Send run control a informational message which gets displayed in its GUI.
sendRcSevereMessage(String) - Method in class org.jlab.coda.emu.Emu
Send run control a severe error message which gets displayed in its GUI.
sendRcWarningMessage(String) - Method in class org.jlab.coda.emu.Emu
Send run control a warning message which gets displayed in its GUI.
sendRocMessage(int, int, int) - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Send a message to the connected rocs specifying the lowest and highest number of evio events per single ET buffer that was received by the input channels to this emu.
sendStatusMessage() - Method in class org.jlab.coda.emu.Emu
Allow the "out-of-band" sending of a status message to run control.
sequencesIn - Variable in class org.jlab.coda.emu.modules.EventRecording
One sequence for recording thread.
serialize(Document) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
Method to serialize a DOM XML document into a string.
sessionCommandType - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in subscription that receives session commands.
sessionPayload - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as payload name for item holding session name.
SET_BUF_LEVEL - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to set buffer level - smallest evio-event/et-buffer for ROCs.
SET_INTERVAL - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to set time interval between reporting messages in seconds.
SET_PRE_END - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to tell emu, END button was pushed.
SET_RUN_NUMBER - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to set run number .
SET_RUN_TYPE - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to set run type.
SET_SESSION - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to set session.
setAll(EvioEvent, ByteBuffer, EvioNode, EventType, ControlType, boolean, boolean, boolean, int, int, int, int, String, ByteBufferItem, ByteBufferSupply) - Method in interface org.jlab.coda.emu.support.data.RingItem
For a ringItem producer, when a new item is obtained, it must have all of its values set or reset.
setAll(EvioEvent, ByteBuffer, EvioNode, EventType, ControlType, boolean, boolean, boolean, int, int, int, int, String, ByteBufferItem, ByteBufferSupply) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
For a ringItem producer, when a new item is obtained, it must have all of its values set or reset.
setAllSize(int, int) - Method in class org.jlab.coda.emu.support.ui.MDIDesktopPane
Sets all component size properties ( maximum, minimum, preferred) to the given width and height.
setAllSize(Dimension) - Method in class org.jlab.coda.emu.support.ui.MDIDesktopPane
Sets all component size properties ( maximum, minimum, preferred) to the given dimension.
setArg(String, cMsgPayloadItem) - Method in class org.jlab.coda.emu.support.control.Command
Keep a set of tags, each associated with a cMsgPayloadItem (although Object is used instead to avoid strict dependence on cMsg).
setAt0(X) - Method in class org.jlab.coda.emu.support.data.tuple.Pair
 
setAt0(X) - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
setAt0(X) - Method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
setAt1(X) - Method in class org.jlab.coda.emu.support.data.tuple.Pair
 
setAt1(X) - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
setAt1(X) - Method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
setAt2(X) - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
setAt2(X) - Method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
setAt3(X) - Method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
setAttachment(Object) - Method in interface org.jlab.coda.emu.support.data.Attached
This method sets an attached object.
setAttachment(Object) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
This method sets an attached object.
setAttr(String, String) - Method in interface org.jlab.coda.emu.support.transport.DataTransport
This method sets an attribute.
setAttr(String, String) - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method sets an attribute.
setBounds(int, int, int, int) - Method in class org.jlab.coda.emu.support.ui.MDIDesktopPane
 
setBuf(PayloadBuffer) - Method in class org.jlab.coda.emu.support.data.TimeSliceBankItem
 
setBuffer(ByteBuffer) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Set the contained ByteBuffer.
setBuffer(ByteBuffer) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set the ByteBuffer object (containing evio data) referenced by this ring item if any.
setBuffer(ByteBuffer) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set the ByteBuffer object (containing evio data) referenced by this ring item if any.
setBufferLevel - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the set-buffer-level command.
setBufferLevel(int) - Method in class org.jlab.coda.emu.Emu
Set the smallest number of evio-events/et-buffer that connected DC/PEB found.
setChannelSequence(long) - Method in interface org.jlab.coda.emu.support.data.RingItem
Sets the input channel sequence used to get this item.
setChannelSequence(long) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Sets the input channel sequence used to get this item.
setChannelSequenceObj(Sequence) - Method in interface org.jlab.coda.emu.support.data.RingItem
Sets the input channel sequence object used to get this item.
setChannelSequenceObj(Sequence) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Sets the input channel sequence object used to get this item.
setCodaClass(CODAClass) - Method in class org.jlab.coda.emu.Emu
Method to set the CODAClass member.
setCodaid(int) - Method in class org.jlab.coda.emu.Emu
Set the id of this CODA component.
setCodaid(int) - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Set the id of this CODA component.
setConnected(boolean) - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method sets if this DataTransport object is connected or not.
setConsumerSequence(long) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Set the sequence of this item for consumer.
setControlType(ControlType) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set the type of control event this is.
setControlType(ControlType) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set the type of control event this is.
setData(Object) - Method in class org.jlab.coda.emu.support.logger.LoggingEvent
Method setData sets the data of this LoggingEvent object.
setDestinationBaList(String[]) - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Set the output channel's list of destination broadcast addresses of emu TCP server when using emu sockets to communicate - each corresponding to the same element of the IpList.
setDestinationBaList(String[]) - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Set the output channel's list of destination broadcast addresses of emu TCP server when using emu sockets to communicate - each corresponding to the same element of the IpList.
setDestinationIpList(String[]) - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Set the output channel's list of possible destination IP addresses of emu TCP server when using emu sockets to communicate.
setDestinationIpList(String[]) - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Set the output channel's list of possible destination IP addresses of emu TCP server when using emu sockets to communicate.
setEmptyFrame(boolean) - Method in interface org.jlab.coda.emu.support.data.RingItem
Sets whether this object represents a missing frame.
setEmptyFrame(boolean) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Sets whether this object represents a missing frame.
setError(boolean) - Method in interface org.jlab.coda.emu.support.data.RingItem
Sets whether or not this object has an error.
setError(boolean) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Sets whether or not this object has an error.
setErrorState(String) - Method in class org.jlab.coda.emu.Emu
This method sets the state of this Emu to ERROR, but not if the emu is currently resetting in which case it immediately returns.
setEvent(EvioEvent) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set the evio event object contained in this ring item.
setEvent(EvioEvent) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set the evio event object contained in this ring item.
setEventCount(int) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set the number of ROC events in this object's data.
setEventCount(int) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set the number of ROC events in this object's data.
setEventType(BitSet, EventType) - Static method in class org.jlab.coda.emu.EmuUtilities
Encode the event type into the bit info word which will be in each evio block header.
setEventType(EventType) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set the type of event (ROC raw, physics, user, control , etc) this is.
setEventType(EventType) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set the type of event (ROC raw, physics, user, control , etc) this is.
setFirstEvent(BitSet) - Static method in class org.jlab.coda.emu.EmuUtilities
Encode the "is first event" into the bit info word which will be in evio block header.
setFirstEventNumber(long) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set the first event number in this object's data.
setFirstEventNumber(long) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set the first event number in this object's data.
setForce(boolean) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Set the flag used to suggest a forced write to a consumer.
setFromConsumerGet(boolean) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Set whether this item was obtained through a call to consumerGet().
setInterval - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the set-interval command.
setKey(X) - Method in class org.jlab.coda.emu.support.data.tuple.KeyValue
 
setLogger(Logger) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
 
setLogger(Logger) - Method in class org.jlab.coda.emu.support.ui.log.SwingLogConsoleDialog
 
setMessage(cMsgMessage) - Method in class org.jlab.coda.emu.support.control.Command
Set the cMsg message containing the Run Control command.
setMyObject(Object) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Set the auxiliary object.
setName(String) - Method in interface org.jlab.coda.emu.support.transport.DataTransport
This method sets the name of this DataTransport object.
setName(String) - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
This method sets the name of this DataTransport object.
setNode(EvioNode) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set the EvioNode object which selects a particular event in the ByteBuffer referenced by this ring item, if any.
setNode(EvioNode) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set the EvioNode object which selects a particular event in the ByteBuffer referenced by this ring item, if any.
setNonFatalBuildingError(boolean) - Method in interface org.jlab.coda.emu.support.data.RingItem
Sets whether or not this object generated a non-fatal error while being built.
setNonFatalBuildingError(boolean) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Sets whether or not this object generated a non-fatal error while being built.
setOutputDestination(int, String) - Method in class org.jlab.coda.emu.Emu
Change an existing single output destination name in the array of names.
setPreEnd - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the preEnd command.
setProducerSequence(long) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Set the sequence of this item for producer.
setRecordId(int) - Method in interface org.jlab.coda.emu.support.data.RingItem
This method sets the record id.
setRecordId(int) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
This method sets the record id.
setRecordId(int) - Method in interface org.jlab.coda.emu.support.transport.DataChannel
Set the record ID number of the latest event through this channel.
setRecordId(int) - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Set the record ID number of the latest event through this channel.
setReusableByteBuffer(ByteBufferSupply, ByteBufferItem) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set the objects needed to release (by calling RingItem.releaseByteBuffer()) the referenced ByteBuffer when no longer needed.
setReusableByteBuffer(ByteBufferSupply, ByteBufferItem) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set the objects needed to release (by calling RingItem.releaseByteBuffer()) the referenced ByteBuffer when no longer needed.
setRunNumber - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the set-run-number command.
setRunNumber(int) - Method in class org.jlab.coda.emu.Emu
Set the run number of this CODA component.
setRunNumber(int) - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Set the run number of this CODA component.
setRunType - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the set-run-type command.
setRunType(String) - Method in class org.jlab.coda.emu.Emu
Set the runType of this CODA component.
setRunType(String) - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Set the runType of this CODA component.
setRunTypeId(int) - Method in class org.jlab.coda.emu.Emu
Set the numeric code representing the run type of this CODA component.
setRunTypeId(int) - Method in interface org.jlab.coda.emu.support.codaComponent.CODAComponent
Set the numeric code representing the run type of this CODA component.
setSession - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the set-session command.
setSingleVTPInputs(boolean) - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Method to set whether this module has only a single VTP for an input channel.
setSourceId(int) - Method in interface org.jlab.coda.emu.support.data.RingItem
If emu input channel is reading Roc Raw data, then this method sets the CODA id number of the source.
setSourceId(int) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
If emu input channel is reading Roc Raw data, then this method sets the CODA id number of the source.
setSourceName(String) - Method in interface org.jlab.coda.emu.support.data.RingItem
Set the name of the data input channel (from xml config file) which read the data into this object.
setSourceName(String) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Set the name of the data input channel (from xml config file) which read the data into this object.
setState(CODAStateIF) - Method in class org.jlab.coda.emu.Emu
This method sets the state of this Emu, but not if emu is currently resetting in which case it immediately returns.
setState(CODAStateIF) - Method in interface org.jlab.coda.emu.support.transport.DataTransport
Set the state of this object.
setState(CODAStateIF) - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
Set the state of this object.
setStreaming(boolean) - Method in interface org.jlab.coda.emu.support.data.RingItem
Sets whether DAQ triggering or streaming.
setStreaming(boolean) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Sets whether DAQ triggering or streaming.
setSwitchRing(boolean) - Method in interface org.jlab.coda.emu.support.data.RingItem
If merging contents of multiple rings, it's convenient to have a means to tell the caller when to switch reading from one ring to the next.
setSwitchRing(boolean) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
If merging contents of multiple rings, it's convenient to have a means to tell the caller when to switch reading from one ring to the next.
setSync(boolean) - Method in interface org.jlab.coda.emu.support.data.RingItem
Sets whether or not this object is a sync event.
setSync(boolean) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Sets whether or not this object is a sync event.
setTagEndian(int, boolean) - Static method in class org.jlab.coda.emu.support.data.Evio
Set the given CODA-format tag to indicate data is little/big endian.
setTimeFrame(long) - Method in interface org.jlab.coda.emu.support.data.RingItem
Sets the time frame number (sequential count of time slice).
setTimeFrame(long) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Sets the time frame number (sequential count of time slice).
setTimestamp(long) - Method in interface org.jlab.coda.emu.support.data.RingItem
Sets the timestamp.
setTimestamp(long) - Method in class org.jlab.coda.emu.support.data.PayloadBuffer
Sets the timestamp.
setUserBoolean(boolean) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Set user boolean.
setUserInt(int) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Set the user integer.
setUsers(int) - Method in class org.jlab.coda.emu.support.data.ByteBufferItem
Set the number of users of this buffer.
setValue(String) - Method in class org.jlab.coda.emu.support.configurer.DataNode
 
setValue(Document, String, String) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
Method to set the value of the DataNode object associated with the Node object given by the path argument.
setValue(Y) - Method in class org.jlab.coda.emu.support.data.tuple.KeyValue
 
setVisibilityAdjustment(boolean) - Method in class org.jlab.coda.emu.support.ui.log.LogTextCaret
Method setVisibilityAdjustment sets the visibilityAdjustment of this LogTextCaret object.
SEVERE - Static variable in class org.jlab.coda.emu.support.logger.LoggingEvent
SEVERE msg, 13 - 14.
shutdown() - Method in class org.jlab.coda.emu.support.messaging.CMSGPortal
Disconnect from the runcontrol platform.
singleVTPInputs() - Method in interface org.jlab.coda.emu.EmuModule
Does this module have inputs from only one source - a single VTP? If returning true, each of the input streams may be combined into a single ROC Time Slice Bank.
singleVTPInputs() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Does this module have inputs from only one source - a single VTP? If returning true, each of the input streams may be combined into a single ROC Time Slice Bank.
SLC - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Slow control component.
sleepNanos(long) - Static method in class org.jlab.coda.emu.EmuUtilities
Spin-yield loop based alternative to Thread.sleep Based on the code of Andy Malakov http://andy-malakov.blogspot.fr/2010/06/alternative-to-threadsleep.html .
SmartToolbar - Class in org.jlab.coda.emu.support.ui
 
SmartToolbar() - Constructor for class org.jlab.coda.emu.support.ui.SmartToolbar
No-arg constructor.
SmartToolbar(int) - Constructor for class org.jlab.coda.emu.support.ui.SmartToolbar
 
SmartToolbar(String) - Constructor for class org.jlab.coda.emu.support.ui.SmartToolbar
 
SmartToolbar(String, int) - Constructor for class org.jlab.coda.emu.support.ui.SmartToolbar
 
START_REPORTING - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to set start reporting.
startElement(Element) - Method in class org.jlab.coda.emu.support.configurer.Configurer
 
startReporting - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the start-reporting command.
state - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
state() - Method in class org.jlab.coda.emu.Emu
Get the state of this object.
state() - Method in class org.jlab.coda.emu.modules.ModuleAdapter
Get the state of this object.
state() - Method in interface org.jlab.coda.emu.support.codaComponent.StatedObject
Get the state of this object.
state() - Method in class org.jlab.coda.emu.support.transport.DataChannelAdapter
Get the state of this object.
state() - Method in class org.jlab.coda.emu.support.transport.DataTransportAdapter
Get the state of this object.
StatedObject - Interface in org.jlab.coda.emu.support.codaComponent
An object that implements this interface has a state.
Statistics - Class in org.jlab.coda.emu.support.data
This class keeps some statistics on time to build an event.
Statistics(int) - Constructor for class org.jlab.coda.emu.support.data.Statistics
Constructor.
Statistics(int, int) - Constructor for class org.jlab.coda.emu.support.data.Statistics
Constructor.
Statistics(int, int, int) - Constructor for class org.jlab.coda.emu.support.data.Statistics
Constructor.
StdOutAppender - Class in org.jlab.coda.emu.support.logger
 
StdOutAppender() - Constructor for class org.jlab.coda.emu.support.logger.StdOutAppender
 
STOP_REPORTING - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Command to set stop reporting.
stopReporting - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in message for the stop-reporting command.
stopServer() - Method in class org.jlab.coda.emu.support.transport.EmuDomainServer
Stop all communication with Emu domain clients.
stopServer() - Method in class org.jlab.coda.emu.test.blast.EmuBlastee
Stop all communication with Emu domain clients.
stopServer() - Method in class org.jlab.coda.emu.test.blast.EmuBlastee2
Stop all communication with Emu domain clients.
stopServer() - Method in class org.jlab.coda.emu.test.blast.EmuBlastee3
Stop all communication with Emu domain clients.
StreamAggregator - Class in org.jlab.coda.emu.modules
This class implements an event builder.
StreamAggregator(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.StreamAggregator
Constructor creates a new EventBuilding instance.
StreamAggregatorOrig - Class in org.jlab.coda.emu.modules
This class implements an event builder.
StreamAggregatorOrig(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.StreamAggregatorOrig
Constructor creates a new EventBuilding instance.
STREAMING_AIS - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Aggregation Info Segment (AIS) coming from ROC.
STREAMING_AIS_BUILT - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Aggregation Info Segment (AIS) built in aggregator.
STREAMING_PHYS - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Event built from data sent by ROC/VTP in streaming mode.
STREAMING_PHYS_ERR - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Event built from data sent by ROC/VTP in streaming mode with non-fatal error.
STREAMING_SIB - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Stream Info Bank (SIB) coming from ROC.
STREAMING_SIB_BUILT - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Stream Info Bank (SIB) of built event.
STREAMING_SIB_BUILT_ERR - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Stream Info Bank (SIB) of built event with non-fatal error.
STREAMING_TSS - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Time Slice Segment (TSS) coming from ROC.
STREAMING_TSS_BUILT - Enum constant in enum class org.jlab.coda.emu.support.data.CODATag
Time Slice Segment (TSS) built in aggregator.
success() - Method in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
Returns the CODA run control State (CODAState enum object) upon success of this transition.
success() - Method in class org.jlab.coda.emu.support.control.Command
If this object is a transition command, this method returns the state the Emu enters upon its success.
SwingLogConsoleDialog - Class in org.jlab.coda.emu.support.ui.log
Class SwingLogConsoleDialog
SwingLogConsoleDialog() - Constructor for class org.jlab.coda.emu.support.ui.log.SwingLogConsoleDialog
 
SYNC - Enum constant in enum class org.jlab.coda.emu.support.data.ControlType
 

T

tagHasError(int) - Static method in class org.jlab.coda.emu.support.data.Evio
See if the given CODA-format tag indicates the ROC/EB has an error.
TEXT - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand.InputType
By calling msg.getText().
theEndIsNigh() - Method in class org.jlab.coda.emu.Emu
Get whether END button has been pushed.
tileFrames() - Method in class org.jlab.coda.emu.support.ui.MDIDesktopPane
Tile all internal frames
TimeSliceBankItem - Class in org.jlab.coda.emu.support.data
 
TimeSliceBankItem() - Constructor for class org.jlab.coda.emu.support.data.TimeSliceBankItem
 
TimeSliceBankItemFactory - Class in org.jlab.coda.emu.support.data
Class used by the Disruptor's RingBuffer to populate itself with TimeSliceBankItems (only contains a reference to a PayloadBank).
TimeSliceBankItemFactory() - Constructor for class org.jlab.coda.emu.support.data.TimeSliceBankItemFactory
 
timeToBuild - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
 
toArray() - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
toggleDebug() - Method in class org.jlab.coda.emu.support.logger.Logger
Method toggleDebug ...
toggleError() - Method in class org.jlab.coda.emu.support.logger.Logger
Method toggleError ...
toList() - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
toString() - Method in class org.jlab.coda.emu.EmuDataPath
Create a string representation of this object.
toString() - Method in class org.jlab.coda.emu.support.data.tuple.Tuple
 
transitionCommandType - Static variable in class org.jlab.coda.emu.support.messaging.RCConstants
String used as type in subscription that receives transition commands.
TransportType - Enum Class in org.jlab.coda.emu.support.transport
This class is an enum which lists all the possible communication types used in input and output data channels.
treeToPanel(Node, int) - Static method in class org.jlab.coda.emu.support.configurer.Configurer
Recursive method to, using the given arg as the top of the tree, add all nodes in the tree to a JPanel for display in a GUI.
Triplet<A,B,C> - Class in org.jlab.coda.emu.support.data.tuple
A tuple of three elements.
Triplet(A, B, C) - Constructor for class org.jlab.coda.emu.support.data.tuple.Triplet
 
tryToCreateET() - Method in class org.jlab.coda.emu.support.transport.DataTransportImplEt
Get whether the ET system should be created by the EMU if it does not exist.
TS - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Trigger supervisor.
TsFixedRateSimulation - Class in org.jlab.coda.emu.modules
This class is used when running simulated, emu-based, fixed-output-rate ROCS.
TsFixedRateSimulation(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.TsFixedRateSimulation
Constructor.
TsSimulation - Class in org.jlab.coda.emu.modules
This class is used when running simulated, emu-based ROCS.
TsSimulation(String, Map<String, String>, Emu) - Constructor for class org.jlab.coda.emu.modules.TsSimulation
Constructor.
Tuple - Class in org.jlab.coda.emu.support.data.tuple
Abstract base class for all tuple classes.

U

unsetFirstEvent(BitSet) - Static method in class org.jlab.coda.emu.EmuUtilities
Encode the "is NOT first event" into the bit info word which will be in evio block header.
updateButtons(CODAStateIF) - Method in class org.jlab.coda.emu.support.ui.SmartToolbar
Enable or disable buttons depending on the emu state.
updateEmptyFrameBuffer(long, long, int, PayloadBuffer) - Static method in class org.jlab.coda.emu.support.data.Evio
This method updates the buffer containing the completely-missing-frame built "event" (done with the method Evio.createEmptyFrameBuffer(long, long, int, int, int[], ByteOrder, String)) with the most recent value for the skipped frame.
USER - Enum constant in enum class org.jlab.coda.emu.support.data.EventType
 
USER_INT - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODACommand.InputType
By calling msg.userInt().
USR - Enum constant in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
User component.

V

valueOf(String) - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand.InputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.coda.emu.support.data.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.coda.emu.support.transport.TransportType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODAClass
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand.InputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODACommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODAState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.coda.emu.support.codaComponent.CODATransition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.coda.emu.support.data.CODATag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.coda.emu.support.data.ControlType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.coda.emu.support.data.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.coda.emu.support.transport.TransportType
Returns an array containing the constants of this enum class, in the order they are declared.
VardanERSAP - Class in org.jlab.coda.emu.test
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.
VardanERSAP() - Constructor for class org.jlab.coda.emu.test.VardanERSAP
 
VardanERSAP.ByteBufferFactory - Class in org.jlab.coda.emu.test
Class used by the Disruptor's RingBuffer to populate itself with ByteBuffers.

W

waitForEvent() - Method in class org.jlab.coda.emu.EmuEventNotify
This method waits indefinitely for the endWait() method to be called before it returns.
waitForEvent(long, TimeUnit) - Method in class org.jlab.coda.emu.EmuEventNotify
This method waits for the endWait() method to be called or for the timeout to expire before it returns.
warn(String) - Method in class org.jlab.coda.emu.support.logger.Logger
Method warn ...
WARN - Static variable in class org.jlab.coda.emu.support.logger.LoggingEvent
WARNING msg, 5 - 8.
with(A, B) - Static method in class org.jlab.coda.emu.support.data.tuple.KeyValue
 
with(A, B) - Static method in class org.jlab.coda.emu.support.data.tuple.Pair
 
with(A, B, C) - Static method in class org.jlab.coda.emu.support.data.tuple.Triplet
 
with(A, B, C, D) - Static method in class org.jlab.coda.emu.support.data.tuple.Quartet
 
writeToBuffer() - Method in class org.jlab.coda.emu.test.RealDataTest
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form