(API) Shadow copy

Issue #214 resolved
Ali Ozdemir created an issue

Let me try to explain problem with an example:

Change the parameters of A,B,C object Assume that the delay time in Settings.ini file is 3 seconds After 1.5 seconds change parameters of D,E,F First compile result comes and changes the D,E,F After that second compile result comes and changes the D,E,F again.

Comments (1)

  1. Ali Koc

    If using OpenBrIM API, creating an object with default values as defined in OpenBrIM library will create such an object in your project.

    If you want to create an object with certain parameters, but you don't yet have the values (user has not yet entered them in your app), then you should wait for the user to enter those values. Only after that create the desired object in OpenBrIM.

    Let me know if this does not resolve your issue.

  2. Log in to comment