Dbg_Fun_Tuple.Eval (METH) ¶ METHOD Eval InOut: Scope Name Type Inout vars Dbg_Vars
Dbg_Fun_Tuple.GetName (METH) ¶ METHOD GetName : STRING(10) InOut: Scope Name Type Return GetName STRING(10)
Dbg_Fun_Tuple.GetVarName (METH) ¶ METHOD GetVarName : STRING(15) InOut: Scope Name Type Return GetVarName STRING(15) Input idxVar UDINT
GeoPrimWait_Create (FUN) ¶ FUNCTION GeoPrimWait_Create : BOOL InOut: Scope Name Type Inout errCtx SMRE.ErrorContext ef ElemFun Inout Const pose ElemFunPose Input dWaitTime LREAL Return GeoPrimWait_Create BOOL
Dbg_Fun_Tuple (FB) ¶ FUNCTION_BLOCK Dbg_Fun_Tuple IMPLEMENTS Dbg_IFun InOut: Scope Name Type Input pfuns POINTER TO Dbg_IFun nFuns UDINT Properties: NumVars Methods: Eval GetName GetVarName Structure: Eval (Method) GetName (Method) GetVarName (Method) NumVars (Property)
RndI_Range.GetCur (METH) ¶ METHOD FINAL GetCur : DINT InOut: Scope Name Type Return GetCur DINT
RndI_Range.Init (METH) ¶ METHOD Init : BOOL InOut: Scope Name Type Initial Return Init BOOL Input udiSeed UDINT 1 nMin DINT nMax DINT
Sort ¶ InsertSorted_LR (Function)
DynFactorsA_Serialize (FUN) ¶ FUNCTION DynFactorsA_Serialize : BOOL InOut: Scope Name Type Return DynFactorsA_Serialize BOOL Input stream SM0.IOutStream Inout Const dfa DynFactorsA
InsertSorted_LR (FUN) ¶ FUNCTION InsertSorted_LR : BOOL Inserts a value into an array of LREAL values. Assumes that the array is sorted in ascending order. Inserts the new value so that the resulting array is sorted in ascending order. Assumes that the array has room for one more value. The value is not inserted if the difference to the next value in the array is equal to or less than dEpsDuplicate. Returns whether the value has been inserted. InOut: Scope Name Type Comment Return InsertSorted_LR BOOL Input pArray POINTER TO LREAL Pointer to start of array nElems UDINT Number of elements in the array dEpsDuplicate LREAL If the element closest to value is equal to or closer than this epsilon, the value is not inserted. Set to a negative value to allow the insertion of duplicates. dValue LREAL The new value to insert