Skip to content
Snippets Groups Projects
Commit a547a3e1 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

allow changing the public name of controlsystem-type nodes

parent d42d24ce
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,8 @@ namespace ChimeraTK {
size_t getNumberOfElements() const;
ChimeraTK::TransferElementAbstractor& getAppAccessorNoType();
void setPublicName(const std::string& name) const;
template<typename UserType>
ChimeraTK::NDRegisterAccessorAbstractor<UserType>& getAppAccessor() const;
......
......@@ -425,4 +425,11 @@ namespace ChimeraTK {
pdata->owningModule = newOwner;
}
/*********************************************************************************************************************/
void VariableNetworkNode::setPublicName(const std::string& name) const {
pdata->publicName = name;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment