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

Method get_inconsistent_topic_status

dds/DCPS/TopicImpl.cpp:116–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116DDS::ReturnCode_t
117TopicImpl::get_inconsistent_topic_status(DDS::InconsistentTopicStatus& a_status)
118{
119 ACE_Guard<ACE_Thread_Mutex> g(status_mutex_);
120 set_status_changed_flag(DDS::INCONSISTENT_TOPIC_STATUS, false);
121 a_status = inconsistent_topic_status_;
122 inconsistent_topic_status_.total_count_change = 0;
123 return DDS::RETCODE_OK;
124}
125
126DDS::ReturnCode_t
127TopicImpl::enable()

Callers 4

ACE_TMAINFunction · 0.80
wait_inconsistent_topicFunction · 0.80
ACE_TMAINFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected