adamfk / c-filter-chain

C Filter Chain suitable for real time embedded systems
GNU Lesser General Public License v3.0
0 stars 0 forks source link

consider reflection uses/implementations #22

Open adamfk opened 6 years ago

adamfk commented 6 years ago

knowing what fields are inside a filter Block would allow stricter unit tests (against layout changes), as well as significantly improve BlockChain diagram rendering.

adamfk commented 6 years ago

Would also be very useful if need to generate own bindings or conversions for Emscripten. Embind has lots of issues with raw pointers.

potential libraries:

Another alternative would be "scraping" decorated source files to determine their contents instead. gcc supports a preprocessor flag that keeps comments that could be helpful.