Expand description
Data tagging plugin SPI (OMG DDS-Security 1.1 §8.7).
Optional plugin for application-level labels (classification
markers, data sensitivity, etc.). Attached to every DataWriter/Reader
and propagated on the wire via the DataTags submessage.
In v1.3 only as a trait interface — production use only comes with NGVA/FACE integration in v2.0.
zerodds-lint: allow no_dyn_in_safe
(The plugin SPI needs Box<dyn DataTaggingPlugin>.)
Structs§
- DataTag
- A tag = name + value pair (comparable to
crate::Property, but at application-data level, not at participant-config level).
Traits§
- Data
Tagging Plugin - Data tagging plugin (spec §8.7.2).
Type Aliases§
- Data
Tagging Box - Factory alias.