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
kazoo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
kazoo
Commits
b5d56ff1
Commit
b5d56ff1
authored
Sep 11, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackboxes: use the same case convention as vm_if
parent
c9b8a0b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
templates-parser
templates-parser
+1
-1
templates/skeletons/blackbox-c-body/interface.tmplt
templates/skeletons/blackbox-c-body/interface.tmplt
+2
-2
templates/skeletons/blackbox-c-header/interface.tmplt
templates/skeletons/blackbox-c-header/interface.tmplt
+2
-2
No files found.
templates-parser
@
0655d367
Compare
844cfcc6
...
0655d367
Subproject commit
844cfcc630139c0c9c3c2c41f549946a26ee06c0
Subproject commit
0655d36712e079dcf975afb4a1075353cbfdad14
templates/skeletons/blackbox-c-body/interface.tmplt
View file @
b5d56ff1
...
...
@@ -9,7 +9,7 @@
@@-- @_Param_Directions_@ : |_ Corresponding direction
@@-- @_Param_Encodings_@ : |_ Corresponding encoding (Default, Native, UPER, ACN)
@@IF@@ @_EXIST:Param_Names_@
void @_Parent_Function_@_@_Name_@
void @_
LOWER:
Parent_Function_@_@_Name_@
@@INLINE( \()(,\n )(\)\n)@@
@@TABLE@@
@@IF@@ @_Param_Directions_@ = "PARAM_IN"
...
...
@@ -20,7 +20,7 @@ void @_Parent_Function_@_@_Name_@
@@END_TABLE@@
@@END_INLINE@@
@@ELSE@@
void @_Parent_Function_@_@_Name_@(void)
void @_
LOWER:
Parent_Function_@_@_Name_@(void)
@@END_IF@@
{
// Write your code here
...
...
templates/skeletons/blackbox-c-header/interface.tmplt
View file @
b5d56ff1
...
...
@@ -11,9 +11,9 @@
@@-- @_Param_Encodings_@ : |_ Corresponding encoding (Default, Native, UPER, ACN)
@@IF@@ @_Direction_@ = "PI"
@@IF@@ @_Param_Names'Length_@ = 0
void @_Parent_Function_@_@_Name_@(void);
void @_
LOWER:
Parent_Function_@_@_Name_@(void);
@@ELSE@@
void @_Parent_Function_@_@_Name_@
void @_
LOWER:
Parent_Function_@_@_Name_@
@@END_IF@@
@@ELSE@@
@@IF@@ @_Param_Names'Length_@ = 0
...
...
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