Registry / messaging / fastrtps

fastrtps

JSON →
library2.14.0vcpkgunverified

eprosima Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard for real-time publish-subscribe communications.

vcpkg install fastrtps
INSTALL
IMPORT
SIG · FASTRTPS
F
fastrtps
messagingcppv2.14.0
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.

fastdds/dds/domain/DomainParticipant.hpp
✓ #include <fastdds/dds/domain/DomainParticipant.hpp>

Create a DDS DomainParticipant using Fast DDS

#include <fastdds/dds/domain/DomainParticipant.hpp> #include <fastdds/dds/domain/DomainParticipantFactory.hpp> #include <iostream> int main() { auto factory = eprosima::fastdds::dds::DomainParticipantFactory::get_instance(); auto participant = factory->create_participant(0, eprosima::fastdds::dds::PARTICIPANT_QOS_DEFAULT); if (participant == nullptr) { std::cerr << "Failed to create participant\n"; return 1; } std::cout << "DomainParticipant created\n"; factory->delete_participant(participant); return 0; }
Debug
Known issues
breakingFast DDS requires a DDS implementation (e.g., Fast RTPS) and may have ABI incompatibilities between versions.
fix
Ensure all components are built with the same compiler and settings; use static linking if possible.
affects: <2.14.0
Upgrade
Version history
2.14.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

fastrtps — pip install fastrtps · libregistry