libtcspc.NullReader¶
- final class libtcspc.NullReader(event_type)[source]¶
Bases:
AcquisitionReaderAcquisition reader that immediately signals end of stream.
Useful as a placeholder when an
Acquiresource is required structurally but no data is expected to be read.- Parameters:
event_type (EventType) – Element type that the reader would otherwise produce. Must match the element type of the
Acquireprocessor.
See also
- tcspc::null_reader
The underlying C++ reader.
- Acquire
Source processor that drives the reader.