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
kazoo
Commits
2633de20
Commit
2633de20
authored
Feb 26, 2018
by
Maxime Perrotin
Browse files
Align template documentations
parent
4deccbb0
Changes
4
Hide whitespace changes
Inline
Side-by-side
templates/skeletons/ada/interface-signature.tmplt
View file @
2633de20
@@-- The following tags are available in this template:
@@--
@@-- @_Name_@ : The name of the interface
@@-- @_Kind_@ : The RCM Kind
@@-- @_Parent_Function_@ : The name of the function
@@-- @_Parameters_@ : The template-generated parameters DEPRECATED
@@-- @_Param_Names_@ : List of parameter names
@@-- @_Param_Types_@ : |_ Corresponding parameter types
@@-- @_Param_Directions_@ : |_ Corresponding direction
@@IF@@ @_EXIST:Parameters_@
@_CAPITALIZE:Name_@ (@_REPLACE_ALL((\n)/):Parameters_@)
@@ELSE@@
...
...
templates/skeletons/c/interface-signature.tmplt
View file @
2633de20
@@-- The following tags are available in this template:
@@--
@@-- @_Name_@ : The name of the interface
@@-- @_Kind_@ : The RCM Kind
@@-- @_Parent_Function_@ : The name of the function
@@-- @_Parameters_@ : The template-generated parameters DEPRECATED
@@-- @_Param_Names_@ : List of parameter names
@@-- @_Param_Types_@ : |_ Corresponding parameter types
@@-- @_Param_Directions_@ : |_ Corresponding direction
@_LOWER:Name_@(@_STRIP:Parameters_@)
templates/skeletons/sdl/interface-body-parameter.tmplt
View file @
2633de20
@@IF@@ @_Direction_@ = "PARAM_IN"
const asn1Scc@_REPLACE_ALL((-)/_):Type_@ *IN_@_LOWER:Name_@
@@ELSE@@
asn1Scc@_REPLACE_ALL((-)/_):Type_@ *OUT_@_LOWER:Name_@
@@END_IF@@
@@-- The following tags are available in this template:
@@--
@@-- @_Name_@ : The name of the parameter
@@-- @_Type_@ : The type of the parameter
@@-- @_Direction_@ : PARAM_IN or PARAM_OUT
@@-- @_Interface_Kind_@ : The RCM Kind of the interface
templates/skeletons/sdl/interface-header-parameter.tmplt
View file @
2633de20
...
...
@@ -4,12 +4,3 @@
@@-- @_Type_@ : The type of the parameter
@@-- @_Direction_@ : PARAM_IN or PARAM_OUT
@@-- @_Interface_Kind_@ : The RCM Kind of the interface
@@IF@@ @_LOWER:Interface_Kind_@ = "cyclic_operation" or @_LOWER:Interface_Kind_@ = "sporadic_operation"
@_REPLACE_ALL((-)/_):Type_@
@@ELSE@@
@@IF@@ @_Direction_@ = "PARAM_IN"
in @_CAPITALIZE:Name_@ @_REPLACE_ALL((-)/_):CAPITALIZE:Type_@
@@ELSE@@
in/out @_CAPITALIZE:Name_@ @_REPLACE_ALL((-)/_):CAPITALIZE:Type_@
@@END_IF@@
@@END_IF@@
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