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
2fdf534c252d7343a4aa18896c4956b6115e4d41
Switch branch/tag
embb
doc
examples
mtapi
mtapi_cpp_calc_task-snippet.h
Find file
Normal view
History
Permalink
mtapi_cpp_calc_task-snippet.h
93 Bytes
Edit
Newer
Older
first commit
dd88ea03
Michael Schmid
committed
Nov 02, 2016
1
2
3
int
a
=
n
-
1
;
int
x
;
embb
::
mtapi
::
Task
task
=
node
.
Start
(
fibonacciJob
,
&
a
,
&
x
);