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
d7c16702
Commit
d7c16702
authored
Jun 19, 2018
by
yoogx
Browse files
* Add process in naming table iff the process is actually
connected to the current node For openaadl/ocarina#165
parent
7c05d144
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/po_hi_ada/ocarina-backends-po_hi_ada-naming.adb
View file @
d7c16702
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2006-2009 Telecom ParisTech, 2010-201
7
ESA & ISAE. --
-- Copyright (C) 2006-2009 Telecom ParisTech, 2010-201
8
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- --
...
...
@@ -397,6 +397,7 @@ package body Ocarina.Backends.PO_HI_Ada.Naming is
elsif
Transport_API
=
Transport_User
and
then
AAU
.
Is_Device
(
Corresponding_Instance
(
S
))
and
then
Is_Connected
(
Bus
,
S
)
and
then
Is_Added
(
Corresponding_Instance
(
S
),
Bus
,
E
)
then
N
:=
Naming_Information
(
Corresponding_Instance
(
S
));
Append_Node_To_List
(
N
,
Naming_Table_List
);
...
...
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