AFBR-S50 API Reference Manual  v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
explorer_api_data.h
Go to the documentation of this file.
1 /*************************************************************************/
37 #ifndef EXPLORER_API_DATA_H
38 #define EXPLORER_API_DATA_H
39 
40 /*!***************************************************************************
41  * @addtogroup explorer_api
42  * @{
43  *****************************************************************************/
44 
45 #include "core/explorer_types.h"
46 
47 /*!***************************************************************************
48  * @brief Initialize the measurement data API.
49  * @return Returns the \link #status_t status\endlink (#STATUS_OK on success).
50  *****************************************************************************/
52 
54 #endif /* EXPLORER_API_DATA_H */
ExplorerAPI_InitData
status_t ExplorerAPI_InitData(void)
Initialize the measurement data API.
Definition: explorer_api_data.c:377
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