dust_dds 0.15.0

Data Distribution Service (DDS) implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod actor;
pub mod data_representation_builtin_endpoints;
pub mod domain_participant;
pub mod domain_participant_factory;
pub mod domain_participant_factory_mail;
pub mod domain_participant_mail;
pub mod listeners;
pub mod status_condition;
pub mod status_condition_mail;
pub mod xtypes_glue;

/// Contains the built-in topics used by the service to propagate information needed for discovery and other data.
pub mod builtin_topics;

pub mod channels;
/// Contains all the basic types used in the other modules including e.g. qos policies and communication statuses.
pub mod infrastructure;