AFBR-S50 API Reference Manual  v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
explorer_api_cfg.h
Go to the documentation of this file.
1 /*************************************************************************/
37 #ifndef EXPLORER_API_CFG_H
38 #define EXPLORER_API_CFG_H
39 
40 /*!***************************************************************************
41  * @addtogroup explorer_api
42  * @{
43  *****************************************************************************/
44 
45 #include "core/explorer_types.h"
46 
47 /*!***************************************************************************
48  * @brief Initialize the configuration API.
49  * @return Returns the \link #status_t status\endlink (#STATUS_OK on success).
50  *****************************************************************************/
52 
54 #endif /* EXPLORER_API_CFG_H */
ExplorerAPI_InitCfg
status_t ExplorerAPI_InitCfg(void)
Initialize the configuration API.
Definition: explorer_api_cfg.c:1024
explorer_types.h
This file is part of the AFBR-S50 Explorer Demo Application.
status_t
int32_t status_t
Type used for all status and error return values.
Definition: argus_status.h:70