Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6429f61d
authored
Apr 01, 2015
by
Christian Kern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document mtapi_ext_plugin_action_create (fixed doxygen warning)
parent
456bb6ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
mtapi_c/include/embb/mtapi/c/mtapi_ext.h
+10
-2
No files found.
mtapi_c/include/embb/mtapi/c/mtapi_ext.h
View file @
6429f61d
...
...
@@ -149,15 +149,23 @@ typedef void(*mtapi_ext_plugin_action_finalize_function_t)(
* \ingroup C_MTAPI_EXT
*/
mtapi_action_hndl_t
mtapi_ext_plugin_action_create
(
MTAPI_IN
mtapi_job_id_t
job_id
,
MTAPI_IN
mtapi_job_id_t
job_id
,
/**< [in] Job id */
MTAPI_IN
mtapi_ext_plugin_task_start_function_t
task_start_function
,
/**< [in] Task start function */
MTAPI_IN
mtapi_ext_plugin_task_cancel_function_t
task_cancel_function
,
/**< [in] Task cancel function */
MTAPI_IN
mtapi_ext_plugin_action_finalize_function_t
action_finalize_function
,
/**< [in] Finalize action function */
MTAPI_IN
void
*
plugin_data
,
/**< [in] Pointer to plugin data */
MTAPI_IN
void
*
node_local_data
,
/**< [in] Pointer to node local data */
MTAPI_IN
mtapi_size_t
node_local_data_size
,
/**< [in] Size of node local data */
MTAPI_IN
mtapi_action_attributes_t
*
attributes
,
MTAPI_OUT
mtapi_status_t
*
status
/**< [out] Pointer to attributes */
MTAPI_OUT
mtapi_status_t
*
status
/**< [out] Pointer to error code,
may be \c MTAPI_NULL */
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment