Updated: October 28, 2024 |
Set the suffix to add to filenames generated from the sensor roll
#include <sensor/sensor_api.h>
sensor_error_t sensor_roll_set_filename_suffix(sensor_handle_t handle, char *suffix)
Use this function to add a specific suffix that will be appended to all filenames generated using sensor_roll_open_file() for this handle.
SENSOR_EOK when the function successfully completes, otherwise another sensor_error_t value that provides the reason that the call failed.