AFBR-S50 API Reference Manual  v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
argus_offset.h
Go to the documentation of this file.
1 /*************************************************************************/
37 #ifndef ARGUS_OFFSET_H
38 #define ARGUS_OFFSET_H
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42 
43 /*!***************************************************************************
44  * @addtogroup argus_cal
45  * @{
46  *****************************************************************************/
47 
48 #include "argus_def.h"
49 
50 /*!***************************************************************************
51  * @brief Pixel Range Offset Table.
52  * @details Contains pixel range offset values for all 32 active pixels.
53  *****************************************************************************/
55 {
56  struct
57  {
61 
65  };
66 
70 
72 
73 
75 #ifdef __cplusplus
76 } // extern "C"
77 #endif
78 #endif /* ARGUS_OFFSET_T */
argus_cal_offset_table_t::Table
q0_15_t Table[ARGUS_DCA_POWER_STAGE_COUNT][ARGUS_PIXELS_X][ARGUS_PIXELS_Y]
Definition: argus_offset.h:69
argus_def.h
This file is part of the AFBR-S50 hardware API.
argus_cal_offset_table_t::LowPower
q0_15_t LowPower[ARGUS_PIXELS_X][ARGUS_PIXELS_Y]
Definition: argus_offset.h:60
argus_cal_offset_table_t
Pixel Range Offset Table.
Definition: argus_offset.h:54
q0_15_t
int16_t q0_15_t
Signed fixed point number: Q0.15.
Definition: fp_def.h:381
argus_cal_offset_table_t::HighPower
q0_15_t HighPower[ARGUS_PIXELS_X][ARGUS_PIXELS_Y]
Definition: argus_offset.h:64
ARGUS_DCA_POWER_STAGE_COUNT
#define ARGUS_DCA_POWER_STAGE_COUNT
Definition: argus_dca.h:116
ARGUS_PIXELS_Y
#define ARGUS_PIXELS_Y
The device pixel field size in y direction (short edge).
Definition: argus_def.h:77
ARGUS_PIXELS_X
#define ARGUS_PIXELS_X
The device pixel field size in x direction (long edge).
Definition: argus_def.h:72