RTI Connext Modern C++ API Version 7.3.0
DataWriter Use Cases

The following #includes are needed for the examples on this page

#include <dds/pub/ddspub.hpp>
#include <dds/domain/ddsdomain.hpp>
#include <dds/core/ddscore.hpp>
#include <dds/topic/ddstopic.hpp>
#include <dds/sub/ddssub.hpp>
#include "Foo.hpp"

Setting up a DataWriter

Managing instances

Sending data

DataWriter Listeners

Looking up DataWriters

For more examples, see Looking up DataReaders

Getting Matched Subscriptions

Tearing down a DataWriter