Introduction
The ROSIO package contains the various trigger input and data output
classes used by the ReadoutApplication.
Major changes
- Emulation of lost messages in DcTriggerIn
- New classes HardwareTriggerIn for ROD Crate DAQ use with
trigger from external hardware (e.g. CORBO)
- New class TCPTriggerIn to receive a trigger fanned out via tcp
- TriggerGenerator for EmulatedTriggerIn and ROSTestDC now keeps
track of which events have been requested and does not send a
release until the data requests(s) are satisfied.
Minor enhancements
- Restructured inheritance hierarchy of Requests so that
xxxWithRelease simply calls the execute method of xxx before doing
a release
- EmulatedDataOut doesn't create empty output file if
SamplingGap is set to 0