blob: f9fcd9692873b637e570e703b41cc72a18a1f49e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd">
<FBType Comment="Deletes an event or data connection between two FB instances" Name="ST_DEL_CONN">
<Identification Classification="Reconfiguration" Function="Deletes Connection" Standard="61499-1" Type="Structural Service"
Description="Copyright (c) 2012 Profactor GmbH&#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="Gerhard Ebenhofer" Date="2012-05-31" Organization="Profactor GmbH" Version="1.0"/>
<CompilerInfo>
<Compiler Language="Cpp" Product="GCC" Vendor="GNU" Version="&gt;3.0"/>
</CompilerInfo>
<InterfaceList>
<EventInputs>
<Event Comment="Event to require deletion of a connection" Name="REQ" Type="Event">
<With Var="SRC_FB"/>
<With Var="SRC_FB_OUT"/>
<With Var="DST_FB"/>
<With Var="DST_FB_IN"/>
<With Var="DST"/>
<With Var="QI"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Comment="Event to confirm that the connection has been deleted" Name="CNF" Type="Event">
<With Var="STATUS"/>
<With Var="QO"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Comment="Event Input Qualifier" Name="QI" Type="BOOL"/>
<VarDeclaration Comment="Reference to Source FB instance" Name="SRC_FB" Type="WSTRING"/>
<VarDeclaration Comment="Reference to Source FB instance Event/Data-Output" Name="SRC_FB_OUT" Type="WSTRING"/>
<VarDeclaration Comment="Reference to Destination FB instance" Name="DST_FB" Type="WSTRING"/>
<VarDeclaration Comment="Reference to Destination FB instance Event/Data-Input" Name="DST_FB_IN" Type="WSTRING"/>
<VarDeclaration Comment="Destination where the connection has to be deleted (Syntax: ResourceName)" Name="DST" Type="WSTRING"/>
</InputVars>
<OutputVars>
<VarDeclaration Comment="Event Output Qualifier" Name="QO" Type="BOOL"/>
<VarDeclaration Comment="Service Status: RDY, NO_SUCH_OBJECT" Name="STATUS" Type="WSTRING"/>
</OutputVars>
</InterfaceList>
<Service Comment="Deletes an event or data connection between two FB instances" LeftInterface="APPLICATION" RightInterface="RESOURCE">
<ServiceSequence Name="normal_establishment">
<ServiceTransaction>
<InputPrimitive Event="INIT+" Interface="APPLICATION"/>
<OutputPrimitive Event="INITO+" Interface="APPLICATION"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="unsuccessful_establishment">
<ServiceTransaction>
<InputPrimitive Event="INIT+" Interface="APPLICATION"/>
<OutputPrimitive Event="INITO-" Interface="APPLICATION"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="request_confirm">
<ServiceTransaction>
<InputPrimitive Event="REQ+" Interface="APPLICATION"/>
<OutputPrimitive Event="CNF+" Interface="APPLICATION"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="request_inhibited">
<ServiceTransaction>
<InputPrimitive Event="REQ-" Interface="APPLICATION"/>
<OutputPrimitive Event="CNF-" Interface="APPLICATION"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="request_error">
<ServiceTransaction>
<InputPrimitive Event="REQ+" Interface="APPLICATION"/>
<OutputPrimitive Event="CNF-" Interface="APPLICATION"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="application_initiated_termination">
<ServiceTransaction>
<InputPrimitive Event="INIT-" Interface="APPLICATION"/>
<OutputPrimitive Event="INITO-" Interface="APPLICATION"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="resource_initiated_termination">
<ServiceTransaction>
<OutputPrimitive Event="INITO-" Interface="APPLICATION"/>
</ServiceTransaction>
</ServiceSequence>
</Service>
</FBType>