#include <rs.hpp>

Public Member Functions | |
| void | on_event (rs_timestamp_data data) override |
| void | release () override |
| timestamp_callback (std::function< void(timestamp_data)> on_event) | |
Public Member Functions inherited from rs_timestamp_callback | |
| virtual | ~rs_timestamp_callback () |
Private Attributes | |
| std::function< void(timestamp_data)> | on_event_function |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements rs_timestamp_callback.
|
inlineoverridevirtual |
Implements rs_timestamp_callback.
|
private |