|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Processors for decoding Swabian Time Tagger device events.
Functions | |
| template<typename DataTypes = default_data_types, typename Downstream> | |
| auto | tcspc::decode_swabian_tags (Downstream downstream) |
| Create a processor that decodes Swabian Tag events. | |
| auto tcspc::decode_swabian_tags | ( | Downstream | downstream | ) |
Create a processor that decodes Swabian Tag events.
| DataTypes | data type set specifying abstime_type and channel_type for the emitted events |
| Downstream | downstream processor type |
| downstream | downstream processor |