esa / CCSDS_MO_StubGenerator

Generates technology bindings for CCSDS MAL service specifications
Other
4 stars 9 forks source link

use the types maps in derived generators #16

Closed lacourte closed 7 years ago

lacourte commented 8 years ago

Hi,

I need to browse through the list of types to get all the types compliant to a given abstract type. I could use the enumTypesSet/allTypesMap/compositeTypesMap/attributeTypesMap tables, but they are declared private. So they are not accessible in my class derived from GeneratorBase.

Could those tables be opened to subclasses and declared as protected ? Is there a better way to get what I am looking for ?

Thank you

SamCooper commented 7 years ago

Pull in your change for this