-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Is your feature request related to a problem? Please describe.
Tables are a component of applications that are expected to be customized by the user. The cFS build process supports this customization (for example, by creating sample_defs/tables/cpu1_sample_table.c). Currently sample_table.c is in fsw/src but everything else in fsw/src is not expected to be customized by the user.
I consider sample_app to be the "style template" for applications, so this should be clear not just for users of the sample_app but for folks who model their code on sample_app.
Describe the solution you'd like
I would like to see a clearer indication that sample_table.c is expected to be customized--whether it be relocated to a different folder (fsw/tables?) or possibly rename it to sample_table.c.sample?
Requester Info
Christopher.D.Knight@nasa.gov