adas_record_start()

Updated: April 19, 2023

Start synchronized recording of all input data

Synopsis:

#include <adas/adas_api.h>
adas_error_t adas_record_start(void)

Library:

libadas

Description:

The configuration file specifies what input data is of interest to be recorded by this application. Recording of all data is synchronized such that the starting of recording is the same for all input data.

Returns:

ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.