]> gerrit.simantics Code Review - simantics/fmil.git/commit
(refs #6283) Introduce FMI interface library
authorvillberg <villberg@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 26 Jan 2016 08:48:43 +0000 (08:48 +0000)
committervillberg <villberg@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 26 Jan 2016 08:48:43 +0000 (08:48 +0000)
commitd37b372df3c35c5f89c139146422041a79a726e5
treea0754bc6b81394f7a843fb4d1f5614a75b0e3fc3
parente27dc6f49c8a9cab4c3cbcf0ba13087c5746779e
(refs #6283) Introduce FMI interface library
Initial version

git-svn-id: https://www.simantics.org/svn/simantics/fmi/trunk@32304 ac1ea38d-2e2b-0410-8846-a27921b304fc
63 files changed:
org.simantics.fmil/.classpath [new file with mode: 0644]
org.simantics.fmil/.project [new file with mode: 0644]
org.simantics.fmil/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.simantics.fmil/META-INF/MANIFEST.MF [new file with mode: 0644]
org.simantics.fmil/build.properties [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/FMUSimulator.vcxproj [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/FMUSimulator.vcxproj.filters [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/fmi_util.c.txt [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/fmilib_shared.lib [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/COPYING.txt [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/CAPI/FMI1/fmi1_capi.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/CAPI/FMI2/fmi2_capi.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/ThirdParty/FMI1/FMILIB_FMI1_Readme.txt [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/ThirdParty/FMI1/fmiFunctions.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/ThirdParty/FMI1/fmiModelFunctions.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/ThirdParty/FMI1/fmiModelTypes.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/ThirdParty/FMI1/fmiPlatformTypes.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/FMI/fmi_util.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/FMI/fmi_version.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/FMI1/fmi1_enums.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/FMI1/fmi1_functions.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/FMI1/fmi1_types.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/FMI2/fmi2_enums.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/FMI2/fmi2_functions.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/FMI2/fmi2_types.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/FMI2/fmi2_xml_callbacks.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/JM/jm_callbacks.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/JM/jm_named_ptr.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/JM/jm_portability.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/JM/jm_stack.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/JM/jm_string_set.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/JM/jm_types.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/JM/jm_vector.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/FMIL/Util/JM/jm_vector_template.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/expat.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/expat.lib [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/expat_external.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/fmi1_cs.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/fmiModelFunctions.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/fmiModelTypes.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/fmi_me.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/inffixed.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/inflate.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/inftrees.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/jni.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/jni_md.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/libexpatMT.lib [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/org_simantics_fmil_FMILJNI.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/sim_support.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/stack.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/trees.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/xml_parser.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/include/zutil.h [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/src/fmu_control.cpp [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/src/sim_support.c [new file with mode: 0644]
org.simantics.fmil/native/FMUSimulator/src/stack.c [new file with mode: 0644]
org.simantics.fmil/native/FMUSolution.sdf [new file with mode: 0644]
org.simantics.fmil/native/FMUSolution.sln [new file with mode: 0644]
org.simantics.fmil/native/FMUSolution.suo [new file with mode: 0644]
org.simantics.fmil/native/FMUSolution.v11.suo [new file with mode: 0644]
org.simantics.fmil/src/org/simantics/fmil/ExecEnvironment.java [new file with mode: 0644]
org.simantics.fmil/src/org/simantics/fmil/FMIL.java [new file with mode: 0644]
org.simantics.fmil/src/org/simantics/fmil/FMILException.java [new file with mode: 0644]