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

Method clear

dds/DCPS/NetworkConfigMonitor.cpp:90–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void NetworkConfigMonitor::clear()
91{
92 ACE_GUARD(ACE_Thread_Mutex, g, mutex_);
93
94 for (List::const_iterator pos = list_.begin(), limit = list_.end(); pos != limit; ++pos) {
95 writer_->unregister_instance(*pos);
96 }
97
98 list_.clear();
99}
100
101void NetworkConfigMonitor::set(const NetworkInterfaceAddress& nia)
102{

Callers 15

messages_receivedMethod · 0.45
~OptionsMethod · 0.45
runMethod · 0.45
~TestDriverMethod · 0.45
messages_receivedMethod · 0.45
~BuilderProcessMethod · 0.45
remove_by_ownerMethod · 0.45
remove_all_dependentsMethod · 0.45
reset_includesMethod · 0.45
reportMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
unregister_instanceMethod · 0.45

Tested by 4

messages_receivedMethod · 0.36
~TestDriverMethod · 0.36
messages_receivedMethod · 0.36
resetMethod · 0.36