alf_task_desc_ctx_entry_add - Adds a description of one entry in the task context associated with this task descriptor.
int alf_task_desc_ctx_entry_add (alf_task_desc_handle_t task_desc_handle, ALF_DATA_TYPE_T data_type, unsigned int size);
Parameters | |
task_desc_handle [IN] | Handle to the task descriptor structure |
data_type [IN] | Data type of data in the entry |
size [IN] | Number of elements of type data_type |
This function adds a description of one entry in the task context associated with this task descriptor.
0 | Successful |
less than 0 | Errors occurred:
|