海南电网项目下位机程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
291 B

$INCLUDE_FILE
(* GLOBALE TYPEN *)
(* PROJEKT TYPEN *)
(* GLOBALE PROTOTYPEN *)
FUNCTION_BLOCK MEMORY_COPY
VAR_INPUT
DEST:POINTER;
SRC:POINTER;
LENGTH:INT;
END_VAR
VAR_OUTPUT
OUT:BOOL;
END_VAR
END_FUNCTION_BLOCK
(* PROJEKT PROTOTYPEN *)
(* EXTERNE POEs *)
$END_INCLUDE_FILE