![]() |
OpenSplice ISO C++ 2 DCPS
v6.x
ISO C++ 2 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
The Publication Module is comprised of the following classifiers:
The Publisher is responsible for sending the data-update message to subscribers:
| Qos | Brief |
|---|---|
| GROUP_DATA | Sequence of data distributed by means of built-in topics |
| ENTITY_FACTORY | Auto enable/disable entities on creation |
| PRESENTATION | Specifies how the samples representing changes to the data instances are presented |
| PARTITION | Set of strings that represent the logical partition among topics |
| QoS | Attribute | Value |
|---|---|---|
| GROUP_DATA | value.length | 0 |
| ENTITY_FACTORY | autoenable_created_entities | TRUE |
| PRESENTATION | access_scope coherent_access ordered_access | INSTANCE FALSE FALSE |
| PARTITION | name.length | 0 |
The Publisher listens to DataWriter defined callbacks, if registered.