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

Method get_statuscondition

dds/DCPS/EntityImpl.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53DDS::StatusCondition_ptr
54EntityImpl::get_statuscondition()
55{
56 ACE_GUARD_RETURN(ACE_Thread_Mutex, g, lock_, 0);
57 return DDS::StatusCondition::_duplicate(status_condition_);
58}
59
60DDS::StatusMask
61EntityImpl::get_status_changes()

Callers 11

ACE_TMAINFunction · 0.45
ACE_TMAINFunction · 0.45
ACE_TMAINFunction · 0.45
ACE_TMAINFunction · 0.45
SubscriberMethod · 0.45
PublisherMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 5

mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36