Skip to content

Commit

Permalink
Add reference to naming convention to readme (#4)
Browse files Browse the repository at this point in the history
* Add reference to naming convention to readme

Signed-off-by: ClemensLinnhoff <[email protected]>

---------

Signed-off-by: ClemensLinnhoff <[email protected]>
  • Loading branch information
ClemensLinnhoff authored Jan 9, 2024
1 parent af31433 commit 172af96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SL-5-5 OSI Trace File Player

This [FMU](https://fmi-standard.org/) is able to play binary OSI trace files.
The trace file names have to comply to the [OSI trace file naming convention](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/interface/architecture/trace_file_naming.html),
as the player parses the name to identify the message type (SensorView or SensorData) of the trace file.
The folder containing the trace files has to be passed as FMI parameter _trace_path_.
The trace file player is build according to the [ASAM Open simulation Interface (OSI)](https://github.com/OpenSimulationInterface/open-simulation-interface) and the [OSI Sensor Model Packaging (OSMP)](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging) examples.

Expand Down

0 comments on commit 172af96

Please sign in to comment.