I’m looking for some guidance with block properties XML. I have
a situation where I’d like to have subsets of options based on some
other option setting.
For example, in gr-dvbt2, I have an option setting for the version of
the specification. Based on that option, I want to have the preamble
options be T2 SISO or T2 MISO for version 1.1.1, or T2 SISO, T2 MISO,
T2-Lite SISO or T2-Lite MISO for version 1.3.1.
I’ve come up with a method, but it’s super kludgy since it uses
two variables for the same option. In this case, preamble1 and
preamble2.
Does anyone know of a more elegant method? I’ve tried some
Cheetah stuff, but that never seems to work for me at all.
best regards,
Ron
Options