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
41b7fec2
Commit
41b7fec2
authored
Nov 11, 2020
by
Maxime Perrotin
Browse files
Clean up templates
parent
46f2a8f6
Changes
37
Hide whitespace changes
Inline
Side-by-side
templates/concurrency_view/aadl_2_threads/trigger.tmplt
View file @
41b7fec2
@@-- The following boolean tags are available to decide if the file
@@-- shall be generated or not:
@@-- Filename_Is_Present
@@-- Skeletons
@@-- Glue
@@-- POHIC
@@-- Debug
@@-- No_Stdlib
@@IF@@ @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/aadl_3_main/trigger.tmplt
View file @
41b7fec2
@@IF@@ @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/aadl_4_makefile/trigger.tmplt
View file @
41b7fec2
@@-- The following boolean tags are available to decide if the file
@@-- shall be generated or not:
@@-- Filename_Is_Present
@@-- Skeletons
@@-- Glue
@@-- Use_POHIC
@@-- Debug
@@-- No_Stdlib
TRUE
templates/concurrency_view/ada_pohi_gpr/trigger.tmplt
View file @
41b7fec2
@@-- The following boolean tags are available to decide if the file
@@-- shall be generated or not:
@@-- Filename_Is_Present
@@-- Skeletons
@@-- Glue
@@-- Use_POHIC
@@-- Debug
@@-- No_Stdlib
@@IF@@ not @_Use_POHIC_@ and @_CPU_Platform_@ /= PLATFORM_MSP430_FREERTOS
@@IF@@ not @_Use_POHIC_@ and @_CPU_Platform_@ /= PLATFORM_MSP430_FREERTOS and @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/ada_wrappers_body/trigger.tmplt
View file @
41b7fec2
...
...
@@ -6,6 +6,6 @@
@@-- Use_POHIC
@@-- Debug_Flag
@@-- No_Stdlib
@@IF@@ not @_Use_POHIC_@ and @_CPU_Platform_@ /= PLATFORM_MSP430_FREERTOS
@@IF@@ not @_Use_POHIC_@ and @_CPU_Platform_@ /= PLATFORM_MSP430_FREERTOS
and @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/ada_wrappers_source/trigger.tmplt
View file @
41b7fec2
@@-- The following boolean tags are available to decide if the file
@@-- shall be generated or not:
@@-- Filename_Is_Present
@@-- Skeletons
@@-- Glue
@@-- Use_POHIC
@@-- Debug_Flag
@@-- No_Stdlib
@@IF@@ not @_Use_POHIC_@ and @_CPU_Platform_@ /= PLATFORM_MSP430_FREERTOS
@@IF@@ not @_Use_POHIC_@ and @_CPU_Platform_@ /= PLATFORM_MSP430_FREERTOS and @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/air_cgpr/trigger.tmplt
View file @
41b7fec2
...
...
@@ -6,6 +6,6 @@
@@-- Use_POHIC
@@-- Debug
@@-- No_Stdlib
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_AIR
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_AIR
and @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/air_gpr/trigger.tmplt
View file @
41b7fec2
...
...
@@ -6,6 +6,6 @@
@@-- Use_POHIC
@@-- Debug
@@-- No_Stdlib
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_AIR
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_AIR
and @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/air_makefile/trigger.tmplt
View file @
41b7fec2
...
...
@@ -6,6 +6,6 @@
@@-- Use_POHIC
@@-- Debug
@@-- No_Stdlib
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_AIR
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_AIR
and @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/air_port_polling/trigger.tmplt
View file @
41b7fec2
...
...
@@ -6,6 +6,6 @@
@@-- Use_POHIC
@@-- Debug
@@-- No_Stdlib
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_AIR
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_AIR
and @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/c_pohi_gpr/filenode.tmplt
View file @
41b7fec2
@@-- The following tags are available in this template:
@@--
@@-- @_Node_Name_@ : Name of the node as defined in the Deployment View
@@-- The content of this file is generated from node.tmplt
@@-- If there is no string defined here, no file will be generated per node,
@@-- (that's an option if the intent is to generate only one file per system)
Makefile.@_LOWER:Node_Name_@
templates/concurrency_view/c_pohi_gpr/node.tmplt
View file @
41b7fec2
@@-- The following tags are available in this template:
@@--
@@-- @_Node_Name_@ : Name of the node from deployment view
@@-- @_Partition_Names_@ : Tag listing the partitions in this node
@@-- @_Partitions_@ : List of rendered code for partitions
@@-- @_CPU_Name_@, _Platform_@, _Classifier_@, _Ada_Runtime_@ : Info about CPU
@@-- In standard TASTE systems there is only one partition per node
# @_Node_Name_@ @_CPU_Name_@ @_Ada_Runtime_@ @_CPU_Platform_@ @_CPU_Classifier_@
@@IF@@ @_CPU_Platform_@ = PLATFORM_NATIVE
all: debug_native
...
...
templates/concurrency_view/c_pohi_gpr/trigger.tmplt
View file @
41b7fec2
...
...
@@ -6,6 +6,6 @@
@@-- Use_POHIC
@@-- Debug
@@-- No_Stdlib
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ /= PLATFORM_MSP430_FREERTOS
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ /= PLATFORM_MSP430_FREERTOS
and @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/c_pohi_rtems_with_ada_cgpr/trigger.tmplt
View file @
41b7fec2
...
...
@@ -6,6 +6,6 @@
@@-- Use_POHIC
@@-- Debug
@@-- No_Stdlib
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_LEON_RTEMS_POSIX
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_LEON_RTEMS_POSIX
and @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/c_pohi_rtems_with_ada_gpr/trigger.tmplt
View file @
41b7fec2
...
...
@@ -6,6 +6,6 @@
@@-- Use_POHIC
@@-- Debug
@@-- No_Stdlib
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_LEON_RTEMS_POSIX
@@IF@@ @_Use_POHIC_@ and @_CPU_Platform_@ = PLATFORM_LEON_RTEMS_POSIX
and @_Target_@ /= SIMU
TRUE
@@END_IF@@
templates/concurrency_view/pohic_makefile_workaround/block.tmplt
View file @
41b7fec2
@@-- The following tags are available in this template:
@@--
@@-- @_Name_@ : Protected block name
@@-- @_Language_@ : Implementation language
@@-- @_Calling_Threads_@ : List of calling threads
@@-- @_Node name_@ : Node name
@@-- @_Protected_PIs_@ : Protected Provided interfaces (from pi.tmplt)
@@-- @_Unprotected_PIs_@ : Unprotected Provided interfaces (from pi.tmplt)
@@-- @_Required_@ : Required interfaces (from ri.tmplt)
templates/concurrency_view/pohic_makefile_workaround/fileblock.tmplt
View file @
41b7fec2
@@-- Specify the file name for a protected block
@@-- @_Block_Name_@ is available.
@@-- Don't specify anything if you don't want the file to be created
templates/concurrency_view/pohic_makefile_workaround/filenode.tmplt
View file @
41b7fec2
@@-- The following tags are available in this template:
@@--
@@-- @_Node_Name_@ : Name of the node as defined in the Deployment View
@@-- The content of this file is generated from node.tmplt
@@-- If there is no string defined here, no file will be generated per node,
@@-- (that's an option if the intent is to generate only one file per system)
templates/concurrency_view/pohic_makefile_workaround/filesys.tmplt
View file @
41b7fec2
@@-- Specify the file name for the complete system (including nodes)
@@-- (no template tag)
templates/concurrency_view/pohic_makefile_workaround/filethread.tmplt
View file @
41b7fec2
@@-- Specify the file name for a thread
@@-- @_Thread_Name_@ is available.
@@-- Don't specify anything if you don't want the file to be created
Prev
1
2
Next
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