|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Event indicating a detected count.
| DataTypes | data type set specifying abstime_type and channel_type |
Public Attributes | |
| DataTypes::abstime_type | abstime |
| The absolute time (a.k.a. macrotime) of this event. | |
| DataTypes::channel_type | channel |
| The channel on which this event occurred. | |
Friends | |
| auto | operator<< (std::ostream &s, detection_event const &e) -> std::ostream & |
| Stream insertion operator. | |
| auto | operator== (detection_event const &lhs, detection_event const &rhs) noexcept -> bool=default |
| Equality comparison operator. | |