Author Topic: c code generation option  (Read 3597 times)

murali

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
c code generation option
« on: July 28, 2004, 06:41:45 pm »
Noted that with Rational Rose has c code generation option.
A similarly priced  tool by metamill does as well.
Likely hood of  EA having  this feature. or can it.

Barry_Pearce

  • EA User
  • **
  • Posts: 70
  • Karma: +0/-0
    • View Profile
Re: c code generation option
« Reply #1 on: July 29, 2004, 06:57:48 am »
? curious. As of 2000 their code generators didnt...When did this change?

What on earth does it produce?!

ufechner

  • EA User
  • **
  • Posts: 85
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: c code generation option
« Reply #2 on: August 15, 2004, 04:46:18 am »
Hello,

there is an open source tool, that can create c code
from UML diagrams (not from xmi files).

You can see examples of the c code, that is generated here:

http://dia2code.sourceforge.net/examples.html

I am doinig a lot of development in the way, that I create
an UML model first, and create c code of it than.
(manually).

If you want to automate this, you need to define a mapping
(which is not that difficult, but there are many possible mappings,
and it is unlikely, that one tool will fit all your needs.)

Regards:

ufechner


dhaynes

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: c code generation option
« Reply #3 on: September 28, 2004, 03:02:24 pm »
Yup, I agree... C code generation, even if it's only partial support. Not intimate with the issues but seems like the  biggest change would be explicitly passing a 'this' pointer....?

For embedded systems, C++ is often not an option.