blob: 4259a91945d6c1dd078b6b5ce294347e9b7a44e8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd">
<FBType Comment="bitwise rotate left function" Name="F_ROL">
<Identification Description="Copyright (c) 2013 TU Wien 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" Classification="standard bit shift function" Standard="61131-3"/>
<VersionInfo Author="Monika Wenger" Date="2013-04-22" Organization="TU Wien ACIN" Version="1.0"/>
<InterfaceList>
<EventInputs>
<Event Comment="Service Request" Name="REQ" Type="Event">
<With Var="IN"/>
<With Var="N"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Comment="Confirmation of Requested Service" Name="CNF" Type="Event">
<With Var="OUT"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Comment="left-rotated" Name="IN" Type="ANY_BIT"/>
<VarDeclaration Comment="left-rotated by N bits" Name="N" Type="ANY_INT"/>
</InputVars>
<OutputVars>
<VarDeclaration Comment="left-rotated by N zero-filled on right" Name="OUT" Type="ANY_BIT"/>
</OutputVars>
</InterfaceList>
</FBType>