blob: a17d5a8bd95f0035be08aee6e92be04c8c06661b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd" >
<FBType Name="RT_E_REND" Comment="Rendezvous of two events" >
<Identification Description="Copyright (c) 2008 ACIN&#13;&#10; &#13;&#10;This program and the accompanying materials are made&#13;&#10;available under the terms of the Eclipse Public License 2.0&#13;&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#13;&#10;&#13;&#10;SPDX-License-Identifier: EPL-2.0"/>
<VersionInfo Author="Alois Zoitl" Date="2008-07-10" Organization="ACIN" Version="1.0"/>
<InterfaceList>
<EventInputs>
<Event Name="INIT" >
<With Var="QI" />
<With Var="Tmin" />
<With Var="Deadline" />
<With Var="WCET" />
</Event>
<Event Name="EI1" Comment="First Event Input" >
</Event>
<Event Name="EI2" Comment="Second Event Input" >
</Event>
<Event Name="R" Comment="Reset Event" >
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" >
<With Var="QO" />
</Event>
<Event Name="EO" Comment="Rendezvous Output Event" >
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" />
<VarDeclaration Name="Tmin" Type="TIME" />
<VarDeclaration Name="Deadline" Type="TIME" />
<VarDeclaration Name="WCET" Type="TIME" />
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" />
</OutputVars>
</InterfaceList>
</FBType>