This file is part of the AFBR-S50 Explorer Demo Application.
struct argus_hnd_t argus_hnd_t
Definition argus_def.h:284
int32_t status_t
Type used for all status and error return values.
Definition argus_status.h:70
void ExplorerApp_DisplayUnambiguousRange(argus_hnd_t *argus)
Displays the unambiguous range in meter on the SLCD display.
Definition core_utils.c:119
status_t ExplorerApp_StartTimerMeasurement(argus_hnd_t *argus)
Starts the measurements.
Definition core_utils.c:84
bool ExplorerApp_SuspendTimerMeasurement(argus_hnd_t *argus)
Suspends the current active measurement on the device.
Definition core_utils.c:71
status_t ExplorerApp_DeviceAbort(argus_hnd_t *argus)
Aborts all device activity immediately.
Definition core_utils.c:112
status_t ExplorerApp_SingleMeasurement(argus_hnd_t *argus)
Triggers a single measurement and goes to idle afterwards.
Definition core_utils.c:100
status_t ExplorerApp_StopTimerMeasurement(argus_hnd_t *argus)
Stops the measurements and goes to idle state.
Definition core_utils.c:93