Independent variables as list

3 posts / 0 new
Last post
jens
Offline
Joined: 2009-04-24
Independent variables as list

Hi,

Three months ago I added the possibility to specify the independent_vars as a list instead of a bit mask. I'm now thinking this might have been a high level feature. Should this feature be moved this to jmodelica.jmi.Model instead of jmodelica.jmi.JMIModel? Any comments? In that case a ticket should be created for this.

Jens

jakesson
Offline
Joined: 2009-03-14
Yes, I think this is a

Yes, I think this is a high-level feature. The general idea is that JMIModel should wrap the generated model DLL and provide interfaces to the JMI functions "as is". The Model class on the other hand, may wrap the JMIModel functions in order to provide a more user friendly interface.
 
/Johan

jens
Offline
Joined: 2009-04-24
Ok. That's what I thought. I

Ok. That's what I thought. I created a ticket for this here: https://trac.jmodelica.org/ticket/346

Login or register to post comments