Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3.2 OpenMI 2.0 architecture

3.2.1 DataOperation (suggestion from Adrian)

Code Block
IDataOperation
{
     int StatusSourceElement(int nSourceElementIndex);
     int StatusTargetElement(int nTargetElementIndex);
}

...