Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
55ac29a8
Commit
55ac29a8
authored
May 23, 2021
by
Maxime Perrotin
Browse files
Dump interface coordinates properly
parent
a54559ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/dump/interface_view_xml/interface.tmplt
View file @
55ac29a8
...
...
@@ -10,6 +10,7 @@
@@-- @_Param_Encodings_@ : |_ Corresponding ASN.1 encoding
@@-- @_Period_@, @_WCET_@, @_Queue_Size_@ : Properties of the interface
@@-- @_IF_Property_Names_@, _Values_@ : User-defined properties (vector tag)
@@-- @_Coord.X_@ @_Coord.Y_@ : Graphical coordinates
@@IF@@ @_Direction_@ = "PI"
<Provided_Interface name="@_Name_@" kind="@_Kind_@" period="@_Period_@" wcet="@_WCET_@" queue_size="@_Queue_Size_@">
@@ELSE@@
...
...
@@ -23,7 +24,11 @@
@@END_IF@@
@@END_TABLE@@
@@TABLE@@
@@IF@@ @_IF_Property_Names_@ = Taste::coordinates
<Property name="@_WEB_ENCODE:IF_Property_Names_@" value="@_MULT(40):Coord.X_@ @_MULT(40):Coord.Y_@"/>
@@ELSE@@
<Property name="@_WEB_ENCODE:IF_Property_Names_@" value="@_WEB_ENCODE:IF_Property_Values_@"/>
@@END_IF@@
@@END_TABLE@@
@@IF@@ @_Direction_@ = "PI"
</Provided_Interface>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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