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
329 B
36 lines
329 B
$INCLUDE_FILE
|
|
|
|
|
|
(* GLOBALE TYPEN *)
|
|
|
|
|
|
|
|
(* PROJEKT TYPEN *)
|
|
|
|
|
|
|
|
(* GLOBALE PROTOTYPEN *)
|
|
|
|
FUNCTION_BLOCK NW_MemCopy
|
|
VAR_INPUT
|
|
DEST:pointer;
|
|
SRC:pointer;
|
|
LENGTH:INT;
|
|
IQM:BOOL;
|
|
END_VAR
|
|
VAR_OUTPUT
|
|
OUT:INT;
|
|
END_VAR
|
|
END_FUNCTION_BLOCK
|
|
|
|
|
|
|
|
(* PROJEKT PROTOTYPEN *)
|
|
|
|
|
|
|
|
(* EXTERNE POEs *)
|
|
|
|
|
|
|
|
$END_INCLUDE_FILE
|
|
|