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
319a37e3
Commit
319a37e3
authored
Apr 20, 2018
by
yoogx
Browse files
* Minor reformatting
parent
8e8c6d89
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/aadlv2/producer-consumer/software.aadl
View file @
319a37e3
...
...
@@ -19,7 +19,7 @@ public
features
Data_Source
:
out
parameter
Alpha_Type
;
properties
Source_Language
=>
C
;
Source_Language
=>
(
C
)
;
Source_Name
=>
"user_produce_spg"
;
Source_Text
=>
(
"producer-consumer.c"
);
end
Produce_Spg
;
...
...
@@ -28,7 +28,7 @@ public
features
Data_Sink
:
in
parameter
Alpha_Type
;
properties
Source_Language
=>
C
;
Source_Language
=>
(
C
)
;
Source_Name
=>
"user_consume_spg"
;
Source_Text
=>
(
"producer-consumer.c"
);
end
Consume_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