This is the class for adtf31xx sensor node output information. More...
#include <adi_3dtof_adtf31xx_output_info.h>
Public Member Functions | |
| ADI3DToFADTF31xxOutputInfo (int image_width, int image_height) | |
| Constructor. More... | |
| ADI3DToFADTF31xxOutputInfo & | operator= (const ADI3DToFADTF31xxOutputInfo &rhs) |
| ~ADI3DToFADTF31xxOutputInfo () | |
| Destructor. More... | |
Public Attributes | |
| unsigned short * | ab_frame_ |
| unsigned char * | compressed_ab_frame_ |
| int | compressed_ab_frame_size_ |
| unsigned char * | compressed_conf_frame_ |
| int | compressed_conf_frame_size_ |
| unsigned char * | compressed_depth_frame_ |
| int | compressed_depth_frame_size_ |
| unsigned short * | conf_frame_ |
| unsigned short * | depth_frame_ |
| int | frame_number_ |
| int | image_height_ |
| int | image_width_ |
| short * | xyz_frame_ |
This is the class for adtf31xx sensor node output information.
Definition at line 14 of file adi_3dtof_adtf31xx_output_info.h.
|
inline |
Constructor.
| image_width | - Image Width |
| image_height | - Image Height |
Definition at line 27 of file adi_3dtof_adtf31xx_output_info.h.
|
inline |
Destructor.
Definition at line 57 of file adi_3dtof_adtf31xx_output_info.h.
|
inline |
Definition at line 90 of file adi_3dtof_adtf31xx_output_info.h.
| unsigned short* ADI3DToFADTF31xxOutputInfo::ab_frame_ |
Definition at line 114 of file adi_3dtof_adtf31xx_output_info.h.
| unsigned char* ADI3DToFADTF31xxOutputInfo::compressed_ab_frame_ |
Definition at line 117 of file adi_3dtof_adtf31xx_output_info.h.
| int ADI3DToFADTF31xxOutputInfo::compressed_ab_frame_size_ |
Definition at line 120 of file adi_3dtof_adtf31xx_output_info.h.
| unsigned char* ADI3DToFADTF31xxOutputInfo::compressed_conf_frame_ |
Definition at line 118 of file adi_3dtof_adtf31xx_output_info.h.
| int ADI3DToFADTF31xxOutputInfo::compressed_conf_frame_size_ |
Definition at line 121 of file adi_3dtof_adtf31xx_output_info.h.
| unsigned char* ADI3DToFADTF31xxOutputInfo::compressed_depth_frame_ |
Definition at line 116 of file adi_3dtof_adtf31xx_output_info.h.
| int ADI3DToFADTF31xxOutputInfo::compressed_depth_frame_size_ |
Definition at line 119 of file adi_3dtof_adtf31xx_output_info.h.
| unsigned short* ADI3DToFADTF31xxOutputInfo::conf_frame_ |
Definition at line 115 of file adi_3dtof_adtf31xx_output_info.h.
| unsigned short* ADI3DToFADTF31xxOutputInfo::depth_frame_ |
Definition at line 113 of file adi_3dtof_adtf31xx_output_info.h.
| int ADI3DToFADTF31xxOutputInfo::frame_number_ |
Definition at line 112 of file adi_3dtof_adtf31xx_output_info.h.
| int ADI3DToFADTF31xxOutputInfo::image_height_ |
Definition at line 124 of file adi_3dtof_adtf31xx_output_info.h.
| int ADI3DToFADTF31xxOutputInfo::image_width_ |
Definition at line 123 of file adi_3dtof_adtf31xx_output_info.h.
| short* ADI3DToFADTF31xxOutputInfo::xyz_frame_ |
Definition at line 122 of file adi_3dtof_adtf31xx_output_info.h.