Feature #1196
High- and Low-level API functions
Description
The functions in the API can be separated into a high- and low-level ones by providing two different header files for each set. It may be good to avoid duplication of the functions. One possibility is for the high-level ones to be the same as some of the low-level functions but with reduced features and sane defaults.
History
#1 Updated by Magnus Lundborg over 7 years ago
- Assignee set to Magnus Lundborg
#2 Updated by Magnus Lundborg over 7 years ago
- Status changed from New to In Progress
High-level and low-level functions are all in the same header and can be used in combination without any restrictions. High-level API functions have tng_util_ as prefix instead of only tng_.
#3 Updated by Magnus Lundborg about 7 years ago
- Status changed from In Progress to Closed
The high-level API will continue to expand (like the low-level API) for another while. But it's there and seems to work OK.