Check NodeManager's nodes information

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
RafaelCrespi
Hero Member
Hero Member
Posts: 26
Joined: 22 Jun 2017, 09:41

Check NodeManager's nodes information

Post by RafaelCrespi »

Hi,

I would like to know is there is any variable or data structure of NodeManager where the added Nodes information is stored, so I could check it while Debugging.

Thanks a lot,

Rafa

User avatar
Support Team
Hero Member
Hero Member
Posts: 3069
Joined: 18 Mar 2011, 15:09

Re: Check NodeManager's nodes information

Post by Support Team »

Hello RafaelCrespi,

the NodeManagerUaNode has an internal Hashtable that provides a lookup from NodeId to Node Object.
In other words via that Hashtable you can get access to any Node. But I doubt that this really helps when you want to debug.
Best regards
Unified Automation Support Team

Post Reply