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
94dcfbbb
Commit
94dcfbbb
authored
Mar 27, 2021
by
Maxime Perrotin
Browse files
Update documentation
parent
bc9d63c8
Changes
5
Hide whitespace changes
Inline
Side-by-side
doc/preprocess/templates_from_wiki
View file @
94dcfbbb
...
...
@@ -18,6 +18,9 @@ This template is evaluated only once. The output is saved to the Makefile within
|Has_Context_Param
|↳ and flag to indicate if function has context parameters
|-
|Instance_Of
|↳ and the instance name or empty string
|-
|CP_Files
|List of all context parameters ASN.1 files
|-
...
...
@@ -118,7 +121,7 @@ This template is evaluated for every function which has context parameters. The
|DOCUMENTATION MISSING
|-
|Instance_Of
|
DOCUMENTATION MISSING
|
Name of instance or empty string
|}
=== templates/skeletons/sub/trigger.tmplt ===
This template is evaluated to trigger processing of other files from given directory.
...
...
@@ -1148,7 +1151,7 @@ This template is evaluated for every block.
|True if function is a function type
|-
|Instance_Of
|
DOCUMENTATION MISSING
|
Name of instance or empty string
|-
|Debug_Flag
|if -g is set in the command line
...
...
@@ -1669,4 +1672,4 @@ filesys.tmplt.
|-
|Block_Languages
|DOCUMENTATION MISSING
|}
|}
\ No newline at end of file
doc/templates/templates_concurrency_view_sub_block.ascii
View file @
94dcfbbb
...
...
@@ -126,7 +126,7 @@ This template is evaluated for every block.
| Is_Type | True if function is a function |
| | type |
+-----------------------------------+-----------------------------------+
| Instance_Of |
DOCUMENTATION MISSING
|
| Instance_Of |
Name of instance or empty string
|
+-----------------------------------+-----------------------------------+
| Debug_Flag | if -g is set in the command line |
+-----------------------------------+-----------------------------------+
...
...
doc/templates/templates_from_wiki
View file @
94dcfbbb
...
...
@@ -18,6 +18,12 @@ This template is evaluated only once. The output is saved to the Makefile within
|Has_Context_Param
|↳ and flag to indicate if function has context parameters
|-
|Instance_Of
|↳ and the instance name or empty string
|-
|Is_Shared_Type
|↳ true if component is an instance of a function stored in the shared types folder
|-
|CP_Files
|List of all context parameters ASN.1 files
|-
...
...
@@ -118,7 +124,7 @@ This template is evaluated for every function which has context parameters. The
|DOCUMENTATION MISSING
|-
|Instance_Of
|
DOCUMENTATION MISSING
|
Name of instance or empty string
|}
=== templates/skeletons/sub/trigger.tmplt ===
This template is evaluated to trigger processing of other files from given directory.
...
...
@@ -1148,7 +1154,7 @@ This template is evaluated for every block.
|True if function is a function type
|-
|Instance_Of
|
DOCUMENTATION MISSING
|
Name of instance or empty string
|-
|Debug_Flag
|if -g is set in the command line
...
...
@@ -1669,4 +1675,4 @@ filesys.tmplt.
|-
|Block_Languages
|DOCUMENTATION MISSING
|}
\ No newline at end of file
|}
doc/templates/templates_skeletons_context_parameters.ascii
View file @
94dcfbbb
...
...
@@ -23,5 +23,5 @@ parameters. The output is saved to the file Context-.asn
+----------------+-----------------------------------------------------+
| Is_Type | DOCUMENTATION MISSING |
+----------------+-----------------------------------------------------+
| Instance_Of |
DOCUMENTATION MISSING
|
| Instance_Of |
Name of instance or empty string
|
+----------------+-----------------------------------------------------+
doc/templates/templates_skeletons_makefile.ascii
View file @
94dcfbbb
...
...
@@ -19,6 +19,9 @@ Makefile within output directory.
| Has_Context_Param | ↳ and flag to indicate if |
| | function has context parameters |
+-----------------------------------+-----------------------------------+
| Instance_Of | ↳ and the instance name or empty |
| | string |
+-----------------------------------+-----------------------------------+
| CP_Files | List of all context parameters |
| | ASN.1 files |
+-----------------------------------+-----------------------------------+
...
...
@@ -68,3 +71,5 @@ Makefile within output directory.
+-----------------------------------+-----------------------------------+
| Is_FPGA | DOCUMENTATION MISSING |
+-----------------------------------+-----------------------------------+
| Is_Shared_Type | DOCUMENTATION MISSING |
+-----------------------------------+-----------------------------------+
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