File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 14.03.2023, 13:34:11 companyName string 3S-Smart Software Solutions GmbH libraryFile Datasources_Itfs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile Datasources_Itfs.clean.json version version 2.0.0.0 ProjectInformation IsInterfaceLibrary bool True Released True LastModificationDateTime date 14.03.2023, 13:34:11 LibraryCategories library-category-list Intern|DataSources Author string 3S - Smart Software Solutions GmbH Company 3S - Smart Software Solutions GmbH CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace IDatasources Description See: Description DocFormat reStructuredText LanguageModelAttribute qualified-access-only Project Datasources_Itfs Title Datasources Interfaces Version version 4.3.0.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. Base Interfaces ¶ Library Identification ¶ Name: Base Interfaces Version: newest Company: System Namespace: IBaseLibrary Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Base Interfaces, * (System) SysTypes2 Interfaces ¶ Library Identification ¶ Name: SysTypes2 Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes2 Interfaces, * (System)
DepictorBase Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title DepictorBase Version 1.0.5.0 Categories Intern|Visu Namespace DepictorBase Author 3S – Smart Software GmbH Description 1 ¶ Base Elements for usage with the depictor plugin Contents: ¶ Camera DepictorCameraPosition (Struct) InterpolateCameraPosition (FunctionBlock) DepictorFrame (Struct) Indices and tables ¶ 1 Based on DepictorBase.library, last modified 20.09.2017, 10:28:33. LibDoc 4.4.0.0-b.27 The content file DepictorBase.clean.json was generated with CODESYS V3.5 SP10 Patch 1 on 20.09.2017, 10:28:33.
Camera ¶ DepictorCameraPosition (Struct) InterpolateCameraPosition (FunctionBlock)
INotificationClient.WriteRequestStart (METH) ¶ METHOD WriteRequestStart This method will be called when a write operation on one or more variables will be executed. InOut: Scope Name Type Comment Input datasourceName ItemName The name of the datasource where the operation will be executed. For details of the format of this parameter have a look at ItemName or ItemNameType
ITraceAddressInfoWriter (ITF) ¶ INTERFACE ITraceAddressInfoWriter EXTENDS __SYSTEM.IQueryInterface Implementors of this interface are able to write the address info of a variable to the service calls of CmpTraceMgr. Methods: GetAddressFlags GetSize GetType Release WriteAddressInfo Structure: GetAddressFlags (Method) GetSize (Method) GetType (Method) Release (Method) WriteAddressInfo (Method)
ITraceAddressInfoWriter.GetAddressFlags (METH) ¶ METHOD GetAddressFlags : ETraceAddressFlags Returns an <c>ETraceAddressFlags</c> value, that indicates, which type of address info will be written in method <c>WriteAddressInfo</c>. InOut: Scope Name Type Comment Return GetAddressFlags ETraceAddressFlags See summary
ITraceAddressInfoWriter.GetSize (METH) ¶ METHOD GetSize : __UXINT InOut: Scope Name Type Comment Return GetSize __UXINT The size of the variable, whose address info will be written
ITraceAddressInfoWriter.GetType (METH) ¶ METHOD GetType : IBaseLibrary.TypeClass InOut: Scope Name Type Comment Return GetType IBaseLibrary.TypeClass The typeclass of the variable, whose address info will be written
ITraceAddressInfoWriter.Release (METH) ¶ METHOD Release Releases itself