Module rustdds::dds::traits[][src]

All DDS related traits for functionality such as getting DDS EntityId

Modules

serde_adapters

Traits

DDSEntity

Intended to somewhat describe DDS 2.2.2.1.1 Entity Class

Key

Key trait for Keyed Topics

Keyed

A sample data type may be Keyed : It allows a Key to be extracted from the sample. In its simplest form, the key may be just a part of the sample data, but it can be anything computable from a sample by an application-defined function.

RTPSEntity

Base class for all RTPS entities. RTPS Entity represents the class of objects that are visible to other RTPS Entities on the network. As such, RTPS Entity objects have a globally-unique identifier (GUID) and can be referenced inside RTPS messages. (for usage, DomainParticipant, DataReader and DataWriter implement this) RTPS 2.3 specification section 8.2.4

TopicDescription

Trait estimate of DDS 2.2.2.3.1 TopicDescription Class