Registry / other / fmilib

fmilib

JSON →
library2.4.1vcpkgunverified

FMI library is intended as a foundation for applications interfacing FMUs (Functional Mockup Units) that follow FMI Standard.

vcpkg install fmilib
INSTALL
IMPORT
SIG · FMILIB
F
fmilib
othercppv2.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fmilib.h
#include <fmilib.h>

Initialize and free an FMU import context

#include <fmilib.h> int main() { fmi_import_context_t* context = fmi_import_allocate_context(0); fmi_import_free_context(context); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

fmilib — pip install fmilib · libregistry