Closed odinthenerd closed 11 months ago
the library needs to know the length of the buffer since an arbitrarily long list of capabilities is possible.
https://github.com/skunkforce/unified-abstract-dataproducer-template/blob/66f8b97d14913486d155a08bc7395e3d78a56e6c/src/UaDI_template.h#L157
So get_meta_data should only receive a char* as well as a size_t and the same for enumerate
get_meta_data
char*
size_t
enumerate
the library needs to know the length of the buffer since an arbitrarily long list of capabilities is possible.
https://github.com/skunkforce/unified-abstract-dataproducer-template/blob/66f8b97d14913486d155a08bc7395e3d78a56e6c/src/UaDI_template.h#L157