Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VariableNetworkNode: inconsistent behaviour of getName() and getQualifiedName() #168

Open
mhier opened this issue May 28, 2020 · 1 comment
Labels
redmine Issue tracked on DESY MSK Redmine

Comments

@mhier
Copy link
Member

mhier commented May 28, 2020

VariableNetworkNode::getName() and VariableNetworkNode::getQualifiedName() return conceptionally different things depending on the type of the variable.

E.g. getName() gives for a variable "/mod/var":

  • Application module: var
  • Control system: /mod/var

And getQualifiedName() gives:

  • Application module: /mod/var
  • Control system: -> empty string
@mhier
Copy link
Member Author

mhier commented Jun 16, 2021

Now on redmine #8370

@mhier mhier added the redmine Issue tracked on DESY MSK Redmine label Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
redmine Issue tracked on DESY MSK Redmine
Projects
None yet
Development

No branches or pull requests

1 participant