Modifier and Type | Method and Description |
---|---|
EtAttachment |
EtSystem.attach(EtStation station)
Create an attachment to a station.
|
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 |
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.
|
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 |
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 |
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.
|