ggandda / simd-cxx

Automatically exported from code.google.com/p/simd-cxx
0 stars 0 forks source link

ContentFilteredTopic parameters cannot be changed after initialization. #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reporoduce this error:

Please see the attached code snippet.  You will have to generate the
SignalLookup classes from the SignalLookup IDL, run the code snippet within
an OSPL/SimD-enabled project.

What is the expected output? What do you see instead?

-Expected that every call of 'set_expression_parameters(vector<string>
params)' will change the parameters examined by the DataReader.  Expected
to see the resulting data change every time the expression parameters are
changed.

-What actually happens is that the expression parameters remain at their
first initialized state and parameters defined by the method
'set_expression_parameters(vector<string> params)' are ignored.

What version of the product are you using? On what operating system?
We are using Fedora Core 12, with OSPL 4.3 and SimD 0.7

Original issue reported on code.google.com by 22samu...@gmail.com on 17 May 2010 at 8:48

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by angelo.corsaro@gmail.com on 26 May 2010 at 6:38