Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ocarina
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TASTE
ocarina
Commits
b18ceaef
PL1
Commit
b18ceaef
authored
10 years ago
by
yoogx
Browse files
Options
Downloads
Patches
Plain Diff
* Integrate patch for ticket #16
parent
9f824e6d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/backends/ocarina-backends-pok_c-deployment.adb
+2
-3
2 additions, 3 deletions
src/backends/ocarina-backends-pok_c-deployment.adb
src/backends/ocarina-backends-pok_c-runtime.ads
+2
-2
2 additions, 2 deletions
src/backends/ocarina-backends-pok_c-runtime.ads
with
4 additions
and
5 deletions
src/backends/ocarina-backends-pok_c-deployment.adb
+
2
−
3
View file @
b18ceaef
...
...
@@ -2302,7 +2302,6 @@ package body Ocarina.Backends.POK_C.Deployment is
and
then
Get_Connection_Pattern
(
F
)
=
Intra_Process
then
if
AIN
.
Is_Data
(
F
)
and
then
not
AIN
.
Is_Event
(
F
)
then
if
POK_Flavor
=
ARINC653
then
Type_Used
:=
RE
(
RE_Blackboard_Id_Type
);
else
...
...
@@ -2320,7 +2319,7 @@ package body Ocarina.Backends.POK_C.Deployment is
CTU
.
Make_Variable_Declaration
(
Defining_Identifier
=>
CTU
.
Make_Defining_Identifier
(
Map_Port_Var
(
F
)),
Used_Type
=>
RE
(
RE_Uint8_T
)
);
Used_Type
=>
Type_Used
);
CTU
.
Append_Node_To_List
(
N
,
...
...
@@ -2341,7 +2340,7 @@ package body Ocarina.Backends.POK_C.Deployment is
CTU
.
Make_Variable_Declaration
(
Defining_Identifier
=>
CTU
.
Make_Defining_Identifier
(
Map_Port_Var
(
F
)),
Used_Type
=>
RE
(
RE_Uint8_T
)
);
Used_Type
=>
Type_Used
);
CTU
.
Append_Node_To_List
(
N
,
...
...
This diff is collapsed.
Click to expand it.
src/backends/ocarina-backends-pok_c-runtime.ads
+
2
−
2
View file @
b18ceaef
...
...
@@ -642,9 +642,9 @@ package Ocarina.Backends.POK_C.Runtime is
RE_Sampling_Port_Id_Type
=>
RH_Types
,
RE_Semaphore_Id_Type
=>
RH_Semaphore
,
RE_Validity_Type
=>
RH_Types
,
RE_Buffer_Id_Type
=>
RH_
Types
,
RE_Buffer_Id_Type
=>
RH_
Buffer
,
RE_Event_Id_Type
=>
RH_Event
,
RE_Blackboard_Id_Type
=>
RH_
Types
,
RE_Blackboard_Id_Type
=>
RH_
Blackboard
,
RE_Message_Size_Type
=>
RH_Types
,
RE_Queuing_Port_Id_Type
=>
RH_Queueing
,
RE_Apex_Integer
=>
RH_Types
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment