Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readd eventinput and eventoutput comments
Browse files Browse the repository at this point in the history
Moritz Ortmeier committed Jul 21, 2024
1 parent e94bea1 commit f144f35
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -8,13 +8,12 @@
</CompilerInfo>
<InterfaceList>
<EventInputs>
<Event Name="REQ" Type="Event" Comment="">
<Event Name="REQ" Type="Event" Comment="Normal Execution Request">
<With Var="IN"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Name="CNF" Type="Event" Comment="">
<With Var=""/>
<Event Name="CNF" Type="Event" Comment="Execution Confirmation">
<With Var="OUT_00"/>
<With Var="OUT_01"/>
<With Var="OUT_02"/>
Original file line number Diff line number Diff line change
@@ -8,13 +8,12 @@
</CompilerInfo>
<InterfaceList>
<EventInputs>
<Event Name="REQ" Type="Event" Comment="">
<Event Name="REQ" Type="Event" Comment="Normal Execution Request">
<With Var="IN"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Name="CNF" Type="Event" Comment="">
<With Var=""/>
<Event Name="CNF" Type="Event" Comment="Execution Confirmation">
<With Var="OUT_00"/>
<With Var="OUT_01"/>
<With Var="OUT_02"/>

0 comments on commit f144f35

Please sign in to comment.