Modifier and Type | Field and Description |
---|---|
(package private) EtAttachment |
EtContainer.att
Attachment to ET system used to make, get, put, and dump events.
|
Modifier and Type | Method and Description |
---|---|
EtAttachment |
EtSystem.attach(EtStation station)
Create an attachment to a station.
|
EtAttachment |
EtContainer.getAtt()
Get the attachment to ET system.
|
Modifier and Type | Method and Description |
---|---|
void |
EtSystem.detach(EtAttachment att)
Remove an attachment from a station.
|
void |
EtSystem.dumpEvents(EtAttachment att,
EtEvent[] evs)
Dispose of unwanted events in an ET system.
|
void |
EtSystem.dumpEvents(EtAttachment att,
EtEvent[] evs,
int offset,
int length)
Dispose of unwanted events in an ET system.
|
void |
EtContainer.dumpEvents(EtAttachment att,
int offset,
int length)
Set this container up for dumping events back into an ET system.
|
void |
EtSystem.dumpEvents(EtAttachment att,
java.util.List<EtEvent> eventList)
Dispose of unwanted events in an ET system.
|
EtEvent[] |
EtSystem.getEvents(EtAttachment att,
org.jlab.coda.et.enums.Mode mode,
org.jlab.coda.et.enums.Modify modify,
int microSec,
int count)
Get events from an ET system.
|
void |
EtContainer.getEvents(EtAttachment att,
org.jlab.coda.et.enums.Mode mode,
org.jlab.coda.et.enums.Modify modify,
int microSec,
int count)
Set this container up for getting events from an ET system.
|
void |
EtContainer.getEvents(EtAttachment att,
org.jlab.coda.et.enums.Mode mode,
org.jlab.coda.et.enums.Modify modify,
int microSec,
int count,
boolean allocate)
Set this container up for getting events from an ET system.
|
EtEvent[] |
EtSystem.newEvents(EtAttachment att,
org.jlab.coda.et.enums.Mode mode,
boolean noBuffer,
int microSec,
int count,
int size,
int group)
Get new (unused) events from a specified group of such events in an ET system.
|
EtEvent[] |
EtSystem.newEvents(EtAttachment att,
org.jlab.coda.et.enums.Mode mode,
int microSec,
int count,
int size)
Get new (unused) events from an ET system.
|
void |
EtContainer.newEvents(EtAttachment att,
org.jlab.coda.et.enums.Mode mode,
int microSec,
int count,
int size,
int group)
Set this container up for getting new (unused) events from a specified group
of such events in an ET system.
|
void |
EtContainer.newEvents(EtAttachment att,
org.jlab.coda.et.enums.Mode mode,
int microSec,
int count,
int size,
int group,
boolean allocate)
Set this container up for getting new (unused) events from a specified group
of such events in an ET system.
|
void |
EtSystem.putEvents(EtAttachment att,
EtEvent[] evs)
Put events into an ET system.
|
void |
EtSystem.putEvents(EtAttachment att,
EtEvent[] evs,
int offset,
int length)
Put events into an ET system.
|
void |
EtContainer.putEvents(EtAttachment att,
int offset,
int length)
Set this container up for putting (used) events back into an ET system.
|
void |
EtSystem.putEvents(EtAttachment att,
java.util.List<EtEvent> eventList)
Put events into an ET system.
|
boolean |
EtSystem.stationAttached(EtStation station,
EtAttachment att)
Is given attachment attached to a station?
|
void |
EtSystem.wakeUpAttachment(EtAttachment att)
Wake up an attachment that is waiting to read events from a station's empty input list.
|