Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
13ce60a4
Commit
13ce60a4
authored
Oct 04, 2013
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Follow-up to previous commit
parent
7dcb5cff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/backends/ocarina-backends-build_utils.ads
src/backends/ocarina-backends-build_utils.ads
+2
-1
src/backends/ocarina-backends-properties.ads
src/backends/ocarina-backends-properties.ads
+1
-0
No files found.
src/backends/ocarina-backends-build_utils.ads
View file @
13ce60a4
...
...
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
2
ESA & ISAE. --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
3
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 --
...
...
@@ -71,6 +71,7 @@ package Ocarina.Backends.Build_Utils is
(
Appli_Name
:
Name_Id
;
Node_Name
:
Name_Id
;
Execution_Platform
:
Supported_Execution_Platform
:=
Platform_None
;
Execution_Platform_Name
:
Name_Id
;
Transport_API
:
Supported_Transport_APIs
;
Ada_Sources
:
Name_Tables
.
Instance
;
Asn_Sources
:
Name_Tables
.
Instance
;
...
...
src/backends/ocarina-backends-properties.ads
View file @
13ce60a4
...
...
@@ -609,6 +609,7 @@ package Ocarina.Backends.Properties is
function
Get_Execution_Platform
(
P
:
Node_Id
)
return
Supported_Execution_Platform
;
function
Get_Execution_Platform
(
P
:
Node_Id
)
return
Name_Id
;
-- Return the execution platform of the given processor P
function
Get_Location
(
P
:
Node_Id
)
return
Name_Id
;
...
...
Write
Preview
Markdown
is supported
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