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
eb65b85b
Commit
eb65b85b
authored
Apr 04, 2017
by
yoogx
Browse files
* Model clean up
For issue
#18
parent
f901ed2c
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/aadlv2/packet-store/Makefile.am
View file @
eb65b85b
C_FILES
=
$(srcdir)
/pinger.c
$(srcdir)
/pingme.c
$(srcdir)
/ping.h
$(srcdir)
/devicesconf.c
AADL_FILES
=
\
$(srcdir)
/software.aadl
\
$(srcdir)
/ping.aadl
SCENARIO
_FILES
=
$(srcdir)
/s
cenario
.aadl
AADL
_FILES
=
$(srcdir)
/s
oftware.aadl
$(srcdir)
/ping
.aadl
# $(srcdir)/scenario_local.aadl $(srcdir)/scenario_rtems.aadl
SCENARIO_FILES
=
$(srcdir)
/scenario.aadl
$(srcdir)
/scenario_local.aadl
\
$(srcdir)
/scenario_rtems.aadl
include
$(srcdir)/../../Makefile.common
...
...
examples/aadlv2/packet-store/ping.aadl
View file @
eb65b85b
...
...
@@ -108,10 +108,10 @@ end PING.Impl;
system
implementation
PING
.
local
subcomponents
pktstore
:
process
singleProcess
.
Impl
;
node_a
:
process
singleProcess
.
Impl
;
CPU_A
:
processor
the_processor
;
properties
actual_processor_binding
=>
reference
(
CPU_A
)
applies
to
pktstore
;
actual_processor_binding
=>
reference
(
CPU_A
)
applies
to
node_a
;
end
PING
.
local
;
system
implementation
PING
.
Xenomai
...
...
examples/aadlv2/packet-store/pinger.c
View file @
eb65b85b
...
...
@@ -63,9 +63,3 @@ void user_do_ping_spg ()
}
fflush
(
stdout
);
}
void
recover
(
void
)
{
printf
(
"*** RECOVER ACTION ***
\n
"
);
fflush
(
stdout
);
}
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