-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Thanks for this wonder tutorial in 16th Modelica&FMI Conference.
There are some notes:
- Python virtual environments is introduced in python3.3, so we may don't need a
uv - we can use the following cmake config in
export\CMakeLists.txtto atomic set startup project
if(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT model)
endif()- There are additional work for cross-compile in platform QNX, VxWorks and so on.
- The fundamental difference between FMPy and Reference-FMU lies in their implementation languages. FMPy is more like a Swiss Army knife, while Reference-FMU serves more as a reference.
Metadata
Metadata
Assignees
Labels
No labels