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
c3d74ca4
Commit
c3d74ca4
authored
Mar 28, 2015
by
Julien
Browse files
Sampling and Queuing ports now work for
Vxworks653
parent
b05e4892
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-pok_c-runtime.adb
View file @
c3d74ca4
...
...
@@ -182,6 +182,18 @@ 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_Queuing_Port_Id_Type
)
:=
RH_ApexQueuing
;
RE_Header_Table
(
RE_Create_Queuing_Port
)
:=
RH_ApexQueuing
;
RE_Header_Table
(
RE_Send_Queuing_Message
)
:=
RH_ApexQueuing
;
RE_Header_Table
(
RE_Receive_Queuing_Message
)
:=
RH_ApexQueuing
;
RE_Header_Table
(
RE_Get_Queuing_Port_Id
)
:=
RH_ApexQueuing
;
RE_Header_Table
(
RE_Sampling_Port_Id_Type
)
:=
RH_ApexSampling
;
RE_Header_Table
(
RE_Create_Sampling_Port
)
:=
RH_ApexSampling
;
RE_Header_Table
(
RE_Write_Sampling_Message
)
:=
RH_ApexSampling
;
RE_Header_Table
(
RE_Read_Sampling_Message
)
:=
RH_ApexSampling
;
RE_Header_Table
(
RE_Get_Sampling_Port_Id
)
:=
RH_ApexSampling
;
RE_Header_Table
(
RE_Create_Buffer
)
:=
RH_ApexBuffer
;
RE_Header_Table
(
RE_Send_Buffer
)
:=
RH_ApexBuffer
;
RE_Header_Table
(
RE_Receive_Buffer
)
:=
RH_ApexBuffer
;
...
...
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