nasa / bplib

Apache License 2.0
30 stars 13 forks source link

Fix #92, Implement blocktype registration API #93

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Submodules can supply constructor/destructor routines for the service specific blocks via blocktype registration calls. This removes some special code that was added for ref blocks to call a implementation function on recycle, because that can now be done for any block type through a destructor.

Fixes #92