Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
a0ad1bb5
Commit
a0ad1bb5
authored
Nov 19, 2019
by
Maxime Perrotin
Browse files
Add functional code in function type in c++
parent
40ae022c
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/instances/work/father/CPP/src/father.cc
0 → 100644
View file @
a0ad1bb5
/* C++ Body file for function type Father
* Generated by TASTE on 2019-11-19 12:52:54
* You can edit this file, it will not be overwritten
* Provided interfaces : Pulse
* Required interfaces : DoSomething
* User-defined properties for this function:
* |_ Taste::Active_Interfaces = any
* |_ Taste::coordinates = 131020 52282 162515 69604
* |_ Taste::is_Component_Type = true
* Timers :
*/
#include
"father.h"
#include
<stdio.h>
void
father
::
startup
()
{
// Write your initialisation code, but DO NOT CALL REQUIRED INTERFACES
puts
(
"[C++] Startup"
);
}
void
father
::
Pulse
(
void
)
{
asn1SccT_Int32
a
=
1
,
b
=
5
;
RI_DoSomething
(
&
a
,
&
b
);
printf
(
"[C++] %lld
\n
"
,
b
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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