blob: 28310a65c605500a8fc6eaebb814626346c32b29 [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="TestAdapter">
<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="GE" Date="2008-04-22" Organization="4DIAC-Consortium" Version="0.0"/>
<InterfaceList>
<EventInputs>
<Event Comment="Request from Socket" Name="EI" Type="Event">
<With Var="DI"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Comment="Confirmation from Plug" Name="EO" Type="Event">
<With Var="D0"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Comment="Request Data from Socket" Name="DI" Type="INT"/>
</InputVars>
<OutputVars>
<VarDeclaration Comment="Confirmation Data from Plug" Name="D0" Type="INT"/>
</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>