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

Method Puller

tests/DCPS/ConfigTransports/Puller.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "dds/DCPS/WaitSet.h"
8
9Puller::Puller(const Factory& f,
10 const DDS::DomainParticipantFactory_var& factory,
11 const DDS::DomainParticipant_var& participant,
12 const DDS::DataReaderListener_var& listener) :
13 dpf(factory),
14 dp(participant),
15 topic(f.topic(dp)),
16 sub(f.subscriber(dp)),
17 reader_(f.reader(sub, topic, listener)) { }
18
19Puller::Puller(const Factory& f,
20 const DDS::DomainParticipantFactory_var& factory,

Callers

nothing calls this directly

Calls 3

topicMethod · 0.45
subscriberMethod · 0.45
readerMethod · 0.45

Tested by

no test coverage detected