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 fa3bca2 commit 0afb94f
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="ASSEMBLE_DWORD_FROM_BYTES" Comment="">
<Function Name="ASSEMBLE_DWORD_FROM_BYTES" Comment="this Function combines the 2 BYTES to a DWORD">
<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 @@ -31,8 +31,8 @@
</OutputVars>
</InterfaceList>
<FunctionBody>
<ST><![CDATA[FUNCTION ASSEMBLE_DWORD_FROM_BYTES : DWORD
(* this Function combines the 2 BYTES to a DWORD *)
<ST><![CDATA[(* this Function combines the 2 BYTES to a DWORD *)
FUNCTION ASSEMBLE_DWORD_FROM_BYTES : DWORD
VAR_INPUT
IN_00 : BYTE; // BYTE 00
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="ASSEMBLE_WORD_FROM_BYTES" Comment="">
<Function Name="ASSEMBLE_WORD_FROM_BYTES" Comment="this Function combines the 2 BYTES to a WORD">
<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 @@ -27,8 +27,8 @@
</OutputVars>
</InterfaceList>
<FunctionBody>
<ST><![CDATA[FUNCTION ASSEMBLE_WORD_FROM_BYTES : WORD
(* this Function combines the 2 BYTES to a WORD *)
<ST><![CDATA[(* this Function combines the 2 BYTES to a WORD *)
FUNCTION ASSEMBLE_WORD_FROM_BYTES : WORD
VAR_INPUT
IN_00 : BYTE; // BYTE 00
Expand Down

0 comments on commit 0afb94f

Please sign in to comment.