Free library for interfacing hardware drivers to Modelica models. There is support for joysticks, keyboards, UDP, TCP/IP, LCM, MQTT, shared memory, AD/DA converters, serial port and other devices.
Calling Modelica_DeviceDrivers.OperatingSystem.clock(...) on Linux produces garbage output. Reason is two errors in Linux implementation of MDD_getTimeMS(...): 1. Wrong scaling factor and 2. integer overflow (use of too small 32-bit integer).
Calling
Modelica_DeviceDrivers.OperatingSystem.clock(...)
on Linux produces garbage output. Reason is two errors in Linux implementation ofMDD_getTimeMS(...)
: 1. Wrong scaling factor and 2. integer overflow (use of too small 32-bit integer).