Skip to content

boschglobal/dse.standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Simulation Environment - Standards

Introduction

Standards extensions (adaptations) supporting the Dynamic Simulation Environment (DSE) Core Platform.

L- doc          Documentation and image source.
L- dse/ncodec   Network Codec API, implementation of Binary Codec.
L- modelica     Adaptations relating to the Modelica Association Standards.

Reference Implementations

Network Codec API

Standards Extensions

Modelica FMI Layered Standards

  • FMI Layered Standard for Binary Strings (fmi-ls-binary-string)
    Backport of FMI 3 Binary API to FMI 2. Annotation method for FMI 2 Strings to indicate that the Binary API should be used.

  • FMI Layered Standard for Binary Codecs (fmi-ls-binary-codec)
    Method for the selection of an FMI Binary Variable Codec at runtime using either; the Binary Variable mimeType field (immutable), or an associated FMI String Variable which contains the MIME Type specifier of that FMI Binary Variable (mutable).

Contribute

Please refer to the CONTRIBUTING.md file.

License

Dynamic Simulation Environment Standards is open-sourced under the Apache-2.0 license. See the LICENSE and NOTICE files for details.

References