mirror of
https://github.com/nasa/trick.git
synced 2025-01-21 20:08:08 +00:00
3e0abdddc5
When a field is processed in a class it is added to a list. This list will contain the fields from base classes the current class inherits from. We check the list of fields we inherited, if we find that the current field overloads the name of an inherited field we adjust the inherited field's name to be shown as the fully qualified name in io_src code. Fixes #31 |
||
---|---|---|
.. | ||
Interface_Code_Gen |