mar-file-system / mad

MarFS Automatic Deployment
Other
0 stars 0 forks source link

Consider tools for config struct generation for C #14

Open shanegoff opened 3 years ago

shanegoff commented 3 years ago

In the past I used a "quickobject" which would happily read any config file as long as it was XML and made sense and create databindings for the config file. This could be useful for the future, and could possibly be restored if needed. This could also serve useful for generating header files with the C structs needed by MarFS to aid in quick prototyping on the MarFS side.

jti says

Don’t forget about the need to generate a .h file, containing C struct declarations, if the fields of the abstract XML change. Perhaps we can just do that by hand, from now on.