blob: 6bd3fe9d49b3badd0cac3d01c3ca34c31de3cf48 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd">
<FBType Comment="Service Interface Function Block Type" Name="CSV_WRITER_4">
<Identification Description="Copyright (c) 2012 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="2012-06-16" Organization="ACIN" Version="1.0"/>
<InterfaceList>
<EventInputs>
<Event Comment="Service Initialization" Name="INIT" Type="Event">
<With Var="QI"/>
<With Var="FILE_NAME"/>
</Event>
<Event Comment="Service Request" Name="REQ" Type="Event">
<With Var="QI"/>
<With Var="SD_1"/>
<With Var="SD_2"/>
<With Var="SD_3"/>
<With Var="SD_4"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Comment="Initialization Confirm" Name="INITO" Type="Event">
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
<Event Comment="Confirmation of Requested Service" Name="CNF" Type="Event">
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Comment="Event Input Qualifier" Name="QI" Type="BOOL"/>
<VarDeclaration Comment="Service Parameters" Name="FILE_NAME" Type="STRING"/>
<VarDeclaration Comment="Output data to resource" Name="SD_1" Type="ANY"/>
<VarDeclaration Name="SD_2" Type="ANY"/>
<VarDeclaration Name="SD_3" Type="ANY"/>
<VarDeclaration Name="SD_4" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Comment="Event Output Qualifier" Name="QO" Type="BOOL"/>
<VarDeclaration Comment="File access status" Name="STATUS" Type="STRING"/>
</OutputVars>
</InterfaceList>
</FBType>