All the parameters required to define a motion frame. More...
#include <rs_internal.h>
Public Attributes | |
void * | data |
void(* | deleter )(void *) |
rs2_timestamp_domain | domain |
int | frame_number |
const rs2_stream_profile * | profile |
rs2_time_t | timestamp |
All the parameters required to define a motion frame.
Definition at line 89 of file rs_internal.h.
void* rs2_software_motion_frame::data |
Definition at line 91 of file rs_internal.h.
Definition at line 92 of file rs_internal.h.
rs2_timestamp_domain rs2_software_motion_frame::domain |
Definition at line 94 of file rs_internal.h.
int rs2_software_motion_frame::frame_number |
Definition at line 95 of file rs_internal.h.
const rs2_stream_profile* rs2_software_motion_frame::profile |
Definition at line 96 of file rs_internal.h.
rs2_time_t rs2_software_motion_frame::timestamp |
Definition at line 93 of file rs_internal.h.