Skip to main content

Module codec

Module codec 

Source
Expand description

XML↔CDR-Codec — DDS-XML 1.0 §6.4.

Spec §6.4: topic-sample mapping to XML. The sample structure is encoded as <Sample><field-name>value</field-name>...</Sample>, with a type discriminator as the root tag.

Enums§

CodecError
Codec error.
FieldKind
Field-Kind (DDS-Builtin-Types Map zu DDS-XML §6.4 Tab.1).
FieldValue
Field value with kind info.

Functions§

decode_xml
Decode XML back into a sample map. Spec §6.4.
encode_to_xml
Encode a sample map into XML. Spec §6.4.