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
0f61b604
Commit
0f61b604
authored
Mar 27, 2015
by
Julien
Browse files
Start to implement buffers
parent
a31a658c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-pok_c-runtime.adb
View file @
0f61b604
...
...
@@ -182,6 +182,11 @@ package body Ocarina.Backends.POK_C.Runtime is
RE_Header_Table
(
RE_Clear_Blackboard
)
:=
RH_ApexBlackboard
;
RE_Header_Table
(
RE_Blackboard_Id_Type
)
:=
RH_ApexBlackboard
;
RE_Header_Table
(
RE_Create_Buffer
)
:=
RH_ApexBlackboard
;
RE_Header_Table
(
RE_Send_Buffer
)
:=
RH_ApexBlackboard
;
RE_Header_Table
(
RE_Receive_Buffer
)
:=
RH_ApexBlackboard
;
RE_Header_Table
(
RE_Buffer_Id_Type
)
:=
RH_ApexBlackboard
;
RE_Header_Table
(
RE_Normal
)
:=
RH_ApexType
;
RE_Header_Table
(
RE_Process_Attribute_Type
)
:=
RH_ApexType
;
RE_Header_Table
(
RE_Fifo
)
:=
RH_ApexType
;
...
...
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