Processor nodesΒΆ
Built-in processor nodes.
Source processor that acquires data into buckets via a pull-style reader. |
|
Processor that groups events into fixed-size buckets. |
|
Pass-through processor that checks event timestamps are non-decreasing. |
|
Processor that counts events of a given type, passing every event through. |
|
Processor that decodes Becker & Hickl SPC FIFO records into libtcspc TCSPC events. |
|
Sink that discards every event it receives. |
|
Source processor that emits no events. |
|
Source processor that reads events from a binary input stream. |
|
Pass-through processor that forwards every event unchanged. |
|
Sink that accepts and discards a fixed set of event types. |
|
Pass-through processor that ends the stream normally on a configured event. |
|
Pass-through processor that ends the stream with an error on a configured event. |
|
Processor that emits the elements of bucketed batches one at a time. |
|
Build a subgraph that reads events from a binary file and emits them one at a time. |