![]() |
OpenSplice ISO C++ 2 DCPS
v6.x
ISO C++ 2 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
The Subscription Module is comprised of the following classifiers:
The Subscriber is responsible for collecting data from various publications:
| QoS | Brief |
|---|---|
| GROUP_DATA | User data |
| 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 |
| SHARE | Used to share a Subscriber between multiple processes. |
| 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 |
| SHARE | name enable | NULL FALSE |
| Status | Brief |
|---|---|
| DATA_ON_READERS | New information is available |
| Listener | Brief |
|---|---|
| on_data_on_readers() | Data available on one of the attached DataReaders |