mirror of
https://github.com/Telecominfraproject/oopt-tai.git
synced 2025-12-30 18:10:58 +00: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