This is part of 2.1.0latest release.

MLxxCopyAxisDataToReal

0.2.0

Copy the manipulator axis positions into an array.

Copy the joint axes position from a MLxAxisData structure to a single array.

Version history

0.2.0

  deGroot

Changes

Changed:
  • function return value set to VOID
show full history

0.1.0

  deGroot

Changes

Changed:

Overview

kindnametypedefaultcomment
inputAxisDataARRAY[0..7] OF MLxAxisData
in_outRealOutARRAY[0..7] OF REAL

Details

AxisData

ARRAY[0..7] OF MLxAxisData

MLxAxisData structure to get the joint axes position from.

RealOut

ARRAY[0..7] OF REAL

Array of real [S,L,U,R,B,T,E,8] to write the result to.

Implementation

Snippet of the function call:
MLxxCopyAxisDataToReal(
  AxisData := , 
  RealOut := );

Pages built with Hugo - 23 Apr 2024 11:54 CEST