|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Event indicating number of counts that could not be time-tagged.
This event should only occur between tcspc::begin_lost_interval_event and tcspc::end_lost_interval_event.
| DataTypes | data type set specifying abstime_type and channel_type |
Friends | |
| auto | operator<< (std::ostream &s, lost_counts_event const &e) -> std::ostream & |
| Stream insertion operator. | |
| auto | operator== (lost_counts_event const &lhs, lost_counts_event const &rhs) noexcept -> bool=default |
| Equality comparison operator. | |