Book a Demo

Author Topic: Custom Template based C Code Generation  (Read 3408 times)

manish_kumar4all

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Custom Template based C Code Generation
« on: August 08, 2016, 07:29:23 pm »
Hi,

I am trying to build a custom template for C Code Generation, for this I have defined a class and its respective Tag values through MDG Technologies toolbox I am going to configure the values (Tag value window) for the class.

Problem:
1. How to generate the code for Package which is having n-number of classes (If I select package and generate code, it should generate single .c & .h file for all classes present under that package)??
     --> I have tried to set “Filename” of all classes in same location but in this case last class were present in .h file

2. How to generate C code for composite diagram ?
      --> I am trying to generate the C code for composite classes but its generating as blank.

Thanks in Advance.

Regards,
Manish