From 8dbc1939633e2fcf1ec30062910847f7adb58e72 Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Tue, 9 Jan 2024 11:37:16 +0100 Subject: [PATCH 1/2] Add reference to naming convention to readme Signed-off-by: ClemensLinnhoff --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9859cec..bea7c55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 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. From 940f2bf1c7c99acd7e972df519efd4775f23f962 Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Tue, 9 Jan 2024 11:42:20 +0100 Subject: [PATCH 2/2] Fix line length Signed-off-by: ClemensLinnhoff --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bea7c55..4d08dca 100644 --- a/README.md +++ b/README.md @@ -1,7 +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 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.