mirror of
https://github.com/nasa/trick.git
synced 2025-02-22 01:46:41 +00:00
Found that my check for embedded classes was also catching some typedef structures. This was causing some io_src code not to be generated. Changed the test so that we can differentiate between embedded classes and the typedefs. This change fixes #10 and fixes #23.