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
9fd04e85
Commit
9fd04e85
authored
Jan 20, 2015
by
yoogx
Browse files
* Code clean-up
parent
9a77bee7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/python/ocarina-lmp.adb
View file @
9fd04e85
...
...
@@ -2,11 +2,11 @@
-- --
-- OCARINA COMPONENTS --
-- --
-- O C A R I N A . L M P --
--
O C A R I N A . L M P
--
-- --
-- B o d y --
-- --
-- Copyright (C) 201
3-2014
ESA & ISAE. --
--
Copyright (C) 201
5
ESA & ISAE.
--
-- --
-- Ocarina is free software; you can redistribute it and/or modify --
-- it under terms of the GNU General Public License as published by the --
...
...
@@ -31,44 +31,22 @@
-- --
------------------------------------------------------------------------------
pragma
Warnings
(
Off
);
with
Ada
.
Command_Line
;
use
Ada
.
Command_Line
;
with
GNAT
.
Directory_Operations
;
use
GNAT
.
Directory_Operations
;
with
GNAT
.
OS_Lib
;
use
GNAT
.
OS_Lib
;
with
Errors
;
use
Errors
;
with
Locations
;
use
Locations
;
with
Ocarina
.
Namet
;
use
Ocarina
.
Namet
;
with
Ocarina
.
Output
;
use
Ocarina
.
Output
;
-- with Ocarina.Types; use Ocarina.Types;
with
Utils
;
use
Utils
;
with
Ocarina
.
Analyzer
;
use
Ocarina
.
Analyzer
;
with
Ocarina
.
Backends
;
use
Ocarina
.
Backends
;
with
Ocarina
.
Configuration
;
use
Ocarina
.
Configuration
;
with
Ocarina
.
FE_AADL
;
use
Ocarina
.
FE_AADL
;
with
Ocarina
.
FE_AADL
.
Parser
;
with
Ocarina
.
FE_REAL
;
use
Ocarina
.
FE_REAL
;
with
Ocarina
.
Instances
;
use
Ocarina
.
Instances
;
with
Ocarina
.
Parser
;
use
Ocarina
.
Parser
;
with
Ocarina
.
Options
;
use
Ocarina
.
Options
;
with
Ocarina
.
Files
;
use
Ocarina
.
Files
;
with
Ocarina
.
Utils
;
use
Ocarina
.
Utils
;
with
Ocarina
.
Analyzer
.
AADL
.
Finder
;
use
Ocarina
.
Analyzer
.
AADL
.
Finder
;
-- with Ocarina.ME_AADL.AADL_Tree.Nodes;
with
Ocarina
.
ME_AADL
.
AADL_Tree
.
Entities
;
with
Ocarina
.
ME_AADL
.
AADL_Tree
.
Nutils
;
with
Ocarina
.
ME_AADL
.
AADL_Instances
.
Nodes
;
with
Ocarina
.
ME_AADL
.
AADL_Instances
.
Entities
;
with
Ocarina
.
ME_AADL
.
AADL_Instances
.
Nutils
;
with
Namet
;
with
Ocarina
.
Instances
.
Finder
;
with
Ada
.
Strings
.
Equal_Case_Insensitive
;
with
Ada
.
Text_IO
;
package
body
Ocarina
.
Lmp
is
...
...
@@ -79,8 +57,6 @@ package body Ocarina.Lmp is
package
AIE
renames
Ocarina
.
ME_AADL
.
AADL_Instances
.
Entities
;
package
AINU
renames
Ocarina
.
ME_AADL
.
AADL_Instances
.
Nutils
;
Components
:
Node_List
;
------------------
-- Get_Packages --
------------------
...
...
src/python/ocarina-lmp.ads
View file @
9fd04e85
...
...
@@ -2,11 +2,11 @@
-- --
-- OCARINA COMPONENTS --
-- --
-- O C A R I N A . L M P --
--
O C A R I N A . L M P
--
-- --
-- S p e c --
-- --
-- Copyright (C) 201
3
ESA & ISAE. --
-- Copyright (C) 201
5
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify --
-- it under terms of the GNU General Public License as published by the --
...
...
@@ -32,6 +32,7 @@
------------------------------------------------------------------------------
pragma
Warnings
(
Off
);
with
Ocarina
.
Types
;
use
Ocarina
.
Types
;
with
GNATCOLL
.
Scripts
;
use
GNATCOLL
.
Scripts
;
with
Ocarina
.
ME_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