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

Method UpdateReceiver

dds/InfoRepo/UpdateReceiver_T.cpp:26–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25template<class DataType>
26UpdateReceiver<DataType>::UpdateReceiver(UpdateProcessor<DataType>& processor)
27 : processor_(processor),
28 stop_(false),
29 workAvailable_(this->lock_)
30{
31 if (OpenDDS::DCPS::DCPS_debug_level > 0) {
32 ACE_DEBUG((LM_DEBUG,
33 ACE_TEXT("(%P|%t) UpdateReceiver::UpdateReceiver()\n")));
34 }
35
36 // Always execute the thread.
37 this->open(0);
38}
39
40template<class DataType>
41UpdateReceiver<DataType>::~UpdateReceiver()

Callers

nothing calls this directly

Calls 1

openMethod · 0.95

Tested by

no test coverage detected