Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
19b78192
Commit
19b78192
authored
Jul 27, 2015
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Remove useless occurrence of the Usage function
parent
0a26a50e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
61 deletions
+0
-61
src/python/ocarina-utils.adb
src/python/ocarina-utils.adb
+0
-58
src/python/ocarina-utils.ads
src/python/ocarina-utils.ads
+0
-3
No files found.
src/python/ocarina-utils.adb
View file @
19b78192
...
...
@@ -96,64 +96,6 @@ package body Ocarina.Utils is
&
Ocarina
.
FE_AADL
.
Parser
.
Add_Pre_Prop_Sets
'
Img
);
end
Print_Status
;
-----------
-- Usage --
-----------
procedure
Usage
is
Exec_Suffix
:
String_Access
:=
Get_Executable_Suffix
;
begin
Set_Standard_Error
;
Write_Line
(
"Usage: "
);
Write_Line
(
" "
&
Base_Name
(
Command_Name
,
Exec_Suffix
.
all
)
&
" [options] files"
);
Write_Line
(
" OR"
);
Write_Line
(
" "
&
Base_Name
(
Command_Name
,
Exec_Suffix
.
all
)
&
" -help"
);
Write_Line
(
" files are a non null sequence of AADL files"
);
Write_Eol
;
Write_Line
(
" General purpose options:"
);
Write_Line
(
" -V Output Ocarina version, then exit"
);
Write_Line
(
" -s Output Ocarina search directory, then exit"
);
Write_Eol
;
Write_Line
(
" Scenario file options:"
);
Write_Line
(
" -b Generate and build code from the AADL model"
);
Write_Line
(
" -z Clean code generated from the AADL model"
);
Write_Line
(
" -ec Execute the generated application code and"
);
Write_Line
(
" retrieve coverage information"
);
Write_Line
(
" -er Execute the generated application code and"
);
Write_Line
(
" verify that there is no regression"
);
Write_Line
(
" -p Only parse and instantiate the application model"
);
Write_Line
(
" -c Only perform schedulability analysis"
);
Write_Eol
;
Write_Line
(
" Advanced user options:"
);
Write_Line
(
" -d Debug mode for developpers"
);
Write_Line
(
" -q Quiet mode (default)"
);
Write_Line
(
" -t [script] Run Ocarina in terminal interactive mode."
);
Write_Line
(
" If a script is given, interpret it then exit."
);
Write_Line
(
" -v Verbose mode for users"
);
Write_Line
(
" -x Parse AADL file as an AADL scenario file"
);
Ocarina
.
FE_AADL
.
Usage
;
Ocarina
.
FE_REAL
.
Usage
;
Ocarina
.
Backends
.
Usage
;
Write_Line
(
" -disable-annexes={annexes}"
&
" Desactive one or all annexes"
);
Write_Line
(
" Annexes :"
);
Write_Line
(
" all"
);
Write_Line
(
" behavior_specification"
);
Write_Line
(
" real"
);
Write_Eol
;
Free
(
Exec_Suffix
);
end
Usage
;
--------------------
-- Load_AADL_File --
--------------------
...
...
src/python/ocarina-utils.ads
View file @
19b78192
...
...
@@ -37,9 +37,6 @@ with Ocarina.ME_AADL.AADL_Tree.Nodes;
package
Ocarina
.
Utils
is
procedure
Usage
;
-- Display a message describing the usage of Ocarina
procedure
Print_Status
;
-- Display status information on Ocarina
...
...
Write
Preview
Markdown
is supported
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