nasa / EdsLib

CCSDS SOIS Electronic Data Sheet Tool and Library
Apache License 2.0
31 stars 12 forks source link

Update EDS2CFETBL tool to better deduce EDS type name from CFE_TBL_FileDef #11

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Instead of adding another field to the traditional CFE_TBL "FileDef" struct/macro to indicate the EDS type, it might be better to deduce the EDS type name in some more backward compatible ways:

The issue is that any change/extension to the FILEDEF macro is not backward compatible. Overloading the description field would still require an update to the table files, but that update would still work with the non-EDS version of the software.