alf_dataset_create

NAME

alf_dataset_create - Creates a dataset.

SYNOPSIS

int alf_dataset_create(alf_handle_t alf_handle, alf_dataset_handle_t * p_dataset_handle);

Parameters  
alf_handle[in] Handle to the ALF runtime
p_dataset_handle[out] Handle to the dataset

DESCRIPTION

This function creates a dataset.

RETURN VALUE

0 Success
less than 0 Errors occurred:
  • ALF_ERR_INVAL: Invalid input argument
  • ALF_ERR_BADF: Invalid ALF handle
  • ALF_ERR_GENERIC: Generic internal errors
Related reference
alf_dataset_handle_t
alf_dataset_buffer_add
alf_dataset_destroy
alf_task_dataset_associate