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

Method open

dds/InfoRepo/UpdateReceiver_T.cpp:54–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53template<class DataType>
54int
55UpdateReceiver<DataType>::open(void*)
56{
57 if (OpenDDS::DCPS::DCPS_debug_level > 0) {
58 ACE_DEBUG((LM_DEBUG,
59 ACE_TEXT("(%P|%t) UpdateReceiver::open()\n")));
60 }
61
62 // Run as a separate thread.
63 return this->activate();
64}
65
66template<class DataType>
67int

Callers 3

UpdateReceiverMethod · 0.95
common_initMethod · 0.45
processFileMethod · 0.45

Calls 1

activateMethod · 0.80

Tested by

no test coverage detected