.. Kortex API documentation master file, created by sphinx-quickstart on Wed Aug 3 15:26:06 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Documentation +++++++++++++ Welcome to the KINOVA® KORTEX™ API documentation. If you are a newcomer, feel free to check our :doc:`installation procedure `. Once this is done, a good starting point would be the getting started section. It includes the :doc:`API mechanism `, the :doc:`error management ` and some :doc:`code examples `. This API uses `Google Protocol Buffer `_ message objects1 to exchange data between client and server. `Google Protocol Buffer `_ offers structured data objects with standard methods for each member field: * structured, nested objects * basic types and collections * getter/setter methods on basic types * iterators, dimension and appending methods on collections * many helpers (e.g. serialize/deserialize, I/O functions) When using the Kortex API a developer will need to understand the `Google Protocol Buffer `_ feature set to maximize their efficiency. .. toctree:: :maxdepth: 2 :hidden: :caption: Getting started Install the API Get to know it See what you can do (examples) Managing problems .. toctree:: :maxdepth: 2 :hidden: :caption: API ref/index