Skip to content

Commit

Permalink
#193 Now trying with a change that is actually valid
Browse files Browse the repository at this point in the history
  • Loading branch information
kkadosa committed Oct 2, 2023
1 parent e630230 commit 5c87120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example-arxml/counting-logic.arxml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<SHORT-NAME>CountingLogic</SHORT-NAME>
<AR-PACKAGES>
<AR-PACKAGE>
<SHORT-NAME>Components (Small Change)</SHORT-NAME>
<SHORT-NAME>Components</SHORT-NAME>
<ELEMENTS>
<COMPOSITION-SW-COMPONENT-TYPE UUID="d90f55ee-ef2d-3464-9a19-f354e196ddc8">
<SHORT-NAME>Application</SHORT-NAME>
Expand All @@ -19,7 +19,7 @@
<TYPE-TREF DEST="APPLICATION-SW-COMPONENT-TYPE">/CountingLogic/Components/Counter</TYPE-TREF>
</SW-COMPONENT-PROTOTYPE>
<SW-COMPONENT-PROTOTYPE UUID="8894a408-6820-3aa4-bae8-eebe34da1469">
<SHORT-NAME>generator</SHORT-NAME>
<SHORT-NAME>generatorWWWW</SHORT-NAME>
<TYPE-TREF DEST="APPLICATION-SW-COMPONENT-TYPE">/CountingLogic/Components/CountAlterer</TYPE-TREF>
</SW-COMPONENT-PROTOTYPE>
</COMPONENTS>
Expand All @@ -31,7 +31,7 @@
<TARGET-P-PORT-REF DEST="P-PORT-PROTOTYPE">/CountingLogic/Components/Counter/control</TARGET-P-PORT-REF>
</PROVIDER-IREF>
<REQUESTER-IREF>
<CONTEXT-COMPONENT-REF DEST="SW-COMPONENT-PROTOTYPE">/CountingLogic/Components/Application/generator</CONTEXT-COMPONENT-REF>
<CONTEXT-COMPONENT-REF DEST="SW-COMPONENT-PROTOTYPE">/CountingLogic/Components/Application/generatorWWWW</CONTEXT-COMPONENT-REF>
<TARGET-R-PORT-REF DEST="R-PORT-PROTOTYPE">/CountingLogic/Components/CountAlterer/alterCount</TARGET-R-PORT-REF>
</REQUESTER-IREF>
</ASSEMBLY-SW-CONNECTOR>
Expand Down

0 comments on commit 5c87120

Please sign in to comment.