opensplice

OpenSplice DDS: Publish, until some timeout

半世苍凉 提交于 2019-12-12 04:23:39
问题 I'm learning every day more about dds, so my question my sound weird. I hope it makes sense. One of the requirements of some dds wrapper I'm writing, is that it times out after some timeout period if it fails to write. My question: How can I do that? On Prism Tech's website's tutorial, there's explanation on how to use a WaitSet to block a read operation, but what about write? Here's some code including the question: dds::domain::DomainParticipant dp(0); dds::topic::Topic<MyType> topic(dp,

Configure Eclipse to work with Opensplice DDS

。_饼干妹妹 提交于 2019-12-11 08:08:12
问题 To get Eclipse working with DDS, you have to add these configurations in Project properties: PROJECT→PROPERTIES→C/C++ GENERAL→PATHS AND SYMBOLS→INCLUDES→GNU C++ /yourddspath/include/sys /yourddspath/include/dcps/C++/SACPP /PROJECTNAME/idl/generated (added like path of your project). PROJECT→PROPERTIES→C/C++ GENERAL→PATHS AND SYMBOLS→Library Paths ou PROJECT→PROPERTIES→C/C++ Build→Settings→Cross G++ Linker→Libraries→Library search path (-L)→+ /yourddspath/lib PROJECT→PROPERTIES→C/C++ Build

DDS - Which one is recommended - OpenSplice or CoreDX? [closed]

余生长醉 提交于 2019-12-07 18:19:44
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 8 months ago . I need for C# winform app and for android native application to use DDS(Data Distribution Service). Each one can be subscriber and writer. What is important for me: - High performance. - Easy to use and documentation. - Support. - Low price. What is best recommended product

DDS - Which one is recommended - OpenSplice or CoreDX? [closed]

吃可爱长大的小学妹 提交于 2019-12-05 21:55:00
Closed . This question is opinion-based . It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post . Closed 7 months ago . I need for C# winform app and for android native application to use DDS(Data Distribution Service). Each one can be subscriber and writer. What is important for me: - High performance. - Easy to use and documentation. - Support. - Low price. What is best recommended product to use - OpenSplice or CoreDX? What the differences between them? Thank Unfortunately I can't tell