You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if the generic type is placed into a sub folder the type name contains also the folder names and gets easily longer than the 32 characters.
For example my type name created during export from the IDE is:
GEN_DAQ__Signal__SigGrpRangeReader
So this name will be truncated an findType() fails to find the type.
One solution would be to increase the default cgIdentifierLength to say 80 or is it possible to make this configurable via Cmake?
The text was updated successfully, but these errors were encountered:
In datatype.h the definition of cgIdentifierLength is set to 32.
This length also limits in typelib.cpp the function block type name for generic function blocks:
But if the generic type is placed into a sub folder the type name contains also the folder names and gets easily longer than the 32 characters.
For example my type name created during export from the IDE is:
GEN_DAQ__Signal__SigGrpRangeReader
So this name will be truncated an findType() fails to find the type.
One solution would be to increase the default cgIdentifierLength to say 80 or is it possible to make this configurable via Cmake?
The text was updated successfully, but these errors were encountered: