adas_record_start()

Starts 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 of the data is synchronized such that the start of the 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.