Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 999 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 999 Bytes

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