#include <types.h>

Public Member Functions | |
| internal_frame_processor_fptr_callback () | |
| internal_frame_processor_fptr_callback (rs2_frame_processor_callback_ptr on_frame, void *user) | |
| void | on_frame (rs2_frame *frame, rs2_source *source) override |
| operator bool () const | |
| void | release () override |
Public Member Functions inherited from rs2_frame_processor_callback | |
| virtual | ~rs2_frame_processor_callback () |
Private Attributes | |
| rs2_frame_processor_callback_ptr | fptr |
| void * | user |
Definition at line 936 of file src/types.h.
|
inline |
Definition at line 941 of file src/types.h.
|
inline |
Definition at line 942 of file src/types.h.
|
inlineoverridevirtual |
Implements rs2_frame_processor_callback.
Definition at line 946 of file src/types.h.
|
inline |
Definition at line 945 of file src/types.h.
|
inlineoverridevirtual |
Implements rs2_frame_processor_callback.
Definition at line 956 of file src/types.h.
|
private |
Definition at line 938 of file src/types.h.
|
private |
Definition at line 939 of file src/types.h.