OpenDDS::DCPS::Util Namespace Reference

Functions

bool DescendingOwnershipStrengthSort (const OwnershipManager::WriterInfo &w1, const OwnershipManager::WriterInfo &w2)

Function Documentation

bool OpenDDS::DCPS::Util::DescendingOwnershipStrengthSort ( const OwnershipManager::WriterInfo &  w1,
const OwnershipManager::WriterInfo &  w2 
)

Definition at line 25 of file OwnershipManager.cpp.

References OpenDDS::DCPS::OwnershipManager::WriterInfo::ownership_strength_.

Referenced by OpenDDS::DCPS::OwnershipManager::remove_owner(), and OpenDDS::DCPS::OwnershipManager::select_owner().

00027 {
00028   return w1.ownership_strength_ > w2.ownership_strength_;
00029 }

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1