FrameManager (FB) ¶ FUNCTION_BLOCK FrameManager IMPLEMENTS IDatasources.IDatasourcesFrameManager Methods: GetCount GetReplacedPath GetReplacementInfo Initialize Structure: GetCount (Method) GetReplacedPath (Method) GetReplacementInfo (Method) Initialize (Method)
Mappings ¶ MappingDesc_ArrayArbitrary (FunctionBlock) FindChild (Method) protTokenLength (Method) MappingDesc_ArraySubRange (FunctionBlock) protDoNotifyArrayAccess (Method)
MappingDesc_ArrayArbitrary (FB) ¶ FUNCTION_BLOCK MappingDesc_ArrayArbitrary EXTENDS SymbolicVarsBase.TypeDesc_Struct Instances of this mapping allow arbitrary mappings of array ‘components’. This can be used for the following situations for example: + Picking some array members [0] <- [25] [1] <- [30] Reversing the order (maybe combined with picking) [0] <- [1] [1] <- [0] ..hint:: The initialization of this instance is the same than the one of TypeDesc_Struct Methods: FindChild protTokenLength Structure: FindChild (Method) protTokenLength (Method)
MappingDesc_ArraySubRange (FB) ¶ FUNCTION_BLOCK MappingDesc_ArraySubRange EXTENDS SymbolicVarsBase.TypeDesc_Array Instances of this mapping allow to extract a subrange of a remote array: [100..110] <- [0..500] Additionally, this can be combined with shifting of the array: [0..10] <- [0..500], [100.110] Methods: protDoNotifyArrayAccess Structure: protDoNotifyArrayAccess (Method)
Nodefinding ¶ OurVarInfo (FunctionBlock) AccessRights (Property) ArrayAccessDetected (Method) SetArrayNotificationClient (Method)
AffectedSourcesHelp (FB) ¶ FUNCTION_BLOCK AffectedSourcesHelp Properties: Sources Methods: Initialize Structure: Initialize (Method) Sources (Property)
GetBitValue (FUN) ¶ FUNCTION GetBitValue : BOOL InOut: Scope Name Type Return GetBitValue BOOL Input pByte POINTER TO BYTE bitOffset BYTE
Logging ¶ Assert (Function) ComponentConstants (GVL) ErrorToString (Function) LogComponent (FunctionBlock) FB_Exit (Method) FB_Init (Method) PtrToString (Function) Severity (Enum) ValueToString (Function)
Memory ¶ StatDynMemory (FunctionBlock) FB_Exit (Method) FB_Init (Method) Ptr (Property) Reserve (Method)
QuickSortAddrItemHelpers (FB) ¶ FUNCTION_BLOCK QuickSortAddrItemHelpers InOut: Scope Name Type Comment Input pSortHelpers POINTER TO SortByAddrItemHelper diCount DINT sortByAddr BOOL will sort by addr if TRUE, otherwise by readListIndex