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

Method get_sample_lost_status

dds/DCPS/DataReaderImpl.cpp:1017–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017DDS::ReturnCode_t
1018DataReaderImpl::get_sample_lost_status(
1019 DDS::SampleLostStatus & status)
1020{
1021 ACE_Guard<ACE_Recursive_Thread_Mutex> justMe(this->sample_lock_);
1022
1023 set_status_changed_flag(DDS::SAMPLE_LOST_STATUS, false);
1024 status = sample_lost_status_;
1025 sample_lost_status_.total_count_change = 0;
1026 return DDS::RETCODE_OK;
1027}
1028
1029DDS::ReturnCode_t
1030DataReaderImpl::wait_for_historical_data(

Callers 2

readFunction · 0.45
readFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected