AFBR-S50 API Reference Manual  v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
task_status.h
Go to the documentation of this file.
1 /*************************************************************************/
37 #ifndef TASK_STATUS_H
38 #define TASK_STATUS_H
39 
40 /*!***************************************************************************
41  * @defgroup scheduler_status Status Codes
42  * @ingroup scheduler
43  * @brief Status Codes Definitions for the Task Scheduler.
44  * @details Defines status codes for task scheduler specific functions.
45  * @addtogroup scheduler_status
46  * @{
47  *****************************************************************************/
48 
49 #include "utility/status.h"
50 
51 /*******************************************************************************
52  * Definitions
53  ******************************************************************************/
54 
57 {
59  ERROR_TASK_QUEUE_FULL = -231,
60 };
61 
62 
64 #endif /* TASK_STATUS_H */
StatusTask
StatusTask
Task scheduler status and error return codes.
Definition: task_status.h:56
ERROR_TASK_QUEUE_FULL
@ ERROR_TASK_QUEUE_FULL
Definition: task_status.h:61
status.h
This file is part of the AFBR-S50 API.