![Logo](AFBR-S50.ico) |
AFBR-S50 API Reference Manual
v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
Go to the documentation of this file.
38 #ifndef EXPLORER_TASKS_H
39 #define EXPLORER_TASKS_H
This file is part of the AFBR-S50 API.
@ TASK_EVAL_DAT
Definition: explorer_tasks.h:68
This file is part of the AFBR-S50 Explorer Demo Application.
@ TASK_SEND_DAT
Definition: explorer_tasks.h:67
struct argus_hnd_t argus_hnd_t
Definition: argus_def.h:320
This file is part of the AFBR-S50 API.
explorer_task_t
Definition: explorer_tasks.h:63
@ TASK_HNDL_CMD
Definition: explorer_tasks.h:66
status_t ExplorerApp_MeasurementReadyCallback(status_t status, argus_hnd_t *argus)
Callback function after measurement cycle was finished.
Definition: explorer_tasks.c:431
status_t ExplorerApp_InitTasks()
Initializes the scheduler tasks.
Definition: explorer_tasks.c:190
@ TASK_ERROR
Definition: explorer_tasks.h:65
static status_t status
Definition: argus_xtalk_cal_cli.c:140
@ TASK_IDLE
Definition: explorer_tasks.h:69
int32_t status_t
Type used for all status and error return values.
Definition: argus_status.h:70
void ExplorerApp_SwitchContext(void)
Switches the scheduler task context.
Definition: explorer_tasks.c:238