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
0ca21888
Commit
0ca21888
authored
Jun 14, 2018
by
yoogx
Browse files
* Remove deactivated code
For openaadl/ocarina#160
parent
964a1a8e
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
src/backends/air_conf/ocarina-backends-air_conf-mapping.adb
View file @
0ca21888
This diff is collapsed.
Click to expand it.
src/backends/air_conf/ocarina-backends-air_conf-mapping.ads
View file @
0ca21888
...
...
@@ -29,36 +29,9 @@
-- --
------------------------------------------------------------------------------
with
Ocarina
.
Backends
.
Properties
;
use
Ocarina
.
Backends
.
Properties
;
package
Ocarina
.
Backends
.
AIR_Conf
.
Mapping
is
function
Map_Distributed_Application
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_HI_Node
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_HI_Unit
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_Port
(
F
:
Node_Id
)
return
Node_Id
;
function
Map_Data
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_Data_Access
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_Bus_Access
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_System
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_Process
(
E
:
Node_Id
;
Partition_Identifier
:
Unsigned_Long_Long
)
return
Node_Id
;
function
Map_Data_Size
(
T
:
Size_Type
)
return
Unsigned_Long_Long
;
function
Map_Virtual_Processor
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_Processor
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_Bus
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_Port_Connection
(
E
:
Node_Id
)
return
Node_Id
;
function
Map_Process_Memory
(
Process
:
Node_Id
)
return
Node_Id
;
function
Map_System_Description
(
System
:
Node_Id
)
return
Node_Id
;
function
Map_Connection
(
Connection
:
Node_Id
;
Channel_Identifier
:
Unsigned_Long_Long
)
return
Node_Id
;
function
Map_Process_HM_Table
(
Process
:
Node_Id
)
return
Node_Id
;
function
Map_Processor_HM_Table
(
Processor
:
Node_Id
)
return
Node_Id
;
function
Map_System_HM_Table
(
System
:
Node_Id
)
return
Node_Id
;
end
Ocarina
.
Backends
.
AIR_Conf
.
Mapping
;
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