domain¶
- class cyclonedds.domain.Domain(domain_id, config=None)[source]¶
Bases:
Entity
A Domain represents a DDS domain with a set configuration. On the network a Domain is nothing more than an integer id. DDS domains are guaranteed to never mix, allowing logical separation of parts of your application.