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
Yes, I also noticed this just yesterday, this is due to the compile time reflection generating the code that allows to update the setting with a coresponding tag. Shouldn't be too hard to add a check that only allows settings updates for non-const member fields, but I first wanted to finish my other issues first. Thanks for the report 👍
I'm trying to use a compile-time constant
gr::RequiredSamples
in a port, but I'm getting some compiler errors. The following example is a minimal application that shows the problem: https://github.com/daniestevez/gr4-packet-modem/blob/main/examples/test_required_samples.cppIt gives the following compiler errors:
It seems that
DynamicPort
doesn't handle correctly the case when themin_samples
andmax_samples
are compile-time constant.The text was updated successfully, but these errors were encountered: