#include <tofi_config.h>
Public Attributes | |
uint32_t | freqs |
uint32_t | hdr_size |
uint32_t | n_cols |
Number of Columns. More... | |
uint32_t | n_rows |
Number of rows. More... | |
const struct CAL_GAIN_CORRECTION_BLOCK * | p_cal_gain_block |
Pointer to the Gain Block. More... | |
const struct CAL_ADDRVAL_REG_BLOCK_V1 * | p_cal_reg_block |
Pointer to the register writes block. More... | |
CameraIntrinsics * | p_camera_intrinsics |
Pointer to the camera intrinsic parameters. More... | |
const struct CAL_LSDAC_BLOCK_V1 * | p_lsdac_block |
Pointer to the LSDAC Block. More... | |
const void * | p_tofi_cal_config |
Pointer to the calibration config block. More... | |
const char * | p_tofi_config_str |
Pointer to a string of ini config data. More... | |
uint32_t | phases |
char | raw_format [MAX_CHAR_SIZE] |
XYZTable | xyz_table |
Structure holding pointer to the X,Y,and Z table. More... | |
Definition at line 40 of file tofi_config.h.
uint32_t TofiConfig::freqs |
Definition at line 57 of file tofi_config.h.
uint32_t TofiConfig::hdr_size |
Definition at line 55 of file tofi_config.h.
uint32_t TofiConfig::n_cols |
Number of Columns.
Definition at line 42 of file tofi_config.h.
uint32_t TofiConfig::n_rows |
Number of rows.
Definition at line 41 of file tofi_config.h.
const struct CAL_GAIN_CORRECTION_BLOCK* TofiConfig::p_cal_gain_block |
Pointer to the Gain Block.
Definition at line 48 of file tofi_config.h.
const struct CAL_ADDRVAL_REG_BLOCK_V1* TofiConfig::p_cal_reg_block |
Pointer to the register writes block.
Definition at line 50 of file tofi_config.h.
CameraIntrinsics* TofiConfig::p_camera_intrinsics |
Pointer to the camera intrinsic parameters.
Definition at line 44 of file tofi_config.h.
const struct CAL_LSDAC_BLOCK_V1* TofiConfig::p_lsdac_block |
Pointer to the LSDAC Block.
Definition at line 46 of file tofi_config.h.
const void* TofiConfig::p_tofi_cal_config |
Pointer to the calibration config block.
Definition at line 52 of file tofi_config.h.
const char* TofiConfig::p_tofi_config_str |
Pointer to a string of ini config data.
Definition at line 53 of file tofi_config.h.
uint32_t TofiConfig::phases |
Definition at line 56 of file tofi_config.h.
char TofiConfig::raw_format[MAX_CHAR_SIZE] |
Definition at line 54 of file tofi_config.h.
XYZTable TofiConfig::xyz_table |
Structure holding pointer to the X,Y,and Z table.
Definition at line 45 of file tofi_config.h.