MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / Writer

Method Writer

performance-tests/DCPS/Priority/Writer.cpp:17–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace Test {
16
17Writer::Writer(
18 ::DDS::DataWriter_ptr writer,
19 const PublicationProfile& profile,
20 bool verbose
21
22) : writer_( ::DDS::DataWriter::_duplicate( writer)),
23 publicationId_(writer->get_instance_handle()),
24 profile_( profile),
25 verbose_( verbose),
26 done_( false),
27 messages_( 0)
28{
29}
30
31Writer::~Writer()
32{

Callers

nothing calls this directly

Calls 1

get_instance_handleMethod · 0.45

Tested by

no test coverage detected