Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
d67056c9
Commit
d67056c9
authored
Apr 13, 2014
by
yoogx
Browse files
* Package behavior_properties.aadl
parent
b17ba45c
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/AADLv2/behavior_properties.aadl
0 → 100644
View file @
d67056c9
-- This property set is derived from the Behavior Annex language
-- specification, as part of the AS5506/2 standard.
property set Behavior_Properties is
Subprogram_Call_Protocol: enumeration (HSER,LSER,ASER) => HSER
applies to (subprogram access);
-- The Behavior Annex introduces more precise communication
-- protocols that can be used to better control the blocking
-- duration of a client thread during a remote call to a server
-- thread. These protocols are derived from the main HOOD
-- functional execution requests:
-- * HSER for Highly Synchronous Execution Request.
-- * LSER for Loosely Synchronous Execution Request.
-- * ASER for ASynchronous Execution Request.
end Behavior_Properties;
resources/Makefile.am
View file @
d67056c9
...
...
@@ -17,6 +17,7 @@ AADL_V2_PROPERTIES = $(srcdir)/AADLv2/aadl_project.aadl \
$(srcdir)
/AADLv2/arinc653_properties.aadl
\
$(srcdir)
/AADLv2/assert_types.aadl
\
$(srcdir)
/AADLv2/assert_properties.aadl
\
$(srcdir)
/AADLv2/behavior_properties.aadl
\
$(srcdir)
/AADLv2/deployment_properties.aadl
\
$(srcdir)
/AADLv2/Cheddar_Properties.aadl
\
$(srcdir)
/AADLv2/thread_properties.aadl
\
...
...
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