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
2abebdb3
Commit
2abebdb3
authored
Aug 09, 2019
by
Maxime Perrotin
Browse files
Add printf code for test-air-2cyclics
parent
ac8db728
Changes
4
Hide whitespace changes
Inline
Side-by-side
test/test-air-2cyclics/Makefile
View file @
2abebdb3
KAZOO
=
../../kazoo
all
:
test-parse
cp
input_data/helloworld1.c output/helloworld1/C/src
cp
input_data/helloworld2.c output/helloworld2/C/src
make
-C
output air
test-parse
:
clean
...
...
test/test-air-2cyclics/create_xml_for_air.sh
deleted
100755 → 0
View file @
ac8db728
ocarina
-aadlv2
-v
-disable-annexes
=
emv2
-g
air_configuration
-r
deploymentview.final system.aadl /home/taste/tool-inst/share/ocarina/AADLv2/deployment.aadl ../../DataView.aadl /home/taste/tool-src/ocarina/resources/AADLv2/arinc653.aadl /home/taste/tool-inst/share/ocarina/AADLv2/data_model.aadl /home/taste/tool-inst/share/ocarina/AADLv2/taste_properties.aadl /home/taste/tool-inst/share/ocarina/AADLv2/base_types.aadl ../../InterfaceView.aadl ../../DeploymentView.aadl /home/taste/tool-inst/share/config_ellidiss/TASTE_IV_Properties.aadl ../../../common/ocarina_components.aadl /home/taste/tool-inst/share/ocarina/AADLv2/Cheddar_Properties.aadl
test/test-air-2cyclics/input_data/helloworld1.c
0 → 100644
View file @
2abebdb3
/* Body file for function helloworld1
* Generated by TASTE on 2019-08-09 09:15:45
* You can edit this file, it will not be overwritten
* Provided interfaces : task1
* Required interfaces :
* User-defined properties for this function:
* |_ Taste::Active_Interfaces = any
* |_ Taste::coordinates = 83777 59369 116690 88344
* Timers :
*/
#include
"helloworld1.h"
#include
<stdio.h>
void
helloworld1_startup
(
void
)
{
puts
(
"[helloworld1] Call from partition containing task 1 (startup)"
);
}
void
helloworld1_PI_task1
(
void
)
{
puts
(
"[helloworld1] Tock"
);
}
test/test-air-2cyclics/input_data/helloworld2.c
0 → 100644
View file @
2abebdb3
/* Body file for function helloworld2
* Generated by TASTE on 2019-08-09 09:15:45
* You can edit this file, it will not be overwritten
* Provided interfaces : task2
* Required interfaces :
* User-defined properties for this function:
* |_ Taste::Active_Interfaces = any
* |_ Taste::coordinates = 152751 58267 185664 87242
* Timers :
*/
#include
"helloworld2.h"
#include
<stdio.h>
void
helloworld2_startup
(
void
)
{
puts
(
"[helloworld2] Call from partition containing task 2 (startup)"
);
}
void
helloworld2_PI_task2
(
void
)
{
puts
(
"[helloworld1] Tick"
);
}
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