Files
oopt-tai/meta
Wataru Ishida f7795bc964 meta: add tai_metadata_clear_attr_value to clear attribute value
tai_metadata_clear_attr_value clears attribute value without touching
allocated area

Signed-off-by: Wataru Ishida <ishida@nel-america.com>
2020-01-03 09:06:15 -08:00
..
2019-12-20 15:40:00 -08:00
2019-09-19 17:29:36 -07:00

Metadata for TAI

Metadata for TAI is a set of auto generated (based on TAI headers) data and functions which allow TAI attributes serialization and more.

Metadata is generated as ANSI C source and header.

Parser also forces headers to be well formated when adding new code.

As same as TAI itself, TAI metadata is based upon and quite common to the SAI metadata.

How to build

native build

prerequisite

  • gcc
  • python3
  • libclang6.0
$ make

Docker build

prerequisite

  • docker
$ make docker-image
$ make docker