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

Description

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

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.

Template Parameters
DataTypesdata 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.
DataTypes::count_type count
 Number of counts that were detected but could not be time-tagged.

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.

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