All the parameters required to define a pose frame. More...
#include <rs_internal.h>
Classes | |
| struct | pose_frame_info |
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 pose frame.
Definition at line 100 of file rs_internal.h.
| void* rs2_software_pose_frame::data |
Definition at line 113 of file rs_internal.h.
Definition at line 114 of file rs_internal.h.
| rs2_timestamp_domain rs2_software_pose_frame::domain |
Definition at line 116 of file rs_internal.h.
| int rs2_software_pose_frame::frame_number |
Definition at line 117 of file rs_internal.h.
| const rs2_stream_profile* rs2_software_pose_frame::profile |
Definition at line 118 of file rs_internal.h.
| rs2_time_t rs2_software_pose_frame::timestamp |
Definition at line 115 of file rs_internal.h.