Files
Wataru Ishida c224a81a87 *: s/HOSTIF/HOST_INTERFACE/g, s/NETWORKIF/NETWORK_INTERFACE/g
Preparation for supporting custom object APIs in meta library.
This commit makes it possible to remove ad-hoc handlings in
meta-data generation

Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
2022-04-27 21:32:02 +00:00
..
2022-02-12 23:43:18 +09:00
2022-04-19 16:06:25 +09:00
2022-02-12 23:43:18 +09: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