Skip to content

Commit

Permalink
Update event types to EInit on INIT/INITO in net folder
Browse files Browse the repository at this point in the history
update copyright header if needed

update Storage format to latest IDE
  • Loading branch information
MoritzO02 committed Jan 4, 2025
1 parent 25d8b8a commit 1712e06
Show file tree
Hide file tree
Showing 26 changed files with 381 additions and 381 deletions.
24 changes: 12 additions & 12 deletions data/typelibrary/net-1.0.0/typelib/CLIENT_1.fbt
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<FBType Name="CLIENT_1" Comment="Connect to a SERVER_1 Block">
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH&#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="CLIENT_1" Comment="Connect to a SERVER_1 Block" >
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH &#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="fortiss GmbH" Version="1.0" Author="Alois Zoitl" Date="2017-10-25" Remarks="initial API and implementation and/or initial documentation">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Open new connection (QI = TRUE) / Close connection (QI = FALSE)">
<Event Name="INIT" Type="EInit" Comment="Open new connection (QI = TRUE) / Close connection (QI = FALSE)" >
<With Var="QI"/>
<With Var="ID"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Send data to Server, Request Data from Server">
<Event Name="REQ" Type="Event" Comment="Send data to Server, Request Data from Server" >
<With Var="QI"/>
<With Var="SD_1"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" Type="Event" Comment="New connection established (QI = TRUE) / connection closed (QI = FALSE)">
<Event Name="INITO" Type="EInit" Comment="New connection established (QI = TRUE) / connection closed (QI = FALSE)" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
<Event Name="CNF" Type="Event" Comment="New data available from Server">
<Event Name="CNF" Type="Event" Comment="New data available from Server" >
<With Var="QO"/>
<With Var="STATUS"/>
<With Var="RD_1"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment=""/>
<VarDeclaration Name="ID" Type="WSTRING" Comment=""/>
<VarDeclaration Name="SD_1" Type="ANY" Comment=""/>
<VarDeclaration Name="QI" Type="BOOL"/>
<VarDeclaration Name="ID" Type="WSTRING"/>
<VarDeclaration Name="SD_1" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment=""/>
<VarDeclaration Name="STATUS" Type="WSTRING" Comment=""/>
<VarDeclaration Name="RD_1" Type="ANY" Comment=""/>
<VarDeclaration Name="QO" Type="BOOL"/>
<VarDeclaration Name="STATUS" Type="WSTRING"/>
<VarDeclaration Name="RD_1" Type="ANY"/>
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_CLIENT'"/>
Expand Down
26 changes: 13 additions & 13 deletions data/typelibrary/net-1.0.0/typelib/CLIENT_2_1.fbt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<FBType Name="CLIENT_2_1" Comment="Connect to a SERVER_1_2 Block">
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH&#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="CLIENT_2_1" Comment="Connect to a SERVER_1_2 Block" >
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH &#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="fortiss GmbH" Version="1.0" Author="Alois Zoitl" Date="2017-10-25" Remarks="initial API and implementation and/or initial documentation">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Open new connection (QI = TRUE) / Close connection (QI = FALSE)">
<Event Name="INIT" Type="EInit" Comment="Open new connection (QI = TRUE) / Close connection (QI = FALSE)" >
<With Var="QI"/>
<With Var="ID"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Send data to Server, Request Data from Server">
<Event Name="REQ" Type="Event" Comment="Send data to Server, Request Data from Server" >
<With Var="QI"/>
<With Var="SD_1"/>
<With Var="SD_2"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" Type="Event" Comment="New connection established (QI = TRUE) / connection closed (QI = FALSE)">
<Event Name="INITO" Type="EInit" Comment="New connection established (QI = TRUE) / connection closed (QI = FALSE)" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
<Event Name="CNF" Type="Event" Comment="New data available from Server">
<Event Name="CNF" Type="Event" Comment="New data available from Server" >
<With Var="QO"/>
<With Var="STATUS"/>
<With Var="RD_1"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment=""/>
<VarDeclaration Name="ID" Type="WSTRING" Comment=""/>
<VarDeclaration Name="SD_1" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_2" Type="ANY" Comment=""/>
<VarDeclaration Name="QI" Type="BOOL"/>
<VarDeclaration Name="ID" Type="WSTRING"/>
<VarDeclaration Name="SD_1" Type="ANY"/>
<VarDeclaration Name="SD_2" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment=""/>
<VarDeclaration Name="STATUS" Type="WSTRING" Comment=""/>
<VarDeclaration Name="RD_1" Type="ANY" Comment=""/>
<VarDeclaration Name="QO" Type="BOOL"/>
<VarDeclaration Name="STATUS" Type="WSTRING"/>
<VarDeclaration Name="RD_1" Type="ANY"/>
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_CLIENT'"/>
Expand Down
20 changes: 10 additions & 10 deletions data/typelibrary/net-1.0.0/typelib/PUBLISH_0.fbt
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<FBType Name="PUBLISH_0" Comment="Publish to one or many SUBSCRIBE_0 Blocks">
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH&#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="PUBLISH_0" Comment="Publish to one or many SUBSCRIBE_0 Blocks" >
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH &#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="fortiss GmbH" Version="1.0" Author="Alois Zoitl" Date="2017-10-25" Remarks="initial API and implementation and/or initial documentation">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Initialization">
<Event Name="INIT" Type="EInit" Comment="Initialization" >
<With Var="QI"/>
<With Var="ID"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Send Data, unconfirmed">
<Event Name="REQ" Type="Event" Comment="Send Data, unconfirmed" >
<With Var="QI"/>
</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="Data was sent">
<Event Name="CNF" Type="Event" Comment="Data was sent" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment=""/>
<VarDeclaration Name="ID" Type="WSTRING" Comment=""/>
<VarDeclaration Name="QI" Type="BOOL"/>
<VarDeclaration Name="ID" Type="WSTRING"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment=""/>
<VarDeclaration Name="STATUS" Type="WSTRING" Comment=""/>
<VarDeclaration Name="QO" Type="BOOL"/>
<VarDeclaration Name="STATUS" Type="WSTRING"/>
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_PUBLISH'"/>
Expand Down
22 changes: 11 additions & 11 deletions data/typelibrary/net-1.0.0/typelib/PUBLISH_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="PUBLISH_1" Comment="Publish to one or many SUBSCRIBE_1 Blocks">
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH&#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="PUBLISH_1" Comment="Publish to one or many SUBSCRIBE_1 Blocks" >
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH &#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="fortiss GmbH" Version="1.0" Author="Alois Zoitl" Date="2017-10-25" Remarks="initial API and implementation and/or initial documentation">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Initialization">
<Event Name="INIT" Type="EInit" Comment="Initialization" >
<With Var="QI"/>
<With Var="ID"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Send Data, unconfirmed">
<Event Name="REQ" Type="Event" Comment="Send Data, unconfirmed" >
<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="Data was sent">
<Event Name="CNF" Type="Event" Comment="Data was sent" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment=""/>
<VarDeclaration Name="ID" Type="WSTRING" Comment=""/>
<VarDeclaration Name="SD_1" Type="ANY" Comment=""/>
<VarDeclaration Name="QI" Type="BOOL"/>
<VarDeclaration Name="ID" Type="WSTRING"/>
<VarDeclaration Name="SD_1" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment=""/>
<VarDeclaration Name="STATUS" Type="WSTRING" Comment=""/>
<VarDeclaration Name="QO" Type="BOOL"/>
<VarDeclaration Name="STATUS" Type="WSTRING"/>
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_PUBLISH'"/>
Expand Down
40 changes: 20 additions & 20 deletions data/typelibrary/net-1.0.0/typelib/PUBLISH_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="PUBLISH_10" Comment="Publish to one or many SUBSCRIBE_10 Blocks">
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH&#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="PUBLISH_10" Comment="Publish to one or many SUBSCRIBE_10 Blocks" >
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH &#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="fortiss GmbH" Version="1.0" Author="Alois Zoitl" Date="2017-10-25" Remarks="initial API and implementation and/or initial documentation">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Initialization">
<Event Name="INIT" Type="EInit" Comment="Initialization" >
<With Var="QI"/>
<With Var="ID"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Send Data, unconfirmed">
<Event Name="REQ" Type="Event" Comment="Send Data, unconfirmed" >
<With Var="QI"/>
<With Var="SD_1"/>
<With Var="SD_2"/>
Expand All @@ -25,32 +25,32 @@
</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="Data was sent">
<Event Name="CNF" Type="Event" Comment="Data was sent" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment=""/>
<VarDeclaration Name="ID" Type="WSTRING" Comment=""/>
<VarDeclaration Name="SD_1" Type="ANY" Comment=""/>
<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"/>
<VarDeclaration Name="ID" Type="WSTRING"/>
<VarDeclaration Name="SD_1" Type="ANY"/>
<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=""/>
<VarDeclaration Name="STATUS" Type="WSTRING" Comment=""/>
<VarDeclaration Name="QO" Type="BOOL"/>
<VarDeclaration Name="STATUS" Type="WSTRING"/>
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_PUBLISH'"/>
Expand Down
24 changes: 12 additions & 12 deletions data/typelibrary/net-1.0.0/typelib/PUBLISH_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="PUBLISH_2" Comment="Publish to one or many SUBSCRIBE_2 Blocks">
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH&#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="PUBLISH_2" Comment="Publish to one or many SUBSCRIBE_2 Blocks" >
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH &#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="fortiss GmbH" Version="1.0" Author="Alois Zoitl" Date="2017-10-25" Remarks="initial API and implementation and/or initial documentation">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Initialization">
<Event Name="INIT" Type="EInit" Comment="Initialization" >
<With Var="QI"/>
<With Var="ID"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Send Data, unconfirmed">
<Event Name="REQ" Type="Event" Comment="Send Data, unconfirmed" >
<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="Data was sent">
<Event Name="CNF" Type="Event" Comment="Data was sent" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment=""/>
<VarDeclaration Name="ID" Type="WSTRING" Comment=""/>
<VarDeclaration Name="SD_1" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_2" Type="ANY" Comment=""/>
<VarDeclaration Name="QI" Type="BOOL"/>
<VarDeclaration Name="ID" Type="WSTRING"/>
<VarDeclaration Name="SD_1" Type="ANY"/>
<VarDeclaration Name="SD_2" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment=""/>
<VarDeclaration Name="STATUS" Type="WSTRING" Comment=""/>
<VarDeclaration Name="QO" Type="BOOL"/>
<VarDeclaration Name="STATUS" Type="WSTRING"/>
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_PUBLISH'"/>
Expand Down
26 changes: 13 additions & 13 deletions data/typelibrary/net-1.0.0/typelib/PUBLISH_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="PUBLISH_3" Comment="Publish to one or many SUBSCRIBE_3 Blocks">
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH&#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="PUBLISH_3" Comment="Publish to one or many SUBSCRIBE_3 Blocks" >
<Identification Standard="61499-2" Description="Copyright (c) 2017 fortiss GmbH &#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="fortiss GmbH" Version="1.0" Author="Alois Zoitl" Date="2017-10-25" Remarks="initial API and implementation and/or initial documentation">
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Initialization">
<Event Name="INIT" Type="EInit" Comment="Initialization" >
<With Var="QI"/>
<With Var="ID"/>
</Event>
<Event Name="REQ" Type="Event" Comment="Send Data, unconfirmed">
<Event Name="REQ" Type="Event" Comment="Send Data, unconfirmed" >
<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="Data was sent">
<Event Name="CNF" Type="Event" Comment="Data was sent" >
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment=""/>
<VarDeclaration Name="ID" Type="WSTRING" Comment=""/>
<VarDeclaration Name="SD_1" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_2" Type="ANY" Comment=""/>
<VarDeclaration Name="SD_3" Type="ANY" Comment=""/>
<VarDeclaration Name="QI" Type="BOOL"/>
<VarDeclaration Name="ID" Type="WSTRING"/>
<VarDeclaration Name="SD_1" Type="ANY"/>
<VarDeclaration Name="SD_2" Type="ANY"/>
<VarDeclaration Name="SD_3" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment=""/>
<VarDeclaration Name="STATUS" Type="WSTRING" Comment=""/>
<VarDeclaration Name="QO" Type="BOOL"/>
<VarDeclaration Name="STATUS" Type="WSTRING"/>
</OutputVars>
</InterfaceList>
<Attribute Name="GenericClassName" Value="'GEN_PUBLISH'"/>
Expand Down
Loading

0 comments on commit 1712e06

Please sign in to comment.