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
9a3b12f6
Commit
9a3b12f6
authored
Apr 04, 2017
by
yoogx
Browse files
* Model clean up
For issue
#18
parent
eb65b85b
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/aadlv2/file-store/Makefile.am
View file @
9a3b12f6
C_FILES
=
$(srcdir)
/pinger.c
$(srcdir)
/pingme.c
$(srcdir)
/ping.h
$(srcdir)
/devicesconf.c
AADL_FILES
=
\
$(srcdir)
/software.aadl
\
$(srcdir)
/ping.aadl
C_FILES
=
$(srcdir)
/pinger.c
$(srcdir)
/pingme.c
$(srcdir)
/ping.h
\
$(srcdir)
/devicesconf.c
SCENARIO
_FILES
=
$(srcdir)
/s
cenario
.aadl
AADL
_FILES
=
$(srcdir)
/s
oftware.aadl
$(srcdir)
/ping
.aadl
# $(srcdir)/scenario_rtems.aadl $(srcdir)/scenario_local.aadl
SCENARIO_FILES
=
$(srcdir)
/scenario.aadl
\
$(srcdir)
/scenario_rtems.aadl
$(srcdir)
/scenario_local.aadl
include
$(srcdir)/../../Makefile.common
...
...
examples/aadlv2/file-store/ping.aadl
View file @
9a3b12f6
...
...
@@ -102,10 +102,10 @@ public
system
implementation
PING
.
Local
subcomponents
filestore
:
process
singleProcess
.
Impl
;
Node_A
:
process
singleProcess
.
Impl
;
CPU_A
:
processor
the_processor
;
properties
actual_processor_binding
=>
reference
(
CPU_A
)
applies
to
filestore
;
actual_processor_binding
=>
reference
(
CPU_A
)
applies
to
Node_A
;
end
PING
.
Local
;
system
implementation
PING
.
Xenomai
...
...
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