Commit 5a2b00a2 by Marcus Winter

documentation: added snippets for simple mtapi_cpp interface

parent 952d1de4
void simpleActionFunction(
TaskContext & task_context
) {
// something useful
}
int result;
embb::mtapi::Task task = node.Start(simpleActionFunction);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment