nasa / CCDD

CFS Command and Data Dictionary Tool (CCDDT)
81 stars 31 forks source link

getStructureTablesByReferenceOrder not returning tables with type "Structure: Cmd Args Ref" #88

Closed royerboat closed 4 years ago

royerboat commented 4 years ago

The getStructureTablesByReferenceOrder function from theCcddScriptDataAccessHandler class no longer seems to return tables where the type is "Structure: Cmd Args Ref".

You can see this when trying to run the typesHeader.js script against a command that include a command args structure. The data type for the command args structure does not appear in the header file output.

bawi235 commented 4 years ago

Pushed an update that addresses this issue.

royerboat commented 4 years ago

Thanks, this seems to resolve my issue.