DrawPolygon (FUN) ¶ FUNCTION DrawPolygon : RTS_IEC_RESULT InOut: Scope Name Type Return DrawPolygon RTS_IEC_RESULT Input hDisplayContext RTS_IEC_HANDLE iPoints INT pPoints POINTER TO Point ePolygonType PolygonType
DrawRect (FUN) ¶ FUNCTION DrawRect : RTS_IEC_RESULT InOut: Scope Name Type Return DrawRect RTS_IEC_RESULT Input hDisplayContext RTS_IEC_HANDLE iX INT iY INT iWidth INT iHeight INT eRectType RectangleType
DrawText (FUN) ¶ FUNCTION DrawText : RTS_IEC_RESULT InOut: Scope Name Type Return DrawText RTS_IEC_RESULT Input hDisplayContext RTS_IEC_HANDLE iX INT iY INT iWidth INT iHeight INT pszText POINTER TO BYTE udiDrawFlags UDINT
LogMessage (FUN) ¶ FUNCTION LogMessage : BOOL InOut: Scope Name Type Return LogMessage BOOL Input sMessage STRING xError BOOL
OffsetPoints (FUN) ¶ FUNCTION OffsetPoints : Point InOut: Scope Name Type Return OffsetPoints Point Input iPoints INT pPoints POINTER TO ARRAY [0..0] OF Point
PopTransformation (FUN) ¶ FUNCTION PopTransformation : BOOL InOut: Scope Name Type Return PopTransformation BOOL Input iOffsetX INT iOffsetY INT
OriPrimGreatCircle (STRUCT) ¶ TYPE OriPrimGreatCircle EXTENDS ElemPrimBase : STRUCT Data for the orientation interpolation along the great circle. The orientations are represented as unit quaternions. The formula is o(l) = exp(wD * l) * q0 Only applicable if the angular velocity is constant across the element, and if the angular acceleration consequently is zero. InOut: Name Type Comment Inherited from pef0 POINTER TO ElemFun Pointer to a copy of the previous element. If set, can be evaluated at x = 0 to obtain the start position of this element. ElemPrimBase pef1 POINTER TO ElemFun Pointer to a copy of the subsequent element. If set, can be evaluated at x = pef1^.l to obtain the end position of this element. ElemPrimBase pTrace0 POINTER TO ElemFunTrace ElemPrimBase pTrace1 POINTER TO ElemFunTrace ElemPrimBase q0 SM3M.SMC_Quat The start orientation corresponding to l=0. wD SM3M.SMC_Quat The logarithm of delta orientation: ln(q1*q0^(-1)).
PushTransformation (FUN) ¶ FUNCTION PushTransformation : BOOL InOut: Scope Name Type Return PushTransformation BOOL Input iOffsetX INT iOffsetY INT
Structs ¶ SockAddr (Struct)
SockAddr (STRUCT) ¶ TYPE SockAddr : STRUCT InOut: Name Type sin_family INT sin_port UINT sin_addr UDINT sin_zero ARRAY [0..7] OF BYTE