blob: c6734579c5bd9d4db9073b3f16394fcb28ce4ecd [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE AdapterType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd">
<AdapterType Comment="Adapter Interface" Name="BoolAdapter">
<Identification Description="Copyright (c) 2019 Jan Holzweber&#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;SPDX-License-Identifier: EPL-2.0" Standard="61499-1"/>
<VersionInfo Author="Jan Holzweber" Date="2019-07-18" Version="1.0"/>
<InterfaceList>
<EventOutputs>
<Event Comment="" Name="EO" Type="Event">
<With Var="BO"/>
</Event>
</EventOutputs>
<OutputVars>
<VarDeclaration Comment="" Name="BO" Type="BOOL"/>
</OutputVars>
</InterfaceList>
<Service Comment="Adapter Interface" LeftInterface="SOCKET" RightInterface="PLUG">
<ServiceSequence Comment="" Name="request_confirm">
<ServiceTransaction>
<InputPrimitive Event="REQ" Interface="SOCKET" Parameters="REQD"/>
<OutputPrimitive Event="REQ" Interface="PLUG" Parameters="REQD"/>
</ServiceTransaction>
<ServiceTransaction>
<InputPrimitive Event="CNF" Interface="PLUG" Parameters="CNFD"/>
<OutputPrimitive Event="CNF" Interface="SOCKET" Parameters="CNFD"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Comment="" Name="indication_response">
<ServiceTransaction>
<InputPrimitive Event="IND" Interface="PLUG" Parameters="INDD"/>
<OutputPrimitive Event="IND" Interface="SOCKET" Parameters="INDD"/>
</ServiceTransaction>
<ServiceTransaction>
<InputPrimitive Event="RSP" Interface="SOCKET" Parameters="RSPD"/>
<OutputPrimitive Event="RSP" Interface="PLUG" Parameters="RSPD"/>
</ServiceTransaction>
</ServiceSequence>
</Service>
</AdapterType>