TreeBase.LastChild (PROP) ¶ PROPERTY LastChild : ISimpleTree
TreeBase.NextSibling (PROP) ¶ PROPERTY NextSibling : ISimpleTree
CAA List And Tree Library Documentation ¶ Company CAA Technical Workgroup Title CAA List And Tree Version 3.5.11.0 Categories Intern|CAA|Foundation Namespace LAT Author 3S - Smart Software Solutions GmbH Placeholder CAA List And Tree Description 1 ¶ Generic list and tree interfaces and implementation. With CODESYS 3.5.11.0 there is a Collection Library released. Please use the Collection Library for new projects. Contents: ¶ CAA List and Tree Enums Function Blocks Interfaces GetSupplierVersion (Function) VersionConstants (GVL) Indices and tables ¶ 1 Based on CAA_ListAndTree.library, last modified 03.07.2017, 15:38:58. LibDoc 4.4.0.0-b.27 The content file CAA_ListAndTree.clean.json was generated with CODESYS V3.5 SP11 on 03.07.2017, 15:38:58.
CAA List and Tree ¶ Enums ERROR (Enum) Function Blocks Element Element (Folder) IsLinkedElem (Property) IsListMemberOf (Method) NextElem (Property) PrevElem (Property) TypedElement (FunctionBlock) List List (Folder) AppendElem (Method) InsertElem (Method) PopBackElem (Method) PopElem (Method) PushElem (Method) RemoveElem (Method) ListBase (FunctionBlock) HeadElem (Property) ListIsEmpty (Property) ListSize (Property) TailElem (Property) TypedList (FunctionBlock) AppendElem (Method) InsertElem (Method) PopBackElem (Method) PopElem (Method) PushElem (Method) RemoveElem (Method) Tree Tree (Folder) AddChild (Method) InsertSibling (Method) RemoveTree (Method) TreeBase (FunctionBlock) ChildCount (Property) FirstChild (Property) IsLinkedTree (Property) IsTreeRoot (Property) LastChild (Property) NextSibling (Property) ParentTree (Property) PrevSibling (Property) SiblingCount (Property) TypedTree (FunctionBlock) AddChild (Method) InsertSibling (Method) RemoveTree (Method) TreeTypeId (Property) Interfaces Element IElement (Interface) IsLinkedElem (Property) IsListMemberOf (Method) NextElem (Property) PrevElem (Property) ITypedElement (Interface) List IList (Interface) AppendElem (Method) InsertElem (Method) PopBackElem (Method) PopElem (Method) PushElem (Method) RemoveElem (Method) ISimpleList (Interface) HeadElem (Property) ListIsEmpty (Property) ListSize (Property) TailElem (Property) ITypedList (Interface) AppendElem (Method) InsertElem (Method) ListTypeId (Property) PopBackElem (Method) PopElem (Method) PushElem (Method) RemoveElem (Method) Tree ISimpleTree (Interface) ChildCount (Property) FirstChild (Property) IsLinkedTree (Property) IsTreeRoot (Property) LastChild (Property) NextSibling (Property) ParentTree (Property) PrevSibling (Property) SiblingCount (Property) ITree (Interface) AddChild (Method) InsertSibling (Method) RemoveTree (Method) ITypedTree (Interface) AddChild (Method) InsertSibling (Method) RemoveTree (Method) TreeTypeId (Property)
ERROR (ENUM) ¶ TYPE ERROR : Attributes: qualified_only InOut: Name Initial NO_ERROR 0 FIRST_ERROR 1450 TIME_OUT FIRST_MF 1474 LAST_ERROR 1499
Function Blocks ¶ Element Element (Folder) IsLinkedElem (Property) IsListMemberOf (Method) NextElem (Property) PrevElem (Property) TypedElement (FunctionBlock) List List (Folder) AppendElem (Method) InsertElem (Method) PopBackElem (Method) PopElem (Method) PushElem (Method) RemoveElem (Method) ListBase (FunctionBlock) HeadElem (Property) ListIsEmpty (Property) ListSize (Property) TailElem (Property) TypedList (FunctionBlock) AppendElem (Method) InsertElem (Method) PopBackElem (Method) PopElem (Method) PushElem (Method) RemoveElem (Method) Tree Tree (Folder) AddChild (Method) InsertSibling (Method) RemoveTree (Method) TreeBase (FunctionBlock) ChildCount (Property) FirstChild (Property) IsLinkedTree (Property) IsTreeRoot (Property) LastChild (Property) NextSibling (Property) ParentTree (Property) PrevSibling (Property) SiblingCount (Property) TypedTree (FunctionBlock) AddChild (Method) InsertSibling (Method) RemoveTree (Method) TreeTypeId (Property)
Element ¶ Element (Folder) IsLinkedElem (Property) IsListMemberOf (Method) NextElem (Property) PrevElem (Property) TypedElement (FunctionBlock)
Element (FB) ¶ FUNCTION_BLOCK Element IMPLEMENTS IElement , IElementHelper Properties: IsLinkedElem NextElem PrevElem Methods: IsListMemberOf Structure: IsLinkedElem (Property) IsListMemberOf (Method) NextElem (Property) PrevElem (Property)
TypedElement (FB) ¶ FUNCTION_BLOCK TypedElement EXTENDS Element IMPLEMENTS ITypedElement Properties: IsLinkedElem , inherited from Element NextElem , inherited from Element PrevElem , inherited from Element Methods: IsListMemberOf , inherited from Element