Difference between revisions of "OCEOSmp/blank"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
<span style="color:#1b7ac2">'''Header File'''</span><br> | <span style="color:#1b7ac2">'''Header File'''</span><br> | ||
'''''tasks.h'''''<br> | '''''tasks.h'''''<br> | ||
Revision as of 16:48, 3 May 2024
Next Section
Task directives
Header File
tasks.h
Description
The following data structures are used by some of the task directives.
Data structures
oceos_task_create()
Header File
tasks.h
blank_function()
Header File
header.h
Description
This function does xyz...Prototype
S32_t oceosmp_blank( U32_t param );Parameters
Parameter Description param parameter to function Returns
This function returns an S32_t with a value of OCEOS_SUCCESS (zero) or return code bits set as defined in the table below.
Error bit Description Error_name description Example Usage
S32_t status, param; ... // Do xyz status = oceosmp_blank(param));