ADTF  3.18.2
DDL Library

Description

The Data Defintion Language (DDL) Package provides utilities to handle data descriptions and data defined by these descriptions.

#include <ddl/ddl.h>
  • "DDL specification" (@subpage page_dev_essential_ddl_specification "link")

DDL Library Parts

This library contains following internal parts:

DD - DataDefinition Creation

A Memory Model for the DDL Language.

  • See "DD Documentation"(@subpage page_dev_essential_ddl_dd "link")
      ddl/dd/ddstructure.h
      ddl/dd/ddfile.h
      ddl/dd/ddstring.h
    

Codec API

Access, decode and encode ddl described memory data.

  • See "Codec Documentation"(@subpage page_dev_essential_ddl_codec "link")
      ddl/codec/pkg_codec.h
    

Mapping Functionality

Map data from one DDL structure to another

  • See "Mapping specification"(@subpage page_dev_essential_ddl_signal_mapping_spec "link")
      ddl/mapping/pkg_mapping.h
    

    License Information

This library is provided under MPL 2.0(link). Have also a look at doc/licence for all license information.

See also "used licenses"(link) for licenses of integrated libraries.


Dependencies

a_util library

The libraries above depend on the a_util libraries.