Skip to content

c_interface

Yannik Friedrich edited this page Nov 22, 2022 · 1 revision

C Interface

The C interface implements the Devices and their operations. The interface is split up into different header files.

  • ftalloc.h: Defines functions for allocatiting TXT and device instances.
  • ftop.h: Defines functions to operate on the TXT and device instances.
  • ftslave.h: Defines functions for allocating TXT slave instances and for querying slave-related information.
  • fttypes.h: Defines useful values and types.

The entire interface is inluded by

#include <ft/ft.h>
Clone this wiki locally