vehicle-api

Yoriito Vehicle API Reference

Modules

Module Description
common The Common Components like logger, databroker client, etc.
signal The Signal level API of the Yoriito Vehicle API.

How to generate the documentation

To generate the documentation only, run the following commands from the repository root:

cmake -S . -B build -DBUILD_COMMON=OFF -DBUILD_SIGNAL=OFF -DENABLE_DOCS=ON
cmake --build build --target docs