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
989a5c42
Commit
989a5c42
authored
Apr 08, 2015
by
Julien
Browse files
Update DEOS mapping rules
parent
1e63a777
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-c_common-mapping.adb
View file @
989a5c42
...
...
@@ -3037,15 +3037,7 @@ package body Ocarina.Backends.C_Common.Mapping is
if
Get_Connection_Pattern
(
E
)
=
Inter_Process
and
then
POK_Flavor
=
DEOS
then
if
Is_In
(
E
)
then
Get_Name_String
(
Display_Name
(
Identifier
(
E
)));
else
Get_Name_String
(
Display_Name
(
Identifier
(
Item
(
AIN
.
First_Node
(
Destinations
(
E
))))));
end
if
;
Get_Name_String
(
Display_Name
(
Identifier
(
E
)));
N
:=
Name_Find
;
else
N
:=
Map_Port
(
E
,
Containing_Component
);
...
...
src/backends/ocarina-backends-deos_conf-mapping.adb
View file @
989a5c42
...
...
@@ -36,8 +36,6 @@ package body Ocarina.Backends.Deos_Conf.Mapping is
package
XTN
renames
Ocarina
.
Backends
.
XML_Tree
.
Nodes
;
package
XTU
renames
Ocarina
.
Backends
.
XML_Tree
.
Nutils
;
function
Map_Port_Name
(
E
:
Node_Id
)
return
Name_Id
;
procedure
Map_Scheduler
(
E
:
Node_Id
;
N
:
Node_Id
)
is
Scheduler
:
Supported_POK_Scheduler
;
R
:
Node_Id
;
...
...
src/backends/ocarina-backends-deos_conf-mapping.ads
View file @
989a5c42
...
...
@@ -47,4 +47,6 @@ package Ocarina.Backends.Deos_Conf.Mapping is
function
Map_Queuing_Port
(
Port
:
Node_Id
)
return
Node_Id
;
function
Map_Port_Name
(
E
:
Node_Id
)
return
Name_Id
;
end
Ocarina
.
Backends
.
Deos_Conf
.
Mapping
;
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