|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Data mapper mapping count to the data value.
The event being mapped must have a count field.
| DataTypes | data type set specifying datapoint_type |
Public Member Functions | |
| template<typename Event> | |
| auto | operator() (Event const &event) const -> typename DataTypes::datapoint_type |
| Implements data mapper requirement. | |