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

Method get_resend_data

dds/DCPS/WriteDataContainer.cpp:620–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620SendStateDataSampleList
621WriteDataContainer::get_resend_data()
622{
623 DBG_ENTRY_LVL("WriteDataContainer","get_resend_data",6);
624
625 //
626 // The samples in unsent_data are added to the sending_data
627 // during enqueue.
628 //
629 SendStateDataSampleList list = this->resend_data_;
630
631 //
632 // Clear the unsent data list.
633 //
634 this->resend_data_.reset();
635 //
636 // Return the moved list.
637 //
638 return list;
639}
640
641bool
642WriteDataContainer::pending_data()

Callers 3

get_resend_dataFunction · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected