open-simulation-platform / libcosimc

OSP C co-simulation API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libcosimc - OSP C co-simulation API

libcosimc CI Conan

This repository contains the OSP C library for co-simulations which wraps and exposes a subset of the libcosim library's functions.

See CONTRIBUTING.md for contributor guidelines and LICENSE for terms of use.

How to build

libcosimc can be built in the same way as libcosim with the following differences in step 2

To include FMU-proxy support use -o libcosim:'proxyfmu=True' when installing dependencies in

 conan install ..  -o libcosim:'proxyfmu=True' --build=missing

When running cmake use -DLIBCOSIMC_USING_CONAN=TRUE

About

OSP C co-simulation API

License:Mozilla Public License 2.0


Languages

Language:C 61.6%Language:C++ 30.4%Language:CMake 7.0%Language:Python 0.9%