Loading [MathJax]/extensions/tex2jax.js
AFBR-S50 API Reference Manual
v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
n
o
p
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
n
o
p
r
s
t
u
v
w
x
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
x
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
Variables
c
d
e
f
g
h
i
l
m
o
q
r
s
t
Typedefs
h
m
q
s
t
u
Enumerations
Enumerator
a
b
c
d
e
l
m
p
s
t
u
Macros
a
c
d
e
f
h
i
m
n
o
p
q
r
s
t
u
x
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
explorer_api_cal.h
Go to the documentation of this file.
1
/*************************************************************************/
37
#ifndef EXPLORER_API_CAL_H
38
#define EXPLORER_API_CAL_H
39
40
/*!***************************************************************************
41
* @addtogroup explorer_api
42
* @{
43
*****************************************************************************/
44
45
#include "
core/explorer_types.h
"
46
47
/*!***************************************************************************
48
* @brief Initialize the calibration API.
49
* @return Returns the \link #status_t status\endlink (#STATUS_OK on success).
50
*****************************************************************************/
51
status_t
ExplorerAPI_InitCal
();
52
54
#endif
/* EXPLORER_API_CAL_H */
explorer_types.h
This file is part of the AFBR-S50 Explorer Demo Application.
ExplorerAPI_InitCal
status_t ExplorerAPI_InitCal()
Initialize the calibration API.
Definition:
explorer_api_cal.c:1151
status_t
int32_t status_t
Type used for all status and error return values.
Definition:
argus_status.h:70
Sources
explorer_app
api
explorer_api_cal.h
Broadcom Inc.