Module rustdds::dds

source ·
Expand description

DDS interface - Most commonly needed items should be re-exported directly to crate top level and modules no_key and with_key.

Re-exports§

Modules§

  • Serializer/deserializer adapters to connect serialization to RTPS. DeserializerAdapter is used to fit serde Deserializer implementations and DataReader together.
  • Defines instance Keys that are needed to access WITH_KEY topics.
  • Participating to NoKey topics.
  • DDS Quality of Service policies
  • This module corresponds to “Return codes” in DDS spec Section “2.2.1.1 Format and Conventions”, but the error codes are not the same. In particular, a uniform error type is not used for all DDS calls, because most calls can only return a subset of errors. Using specialized error types makes the description of possible failures more precise.
  • DDS Sample metadata
  • Events that report other things than data samples received, e.g. new endpoints matched or communication errors.
  • Participating to WithKey topics.

Structs§