F_GetCpuCounterAs64bit  Function

Calls the passed GETCPUCOUNTER function block and converts the output of the GETCPUCOUNTER function block from 2x32bit variables to a single 64bit variable


In/Out

Name Type Description
CpuCounter GETCPUCOUNTER
Declaration source
(* Calls the passed GETCPUCOUNTER function block and
   converts the output of the GETCPUCOUNTER function block from 2x32bit variables to a
   single 64bit variable
*)
FUNCTION F_GetCpuCounterAs64bit : LWORD
VAR_IN_OUT CONSTANT
    CpuCounter : GETCPUCOUNTER;
END_VAR