|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Bundle of numeric types used by events and processors.
Many events and processors in libtcspc deal with multiple integer types, so specifying them individually would be cumbersome. We therefore usually specify them as a single unit called the data type set (usually template parameter DataTypes), which is a type containing several type aliases to be used across a processing graph (or part of a processing graph).
Classes | |
| struct | tcspc::default_data_types |
| The default data type set. More... | |
| struct | tcspc::parameterized_data_types< Abstime, Channel, Difftime, Count, Datapoint, BinIndex, Bin > |
| Utility for naming a data type set without additional definitions. More... | |