#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) | |
Private Attributes | |
std::function< void(timestamp_data)> | on_event_function |
rs::timestamp_callback::timestamp_callback | ( | std::function< void(timestamp_data)> | on_event | ) | [inline, explicit] |
void rs::timestamp_callback::on_event | ( | rs_timestamp_data | data | ) | [inline, override, virtual] |
Implements rs_timestamp_callback.
void rs::timestamp_callback::release | ( | ) | [inline, override, virtual] |
Implements rs_timestamp_callback.
std::function<void(timestamp_data)> rs::timestamp_callback::on_event_function [private] |