Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
81e7210d
Commit
81e7210d
authored
Jul 01, 2016
by
Maxime Perrotin
Browse files
Iterate
parent
b9fd4328
Pipeline
#407
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
c/model_transformation.c
View file @
81e7210d
...
...
@@ -27,6 +27,12 @@
void
ModelTransformation_Backend
(
System
*
s
)
{
(
void
)
s
;
// FOREACH (node, Process, s->processes, {
// });
FOREACH
(
fv
,
FV
,
s
->
functions
,
{
Interface_list
*
pis
=
NULL
;
FOREACH
(
pi
,
Interface
,
fv
->
interfaces
,
{
if
(
sporadic
==
pi
->
rcm
&&
PI
==
pi
->
direction
)
{
ADD_TO_SET
(
Interface
,
pis
,
pi
)
}
});
});
}
Write
Preview
Supports
Markdown
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