Cyclone ISO C++ API Reference Guide
dds::core::policy::OwnershipKind Struct Reference

#include "PolicyKind.hpp"

Public Types

enum  Type { SHARED, EXCLUSIVE }
 

Detailed Description

Definition at line 35 of file PolicyKind.hpp.

Member Enumeration Documentation

◆ Type

Enumerator
SHARED 

The same instance can be written by multiple DataWriter objects. All updates will be made available to the DataReader objects. In other words it does not have a specific owner.

EXCLUSIVE 

The instance will only be accepted from one DataWriter which is the only one whose modifications will be visible to the DataReader objects.

Definition at line 37 of file PolicyKind.hpp.


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