#include "PolicyKind.hpp"
Definition at line 35 of file PolicyKind.hpp.
◆ 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: