Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
2f7da817
Commit
2f7da817
authored
Apr 04, 2017
by
yoogx
Browse files
* Model clean up
For issue
#18
parent
03f37cfb
Changes
4
Hide whitespace changes
Inline
Side-by-side
examples/aadlv2/packet-store/Makefile.am
View file @
2f7da817
...
...
@@ -9,4 +9,4 @@ include $(srcdir)/../../Makefile.common
EXTRA_DIST
=
$(AADL_FILES)
$(SCENARIO_FILES)
$(C_FILES)
CLEANDIRS
=
ping_impl
CLEANDIRS
=
ping_impl
ping_local ping_rtems
examples/aadlv2/packet-store/pinger.c
View file @
2f7da817
...
...
@@ -63,3 +63,9 @@ void user_do_ping_spg ()
}
fflush
(
stdout
);
}
void
recover
(
void
)
{
printf
(
"*** RECOVER ACTION ***
\n
"
);
fflush
(
stdout
);
}
examples/aadlv2/packet-store/pingme.c
View file @
2f7da817
...
...
@@ -5,9 +5,3 @@ void user_ping_spg (int i)
printf
(
"*** PING *** %d
\n
"
,
i
);
fflush
(
stdout
);
}
void
recover
(
void
)
{
printf
(
"*** RECOVER ACTION ***
\n
"
);
fflush
(
stdout
);
}
examples/aadlv2/packet-store/software.aadl
View file @
2f7da817
...
...
@@ -61,7 +61,7 @@ thread packet_producer
end
packet_producer
;
thread
implementation
packet_producer
.
i
calls
calls
Mycalls
:
{
produce
:
subprogram
produce_packet_spg
;
};
...
...
@@ -79,7 +79,7 @@ features
end
P
;
thread
implementation
P
.
Impl
calls
calls
Mycalls
:
{
P_Spg
:
subprogram
Do_Ping_Spg
;
};
...
...
@@ -97,7 +97,7 @@ features
end
Q
;
thread
implementation
Q
.
Impl
calls
calls
Mycalls
:
{
Q_Spg
:
subprogram
Ping_Spg
;
};
...
...
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