Attribute search traverses into subroutines

Issue #11 new
Tim Hutchins created an issue

When searching for attributes, any that are within a subroutine should not be seen.

Comments (2)

  1. Jon McBee

    Note to self, I think this will require updating the “Get Attributes by Type” method of the Test Executive.lvclass being updated to pass a “Child Traversal Exclusion” array of type cluster of string (tag name) and numeric (tag ID) into the Linked List Ref.lvclass:Get List of Attributes by Type.vim->Linked List.lvclass:Search for Attribute by Type.vi->Linked List.lvclass:Get Child Attributes.vi and use that exclusion list to decide if the Get Child Attributes.vi class recurses or not. Essentially we don’t want it to recurse down into a subroutine, so we have to add the subroutine tag name and tag ID to that exclusion list within the Test Executive.lvclass:Get Attributes by Type.vi.

  2. Log in to comment