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

Method get_observer

dds/DCPS/EntityImpl.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94Observer_rch EntityImpl::get_observer(Observer::Event e)
95{
96 ACE_GUARD_RETURN(ACE_Thread_Mutex, g, lock_, Observer_rch());
97 return (observer_ && (events_ & e)) ? observer_ :
98 parent() ? parent()->get_observer(e) : Observer_rch();
99}
100
101void
102EntityImpl::notify_status_condition()

Callers 1

ACE_TMAINFunction · 0.80

Calls 1

parentFunction · 0.70

Tested by

no test coverage detected