Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

If you want to download the most recent version (which is now, in December 2009, the version 2.0) you should follow the steps listed below:

...

  • doc: Documentation files. Specific versions for .Net and Java are in subfolders.
  • src: All source files
    • csharp/java: Versions of the source files for different languages. This folder contains a file for building all the source code for that language. (For CSharp, a Visual studio solution called Oatc.OpenMI.All.sln)
      • OpenMI.StandardXStandard2: The OpenMI standard version X2
      • OATC.OpenMI: Implementation provided by the OATC.
        • Examples: Contains a number of subfolders, each with their example of an OpenMI linkable component.
        • External: Third party dlls that are required when building some of the projects.GUI: Configuration manager
        • ModelWrappers: Contains a number of subfolders, each providing helper class for wrapping models into Linkable Components. The EngineWrapper subfolder contains what correspods to the 1.4 IEngine helper classes.
        • SDK: Software Development Kit, default implementation of classes in the standard, and helper classes for different purposes. Split into Backbone (default implementation of standard), Buffer (buffering and time interpolation), DevelopmentSupport (misc) and Spatial (interpolation in space).
        • Tests: Contains unit test projects for projects in the OATC.OpenMI folder, with a similar subfolder structure.

...