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

Description

template<typename NumericTraits = default_numeric_traits>
struct tcspc::lost_counts_event< NumericTraits >

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
NumericTraitsnumeric traits specifying abstime_type and channel_type

Public Attributes

NumericTraits::abstime_type abstime
 The absolute time (a.k.a. macrotime) of this event.
NumericTraits::channel_type channel
 The channel on which this event occurred.
NumericTraits::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: