I have a custom C++ interface for describing DAE systems that our solvers use. In looking at the Modelica Compiler, what is the recommended way to create a stub for any modelica model that implements that interface? I'm not interested in a CORBA server hosted by the OMC. I'd like to go through the parsing pipleline to create a flattened model with optimized and sorted equations which sit behind my DAE interface. Is the Code Generator in Open Modelica transparent enough for a new developer, not familiar with the codebase, to pick up, learn, and adapt to my needs?
Cheers,
DEK
