|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Event indicating number of detections from a non-time-tagging device.
This event represents detection counts from a device that does not time-tag individual detections but emits counter values at some interval (usually based on some external or internal clock signal).
| DataTypes | data type set specifying abstime_type and channel_type |
Friends | |
| auto | operator<< (std::ostream &s, bulk_counts_event const &e) -> std::ostream & |
| Stream insertion operator. | |
| auto | operator== (bulk_counts_event const &lhs, bulk_counts_event const &rhs) noexcept -> bool=default |
| Equality comparison operator. | |