Skip to content

Commit

Permalink
description comment above FUNCTION
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzO02 committed Jul 21, 2024
1 parent 4411bda commit 4f8ebf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Function Name="SPLIT_LWORD_INTO_BOOLS" Comment="">
<Function Name="SPLIT_LWORD_INTO_BOOLS" Comment="this Function extracts the 64 BOOLS from a lword">
<Identification Standard="61499-1" Description="Copyright (c) 2024 HR Agrartechnik 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 Version="1.0" Author="franz" Date="2024-02-22">
Expand Down Expand Up @@ -151,8 +151,8 @@
</OutputVars>
</InterfaceList>
<FunctionBody>
<ST><![CDATA[FUNCTION SPLIT_LWORD_INTO_BOOLS
(* this Function extracts the 64 BOOLS from a lword *)
<ST><![CDATA[(* this Function extracts the 64 BOOLS from a lword *)
FUNCTION SPLIT_LWORD_INTO_BOOLS
VAR_INPUT
IN : LWORD;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Function Name="SPLIT_LWORD_INTO_QUARTERS" Comment="">
<Function Name="SPLIT_LWORD_INTO_QUARTERS" Comment="this Function extracts the 32 QUARTER BYTE from a lword">
<Identification Standard="61499-1" Description="Copyright (c) 2024 HR Agrartechnik 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 Version="1.0" Author="franz" Date="2024-02-22">
Expand Down Expand Up @@ -87,8 +87,8 @@
</OutputVars>
</InterfaceList>
<FunctionBody>
<ST><![CDATA[FUNCTION SPLIT_LWORD_INTO_QUARTERS
(* this Function extracts the 32 QUARTER BYTE from a lword *)
<ST><![CDATA[(* this Function extracts the 32 QUARTER BYTE from a lword *)
FUNCTION SPLIT_LWORD_INTO_QUARTERS
VAR_INPUT
IN : LWORD;
Expand Down

0 comments on commit 4f8ebf1

Please sign in to comment.