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

Description

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

Event representing a prescription for one-shot timing generation with real (fractional) delay.

Template Parameters
DataTypesdata type set specifying abstime_type

Public Attributes

DataTypes::abstime_type abstime
 Absolute time of this event, used as a reference point.
double delay
 The time delay relative to abstime.

Friends

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

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