最近编译CycloneDDS和CycloneDDS-CXX踩了两个坑,花了不少时间。 做个简单的记录,免得以后又踩到。 CycloneDDS-CXX编译依赖CycloneDDS,因此必须先编译CycloneDDS 步骤如下,需要严格按照步骤进行,否则要入坑 $ gitclonehttps://github.com/eclipse-cyclonedds/cyclonedds.git $cdcyclonedds $mkdirbuildcdbuildmkdirinstal...
$ mkdir helloworld $ cd helloworld $ cmake <install-location>/share/CycloneDDS-CXX/examples/helloworld $ cmake --build . On one terminal start the application that will be responding to messages: $ ./ddscxxHelloWorldSubscriber On another terminal, start the application that will b...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} eclipse-cyclonedds / cyclonedds-cxx Public Notifications You must be signed in to change notification settings Fork 74 S...
git clone https://github.com/eclipse-cyclonedds/cyclonedds-cxx.git -b 0.9.0b1 --depth 1 && \ cd cyclonedds-cxx && \ mkdir -p build && \ cd build && \ cmake -DCMAKE_INSTALL_PREFIX=/opt/cyclonedds-cxx \ -DCMAKE_PREFIX_PATH=/opt/cyclonedds \ ...
Actions: eclipse-cyclonedds/cyclonedds-cxx Actions All workflows MISRA regressions check Management Caches All workflows Showing runs from all workflows 109 workflow runs Event Status Branch Actor MISRA regressions check MISRA regressions check #114: Scheduled master February 28, 2024 12...
src/ddscxx/tests/Regression.cpp Original file line numberDiff line numberDiff line change @@ -223,6 +223,16 @@ TEST_F(Regression, union_duplicate_string_types) duplicate_string_types_union d_t; } TEST_F(Regression, union_duplicate_array_types) { duplicate_array_types_union d_t; } T...
eclipse-cyclonedds / cyclonedds-cxx Public Notifications Fork 74 Star 91 Code Issues 83 Pull requests 14 Actions Projects Security Insights CommitsBranch selector master User selector MarcelJordense DatepickerAll time Commit History Commits on Aug 21, 2024 delete associated dds_entity in ...
set(DDSCXX_HAS_TOPIC_DISCOVERY "1") endif() get_target_property(cyclonedds_has_qos_provider CycloneDDS::ddsc QOS_PROVIDER_IS_AVAILABLE) mark_as_advanced(cyclonedds_has_qos_provider) option(ENABLE_QOS_PROVIDER "Enable QoS Provider support" ${cyclonedds_has_qos_provider}) if(ENABLE_QOS...
static const char *fmt = "#include <org/eclipse/cyclonedds/util/ostream_operators.hpp>\n\n";if (fputs(fmt, generator->impl.handle) < 0) return IDL_RETCODE_NO_MEMORY;return IDL_RETCODE_OK; }0 comments on commit 5942fce Please sign in to comment. Footer...
#endif /* CYCLONEDDS_CORE_NOOPLISTENER_H_ */26 changes: 13 additions & 13 deletions 26 src/ddscxx/src/org/eclipse/cyclonedds/core/ListenerDispatcher.cpp Original file line numberDiff line numberDiff line change @@ -36,7 +36,7 @@ extern "C" org::eclipse::cyclonedds::core::Listener...