C API#
This document details the Pixie SDK C API for implementations that need a C interface (ex. Python).
Due to hardware changes, we will be required to update and modify this API to add or deprecate functionality. We will attempt to ensure that all documentation is marked when it gets changed or deprecated.
A good example is the statically defined NUMBER_OF_CHANNELS with a value of 16. The latest Pixie-16 hardware supports up to 32 channels. Any downstream software depending on this value may not function properly when using the new hardware.