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

Method Pusher

tests/DCPS/ConfigTransports/Pusher.cpp:11–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "ace/OS_NS_unistd.h"
10
11Pusher::Pusher(const Factory& f,
12 const DDS::DomainParticipantFactory_var& factory,
13 const DDS::DomainParticipant_var& participant,
14 const DDS::DataWriterListener_var& listener) :
15 dpf(factory),
16 dp(participant),
17 pub(f.publisher(dp)),
18 topic(f.topic(dp)),
19 writer_(f.writer(pub, topic, listener))
20{
21}
22
23Pusher::Pusher(const Factory& f,
24 const DDS::DomainParticipantFactory_var& factory,

Callers

nothing calls this directly

Calls 3

publisherMethod · 0.45
topicMethod · 0.45
writerMethod · 0.45

Tested by

no test coverage detected