ggandda / simd-cxx

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

Cannot create a custom publisher to write to a non default partition #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a runtime using the default domain and partition
2. Create a publisher with a partition different to the default one
3. Create a writer and pass in the custom publisher

What is the expected output? What do you see instead?
This should allow publishing to a partition other than the default one setup by 
the runtime. This does not work since the publisher no longer has a constructer 
which accepts a publisher as an input and this is what the writer 
implementation expects.

What version of the product are you using? On what operating system?
0.9, Win XP, DDS 5.3.

Please provide any additional information below.
See writer_impl.hpp line 66. ": topic_(topic), pub_(pub), dwqos_(qos)"

Original issue reported on code.google.com by scott.j....@gmail.com on 3 Mar 2011 at 2:20

GoogleCodeExporter commented 8 years ago
The example simd-cxx/demo/hello defines a publisher over a custom partition 
after initiatizing the runtime with default parameters and I've verified it to 
work with the trunk version of SimD. Please try to run that test and let me 
know if there is any issue. 

Original comment by angelo.corsaro@gmail.com on 4 Jul 2011 at 11:15