openMSL / sl-1-0-sensor-model-repository-template

Template repository: Clone and build your ASAM OSI sensor model.
Mozilla Public License 2.0
8 stars 2 forks source link

Enhance the C++ HelloWorld example to be build as an OSMP FMU #16

Closed ClemensLinnhoff closed 1 year ago

ClemensLinnhoff commented 1 year ago

Is your feature request related to a problem? Please describe. Currently an minimal C++ example is contained in this repository template. However, test levels 3 and 4 in the Test Architecture need an FMU to be built and run in a co-simulation pipeline.

Describe the solution you'd like A minimal OSMP FMU should be included in this repository, e.g. based on the OSMPDummySensor. Then all test levels including all Github actions with their dependencies and requirements can be demonstrated in this template.

jdsika commented 1 year ago

Add error and exception handling best practices