|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Event indicating latest abstime reached.
This event has two purposes:
Data sources (typically device event decoders or the data acquisition itself) should emit this event in order to preserve information about the last time reached by the acquisition (especially at the end of the stream), when otherwise there would be no event emitted. The frequency of time-reached events can be adjusted using tcspc::regulate_time_reached().
| DataTypes | data type set specifying abstime_type |
Public Attributes | |
| DataTypes::abstime_type | abstime |
| The absolute time (a.k.a. macrotime) of this event. | |
Friends | |
| auto | operator<< (std::ostream &s, time_reached_event const &e) -> std::ostream & |
| Stream insertion operator. | |
| auto | operator== (time_reached_event const &lhs, time_reached_event const &rhs) noexcept -> bool=default |
| Equality comparison operator. | |