Registry / messaging / cyclonedds-cxx

cyclonedds-cxx

JSON →
library0.10.5vcpkgunverified

C++ binding for Eclipse Cyclone DDS

vcpkg install cyclonedds-cxx
INSTALL
IMPORT
SIG · CYCLONEDDS-CXX
C
cyclonedds-cxx
messagingcppv0.10.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dds/dds.hpp
#include <dds/dds.hpp>

Create a DDS domain participant

#include <dds/dds.hpp> #include <iostream> int main() { dds::domain::DomainParticipant dp(0); std::cout << "Domain participant created\n"; return 0; }
Debug
Known issues
gotchaCycloneDDS-CXX requires the CycloneDDS C library (ddsc) to be installed separately.
fix
Ensure both cyclonedds and cyclonedds-cxx are installed; link against both targets.
affects: *
Upgrade
Version history
0.10.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

cyclonedds-cxx — pip install cyclonedds-cxx · libregistry