Skip to content

Commit

Permalink
Update event types to EInit on INIT/INITO in utils folder
Browse files Browse the repository at this point in the history
Update Storage Format to latest IDE
  • Loading branch information
MoritzO02 committed Jan 4, 2025
1 parent 1712e06 commit 5b494ab
Show file tree
Hide file tree
Showing 10 changed files with 169 additions and 169 deletions.
22 changes: 11 additions & 11 deletions data/typelibrary/utils-1.0.0/typelib/CSV_WRITER_1.fbt
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<FBType Name="CSV_WRITER_1" Comment="Service Interface Function Block Type">
<Identification Description="Copyright (c) 2012 ACIN&#10; &#10;This program and the accompanying materials are made&#10;available under the terms of the Eclipse Public License 2.0&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#10;&#10;SPDX-License-Identifier: EPL-2.0" >
<FBType Name="CSV_WRITER_1" Comment="Service Interface Function Block Type" >
<Identification Description="Copyright (c) 2012 ACIN&#10; &#10;This program and the accompanying materials are made&#10;available under the terms of the Eclipse Public License 2.0&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#10;&#10;SPDX-License-Identifier: EPL-2.0 " >
</Identification>
<VersionInfo Organization="ACIN" Version="1.0" Author="Alois Zoitl" Date="2012-06-16">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Service Initialization">
<Event Name="INIT" Type="EInit" Comment="Service Initialization" >
<With Var="QI"/>
<With Var="FILE_NAME"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Service Request">
<Event Name="REQ" Type="Event" Comment="Service Request" >
<With Var="QI"/>
<With Var="SD_1"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" Type="Event" Comment="Initialization Confirm">
<Event Name="INITO" Type="EInit" Comment="Initialization Confirm" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
<Event Name="CNF" Type="Event" Comment="Confirmation of Requested Service">
<Event Name="CNF" Type="Event" Comment="Confirmation of Requested Service" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier"/>
<VarDeclaration Name="FILE_NAME" Type="STRING" Comment="Service Parameters"/>
<VarDeclaration Name="SD_1" Type="ANY" Comment="Output data to resource"/>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier" />
<VarDeclaration Name="FILE_NAME" Type="STRING" Comment="Service Parameters" />
<VarDeclaration Name="SD_1" Type="ANY" Comment="Output data to resource" />
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier"/>
<VarDeclaration Name="STATUS" Type="STRING" Comment="File access status"/>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier" />
<VarDeclaration Name="STATUS" Type="STRING" Comment="File access status" />
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_CSV_WRITER'"/>
Expand Down
54 changes: 27 additions & 27 deletions data/typelibrary/utils-1.0.0/typelib/CSV_WRITER_10.fbt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<FBType Name="CSV_WRITER_10" Comment="Service Interface Function Block Type">
<Identification Description="Copyright (c) 2012 ACIN&#10; &#10;This program and the accompanying materials are made&#10;available under the terms of the Eclipse Public License 2.0&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#10;&#10;SPDX-License-Identifier: EPL-2.0" >
<FBType Name="CSV_WRITER_10" Comment="Service Interface Function Block Type" >
<Identification Description="Copyright (c) 2012 ACIN&#10; &#10;This program and the accompanying materials are made&#10;available under the terms of the Eclipse Public License 2.0&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#10;&#10;SPDX-License-Identifier: EPL-2.0 " >
</Identification>
<VersionInfo Organization="ACIN" Version="1.0" Author="Alois Zoitl" Date="2012-06-16">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Service Initialization">
<Event Name="INIT" Type="EInit" Comment="Service Initialization" >
<With Var="QI"/>
<With Var="FILE_NAME"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Service Request">
<Event Name="REQ" Type="Event" Comment="Service Request" >
<With Var="QI"/>
<With Var="SD_1"/>
<With Var="SD_2"/>
Expand All @@ -25,66 +25,66 @@
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" Type="Event" Comment="Initialization Confirm">
<Event Name="INITO" Type="EInit" Comment="Initialization Confirm" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
<Event Name="CNF" Type="Event" Comment="Confirmation of Requested Service">
<Event Name="CNF" Type="Event" Comment="Confirmation of Requested Service" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier"/>
<VarDeclaration Name="FILE_NAME" Type="STRING" Comment="Service Parameters"/>
<VarDeclaration Name="SD_1" Type="ANY" Comment="Output data to resource"/>
<VarDeclaration Name="SD_2" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_3" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_4" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_5" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_6" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_7" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_8" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_9" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_10" Type="ANY" Comment=""/>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier" />
<VarDeclaration Name="FILE_NAME" Type="STRING" Comment="Service Parameters" />
<VarDeclaration Name="SD_1" Type="ANY" Comment="Output data to resource" />
<VarDeclaration Name="SD_2" Type="ANY"/>
<VarDeclaration Name="SD_3" Type="ANY"/>
<VarDeclaration Name="SD_4" Type="ANY"/>
<VarDeclaration Name="SD_5" Type="ANY"/>
<VarDeclaration Name="SD_6" Type="ANY"/>
<VarDeclaration Name="SD_7" Type="ANY"/>
<VarDeclaration Name="SD_8" Type="ANY"/>
<VarDeclaration Name="SD_9" Type="ANY"/>
<VarDeclaration Name="SD_10" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier"/>
<VarDeclaration Name="STATUS" Type="STRING" Comment="File access status"/>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier" />
<VarDeclaration Name="STATUS" Type="STRING" Comment="File access status" />
</OutputVars>
</InterfaceList>
<Service RightInterface="RESOURCE" LeftInterface="APPLICATION" Comment="Service Interface Function Block Type">
<ServiceSequence Name="normal_establishment" Comment="">
<Service RightInterface="RESOURCE" LeftInterface="APPLICATION" Comment="Service Interface Function Block Type" >
<ServiceSequence Name="normal_establishment">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="INIT+" Parameters="FILE_NAME"/>
<OutputPrimitive Interface="APPLICATION" Event="INITO+" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="unsuccessful_establishment" Comment="">
<ServiceSequence Name="unsuccessful_establishment">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="INIT+" Parameters="FILE_NAME"/>
<OutputPrimitive Interface="APPLICATION" Event="INITO-" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="request_confirm" Comment="">
<ServiceSequence Name="request_confirm">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="REQ+" Parameters="SD_1,SD_2,SD_3,SD_4,SD_5,SD_6,SD_7,SD_8,SD_9,SD_10"/>
<OutputPrimitive Interface="APPLICATION" Event="CNF+" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="request_inhibited" Comment="">
<ServiceSequence Name="request_inhibited">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="REQ-" Parameters="SD_1,SD_2,SD_3,SD_4,SD_5,SD_6,SD_7,SD_8,SD_9,SD_10"/>
<OutputPrimitive Interface="APPLICATION" Event="CNF-" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="request_error" Comment="">
<ServiceSequence Name="request_error">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="REQ+" Parameters="SD_1,SD_2,SD_3,SD_4,SD_5,SD_6,SD_7,SD_8,SD_9,SD_10"/>
<OutputPrimitive Interface="APPLICATION" Event="CNF-" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="application_initiated_termination" Comment="">
<ServiceSequence Name="application_initiated_termination">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="INIT-"/>
<OutputPrimitive Interface="APPLICATION" Event="INITO-" Parameters="STATUS"/>
Expand Down
24 changes: 12 additions & 12 deletions data/typelibrary/utils-1.0.0/typelib/CSV_WRITER_2.fbt
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<FBType Name="CSV_WRITER_2" Comment="Service Interface Function Block Type">
<Identification Description="Copyright (c) 2012 ACIN&#10; &#10;This program and the accompanying materials are made&#10;available under the terms of the Eclipse Public License 2.0&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#10;&#10;SPDX-License-Identifier: EPL-2.0" >
<FBType Name="CSV_WRITER_2" Comment="Service Interface Function Block Type" >
<Identification Description="Copyright (c) 2012 ACIN&#10; &#10;This program and the accompanying materials are made&#10;available under the terms of the Eclipse Public License 2.0&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#10;&#10;SPDX-License-Identifier: EPL-2.0 " >
</Identification>
<VersionInfo Organization="ACIN" Version="1.0" Author="Alois Zoitl" Date="2012-06-16">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Service Initialization">
<Event Name="INIT" Type="EInit" Comment="Service Initialization" >
<With Var="QI"/>
<With Var="FILE_NAME"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Service Request">
<Event Name="REQ" Type="Event" Comment="Service Request" >
<With Var="QI"/>
<With Var="SD_1"/>
<With Var="SD_2"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" Type="Event" Comment="Initialization Confirm">
<Event Name="INITO" Type="EInit" Comment="Initialization Confirm" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
<Event Name="CNF" Type="Event" Comment="Confirmation of Requested Service">
<Event Name="CNF" Type="Event" Comment="Confirmation of Requested Service" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier"/>
<VarDeclaration Name="FILE_NAME" Type="STRING" Comment="Service Parameters"/>
<VarDeclaration Name="SD_1" Type="ANY" Comment="Output data to resource"/>
<VarDeclaration Name="SD_2" Type="ANY" Comment=""/>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier" />
<VarDeclaration Name="FILE_NAME" Type="STRING" Comment="Service Parameters" />
<VarDeclaration Name="SD_1" Type="ANY" Comment="Output data to resource" />
<VarDeclaration Name="SD_2" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier"/>
<VarDeclaration Name="STATUS" Type="STRING" Comment="File access status"/>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier" />
<VarDeclaration Name="STATUS" Type="STRING" Comment="File access status" />
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_CSV_WRITER'"/>
Expand Down
26 changes: 13 additions & 13 deletions data/typelibrary/utils-1.0.0/typelib/CSV_WRITER_3.fbt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<FBType Name="CSV_WRITER_3" Comment="Service Interface Function Block Type">
<Identification Description="Copyright (c) 2012 ACIN&#10; &#10;This program and the accompanying materials are made&#10;available under the terms of the Eclipse Public License 2.0&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#10;&#10;SPDX-License-Identifier: EPL-2.0" >
<FBType Name="CSV_WRITER_3" Comment="Service Interface Function Block Type" >
<Identification Description="Copyright (c) 2012 ACIN&#10; &#10;This program and the accompanying materials are made&#10;available under the terms of the Eclipse Public License 2.0&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#10;&#10;SPDX-License-Identifier: EPL-2.0 " >
</Identification>
<VersionInfo Organization="ACIN" Version="1.0" Author="Alois Zoitl" Date="2012-06-16">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Service Initialization">
<Event Name="INIT" Type="EInit" Comment="Service Initialization" >
<With Var="QI"/>
<With Var="FILE_NAME"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Service Request">
<Event Name="REQ" Type="Event" Comment="Service Request" >
<With Var="QI"/>
<With Var="SD_1"/>
<With Var="SD_2"/>
<With Var="SD_3"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" Type="Event" Comment="Initialization Confirm">
<Event Name="INITO" Type="EInit" Comment="Initialization Confirm" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
<Event Name="CNF" Type="Event" Comment="Confirmation of Requested Service">
<Event Name="CNF" Type="Event" Comment="Confirmation of Requested Service" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier"/>
<VarDeclaration Name="FILE_NAME" Type="STRING" Comment="Service Parameters"/>
<VarDeclaration Name="SD_1" Type="ANY" Comment="Output data to resource"/>
<VarDeclaration Name="SD_2" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_3" Type="ANY" Comment=""/>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier" />
<VarDeclaration Name="FILE_NAME" Type="STRING" Comment="Service Parameters" />
<VarDeclaration Name="SD_1" Type="ANY" Comment="Output data to resource" />
<VarDeclaration Name="SD_2" Type="ANY"/>
<VarDeclaration Name="SD_3" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier"/>
<VarDeclaration Name="STATUS" Type="STRING" Comment="File access status"/>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier" />
<VarDeclaration Name="STATUS" Type="STRING" Comment="File access status" />
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_CSV_WRITER'"/>
Expand Down
28 changes: 14 additions & 14 deletions data/typelibrary/utils-1.0.0/typelib/CSV_WRITER_4.fbt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<FBType Name="CSV_WRITER_4" Comment="Service Interface Function Block Type">
<Identification Description="Copyright (c) 2012 ACIN&#10; &#10;This program and the accompanying materials are made&#10;available under the terms of the Eclipse Public License 2.0&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#10;&#10;SPDX-License-Identifier: EPL-2.0" >
<FBType Name="CSV_WRITER_4" Comment="Service Interface Function Block Type" >
<Identification Description="Copyright (c) 2012 ACIN&#10; &#10;This program and the accompanying materials are made&#10;available under the terms of the Eclipse Public License 2.0&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#10;&#10;SPDX-License-Identifier: EPL-2.0 " >
</Identification>
<VersionInfo Organization="ACIN" Version="1.0" Author="Alois Zoitl" Date="2012-06-16">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Service Initialization">
<Event Name="INIT" Type="EInit" Comment="Service Initialization" >
<With Var="QI"/>
<With Var="FILE_NAME"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Service Request">
<Event Name="REQ" Type="Event" Comment="Service Request" >
<With Var="QI"/>
<With Var="SD_1"/>
<With Var="SD_2"/>
Expand All @@ -19,26 +19,26 @@
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" Type="Event" Comment="Initialization Confirm">
<Event Name="INITO" Type="EInit" Comment="Initialization Confirm" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
<Event Name="CNF" Type="Event" Comment="Confirmation of Requested Service">
<Event Name="CNF" Type="Event" Comment="Confirmation of Requested Service" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier"/>
<VarDeclaration Name="FILE_NAME" Type="STRING" Comment="Service Parameters"/>
<VarDeclaration Name="SD_1" Type="ANY" Comment="Output data to resource"/>
<VarDeclaration Name="SD_2" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_3" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_4" Type="ANY" Comment=""/>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier" />
<VarDeclaration Name="FILE_NAME" Type="STRING" Comment="Service Parameters" />
<VarDeclaration Name="SD_1" Type="ANY" Comment="Output data to resource" />
<VarDeclaration Name="SD_2" Type="ANY"/>
<VarDeclaration Name="SD_3" Type="ANY"/>
<VarDeclaration Name="SD_4" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier"/>
<VarDeclaration Name="STATUS" Type="STRING" Comment="File access status"/>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier" />
<VarDeclaration Name="STATUS" Type="STRING" Comment="File access status" />
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_CSV_WRITER'"/>
Expand Down
Loading

0 comments on commit 5b494ab

Please sign in to comment.