libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
tcspc::time_correlated_detection_event< DataTypes > Struct Template Reference

Description

template<typename DataTypes = default_data_types>
struct tcspc::time_correlated_detection_event< DataTypes >

Event indicating a detected count (typically photon) with difference time.

Template Parameters
DataTypesdata type set specifying abstime_type, channel_type, and difftime_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.
DataTypes::difftime_type difftime
 Difference time (a.k.a. microtime, nanotime) associated with the detected event.

Friends

auto operator<< (std::ostream &s, time_correlated_detection_event const &e) -> std::ostream &
 Stream insertion operator.
auto operator== (time_correlated_detection_event const &lhs, time_correlated_detection_event const &rhs) noexcept -> bool=default
 Equality comparison operator.

The documentation for this struct was generated from the following file: