OpenDDS  Snapshot(2023/04/28-20:55)
Public Member Functions | Public Attributes | List of all members
OpenDDS::DCPS::OwnershipManager::WriterInfo Struct Reference

#include <OwnershipManager.h>

Collaboration diagram for OpenDDS::DCPS::OwnershipManager::WriterInfo:
Collaboration graph
[legend]

Public Member Functions

 WriterInfo (const GUID_t &pub_id, const CORBA::Long &ownership_strength)
 
 WriterInfo ()
 

Public Attributes

GUID_t pub_id_
 
CORBA::Long ownership_strength_
 

Detailed Description

Definition at line 50 of file OwnershipManager.h.

Constructor & Destructor Documentation

◆ WriterInfo() [1/2]

OpenDDS::DCPS::OwnershipManager::WriterInfo::WriterInfo ( const GUID_t pub_id,
const CORBA::Long ownership_strength 
)
inline

Definition at line 51 of file OwnershipManager.h.

53  : pub_id_(pub_id)
54  , ownership_strength_(ownership_strength)
55  {}

◆ WriterInfo() [2/2]

OpenDDS::DCPS::OwnershipManager::WriterInfo::WriterInfo ( )
inline

Definition at line 57 of file OwnershipManager.h.

60  {}
const GUID_t GUID_UNKNOWN
Nil value for GUID.
Definition: GuidUtils.h:59

Member Data Documentation

◆ ownership_strength_

CORBA::Long OpenDDS::DCPS::OwnershipManager::WriterInfo::ownership_strength_

◆ pub_id_

GUID_t OpenDDS::DCPS::OwnershipManager::WriterInfo::pub_id_

The documentation for this struct was generated from the following file: