|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Event representing a prescription for one-shot timing generation with real (fractional) delay.
| DataTypes | data 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. | |