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
8251f2fc
Commit
8251f2fc
authored
Jul 10, 2018
by
yoogx
Browse files
* Remove deactivated code
parent
b57d0d6f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/backends/vxwork653_conf/ocarina-backends-vxworks653_conf-mapping.adb
View file @
8251f2fc
This diff is collapsed.
Click to expand it.
src/backends/vxwork653_conf/ocarina-backends-vxworks653_conf-mapping.ads
View file @
8251f2fc
...
...
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--
Copyright (C) 2015 ESA & ISAE.
--
-- Copyright (C) 2015
-2018
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -29,23 +29,10 @@
-- --
------------------------------------------------------------------------------
with
Ocarina
.
Backends
.
Properties
;
use
Ocarina
.
Backends
.
Properties
;
package
Ocarina
.
Backends
.
Vxworks653_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_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_Partition
(
Process
:
Node_Id
;
Runtime
:
Node_Id
;
...
...
@@ -57,25 +44,6 @@ package Ocarina.Backends.Vxworks653_Conf.Mapping is
Nb_Blackboards
:
Unsigned_Long_Long
;
Blackboards_Size
:
Unsigned_Long_Long
;
Buffers_Size
:
Unsigned_Long_Long
)
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
;
procedure
Map_Process_Scheduling
(
Process
:
Node_Id
;
Window_Number
:
in
out
Unsigned_Long_Long
;
N
:
out
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_Sampling_Port
(
Port
:
Node_Id
)
return
Node_Id
;
function
Map_Queuing_Port
(
Port
:
Node_Id
)
return
Node_Id
;
function
Map_Partition_Name
(
Runtime
:
Node_Id
;
...
...
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