We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dds::domain::DomainParticipant participant(0); dds::topic::Topic<HelloWorldData::Msg> topic(participant, "HelloWorldData_Msg"); dds::pub::Publisher publisher(participant); dds::pub::DataWriter<HelloWorldData::Msg> writer(publisher, topic); while (writer.publication_matched_status().current_count() == 0) { std::this_thread::sleep_for(std::chrono::milliseconds(20)); } HelloWorldData::Msg msg(1, "Hello World"); writer.write(msg);
Is not compileable.
Try to compile the provided example
2.14.0
Other. Please specify in Additional context section.
Default configuration, UDPv4 & SHM
API is incomplete to be compatible to modern dds cpp api.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an already existing issue for this?
Expected behavior
Current behavior
Is not compileable.
Steps to reproduce
Try to compile the provided example
Fast DDS version/commit
2.14.0
Platform/Architecture
Other. Please specify in Additional context section.
Transport layer
Default configuration, UDPv4 & SHM
Additional context
API is incomplete to be compatible to modern dds cpp api.
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered: