Book a Demo

Author Topic: Can EA code engineering generate types all in a single file?  (Read 2699 times)

mse

  • EA User
  • **
  • Posts: 308
  • Karma: +1/-0
    • View Profile
Can EA code engineering generate types all in a single file?
« on: March 12, 2019, 08:15:14 pm »
I would like to generate varias enum, struct, and typedefs in a single data types file that I can include in my source code. However, When I model a <<struct>> and an <<enum>> in my model, a file is generated for each one. I would like for both to be output to the same file.

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1353
  • Karma: +121/-10
  • Its the results that count
    • View Profile
Re: Can EA code engineering generate types all in a single file?
« Reply #1 on: March 13, 2019, 05:59:37 am »
Well you can always write a script to insert the enum into the struct file
Happy to help
:)