Difference between revisions of "OCEOSmp/blank"
Jump to navigation
Jump to search
(40 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Next Section == | == Next Section == | ||
===<span style="color:#0000ff">blank_function()</span>=== | ===<span style="color:#0000ff">blank_function()</span>=== | ||
<blockquote style="border-left-style: none;"> | <blockquote style="border-left-style: none;"> | ||
<span style="color:#1b7ac2">'''Header File'''</span><br> | <span style="color:#1b7ac2">'''Header File'''</span><br> | ||
'''''header.h'''''<br> | '''''header.h'''''<br> | ||
Line 199: | Line 20: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Parameter | ! Parameter || Description | ||
|- | |- | ||
| param || parameter to function | | param || parameter to function | ||
Line 207: | Line 28: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Error bit !! Description | |||
|- | |||
| Error_name|| description | |||
|- | |||
|} | |} | ||
Line 219: | Line 43: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</blockquote> | </blockquote> | ||
[[Category:backup]] | [[Category:backup]] |
Latest revision as of 16:56, 3 May 2024
Next Section
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));