emersion/libliftoff

Allow user to choose which planes to hand over to the library

Closed this issue · 1 comments

The user might want to keep some planes away from the library, e.g. for manual configuration or leasing purposes.

Tentative API:

bool liftoff_device_add_plane(struct liftoff_device *device, uint32_t plane_id);
void liftoff_device_remove_plane(struct liftoff_device *device, uint32_t plane_id);
bool liftoff_device_add_all_planes(struct liftoff_device *device);