tuwien.auto.calimero.dptxlator.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of calimero-core Show documentation
Show all versions of calimero-core Show documentation
Calimero, a free KNX network library
The newest version!
/**
* Contains translators for translating between KNX datapoint types (DPT), java types and values carrying more specific
* type semantics, e.g., engineering unit.
* {@link tuwien.auto.calimero.dptxlator.PropertyTypes} provides a mapping of property data type (PDT), for associating
* property types to DPT translators.
* {@link tuwien.auto.calimero.dptxlator.TranslatorTypes} provides lookup support for available DPT translators when
* working with datapoint types.
*/
package tuwien.auto.calimero.dptxlator;