|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Readers that wrap pull-style device acquisition APIs.
A reader is a move-constructible (usually noncopyable) object that defines the function call operator:
The interface described above is captured by the tcspc::acquisition_reader concept.
Concepts | |
| concept | tcspc::acquisition_reader |
Concept that is satisfied when R conforms to the libtcspc acquisition reader interface for element type T. | |
Classes | |
| struct | tcspc::null_reader< T > |
| Acquisition reader that reads an empty stream. More... | |
| struct | tcspc::stuck_reader< T > |
| Acquisition reader that waits indefinitely without producing data. More... | |