#include <types.h>
Public Member Functions | |
void | on_event (rs_timestamp_data data) override |
operator bool () | |
void | release () override |
timestamp_events_callback () | |
timestamp_events_callback (rs_device *dev, timestamp_callback_function_ptr fptr, void *user) | |
Private Attributes | |
rs_device * | device |
timestamp_callback_function_ptr | fptr |
void * | user |
rsimpl::timestamp_events_callback::timestamp_events_callback | ( | rs_device * | dev, |
timestamp_callback_function_ptr | fptr, | ||
void * | user | ||
) | [inline] |
void rsimpl::timestamp_events_callback::on_event | ( | rs_timestamp_data | data | ) | [inline, override, virtual] |
Implements rs_timestamp_callback.
rsimpl::timestamp_events_callback::operator bool | ( | ) | [inline] |
void rsimpl::timestamp_events_callback::release | ( | ) | [inline, override, virtual] |
Implements rs_timestamp_callback.
void* rsimpl::timestamp_events_callback::user [private] |