Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
cf13e40f
Commit
cf13e40f
authored
Jul 14, 2015
by
yoogx
Browse files
* Use correct name for the ARINC653 property set
parent
b3b06000
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/ocarina_config.aadl
View file @
cf13e40f
...
...
@@ -30,13 +30,13 @@ property set Ocarina_Config is
Deployment : constant aadlstring => "Deployment";
Cheddar_Properties : constant aadlstring => "Cheddar_Properties";
POK_Properties : constant aadlstring => "pok_properties";
ARINC653_Properties : constant aadlstring => "arinc653
_properties
";
ARINC653_Properties : constant aadlstring => "arinc653";
ASSERT_Properties : constant aadlstring => "ASSERT_Properties";
TASTE_Properties : constant aadlstring => "taste_properties";
-- List of the predefined NON STANDARD property sets that can be used
-- by an AADL application.
Needed_Property_Sets : list of aadlstring applies to (system);
Needed_Property_Sets : list of aadlstring applies to (system);
-- The actual property sets needed by one particular application.
-- This avoid to parse systematically all the predefined non
-- standard property sets. The user can also give the name of a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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