-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Timothy Rule (VM/EMT3) <[email protected]>
- Loading branch information
1 parent
928c931
commit 8a7dbe8
Showing
8 changed files
with
163 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: "DSE FMI API Reference" | ||
linkTitle: "FMI" | ||
weight: 80 | ||
weight: 400 | ||
--- | ||
|
||
## DSE FMI API Reference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "FMI - FMI Models" | ||
linkTitle: "FMI" | ||
weight: 400 | ||
--- | ||
|
||
## DSE FMI Models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "FMI Gateway FMU" | ||
linkTitle: "FMI Gateway" | ||
weight: 200 | ||
tags: | ||
- FMI | ||
- Gateway | ||
- Model | ||
github_repo: "https://github.com/boschglobal/dse.fmi" | ||
github_subdir: "doc" | ||
--- | ||
|
||
## Synposis | ||
|
||
FMI Gateway FMU | ||
|
||
|
||
## Simulation Setup | ||
|
||
### Structure | ||
|
||
#### Example Simulation | ||
|
||
```text | ||
``` | ||
|
||
## FMI Gateway FMU Setup | ||
|
||
> DOC: Provide description of FMI Gateway FMU Taskfile workflows. | ||
|
||
## FMI Gateway FMU Operation | ||
|
||
> DOC: Operation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "FMI Model Compatibility Library (MCL)" | ||
linkTitle: "FMI MCL" | ||
weight: 400 | ||
tags: | ||
- FMI | ||
- MCL | ||
- Model | ||
github_repo: "https://github.com/boschglobal/dse.fmi" | ||
github_subdir: "doc" | ||
--- | ||
|
||
## Synposis | ||
|
||
FMI Model Compatibility Library | ||
|
||
|
||
## Simulation Setup | ||
|
||
### Structure | ||
|
||
#### Example Simulation | ||
|
||
```text | ||
``` | ||
|
||
## FMI MCL Setup | ||
|
||
> DOC: Provide description of FMI MCL Taskfile workflows. | ||
|
||
## FMI MCL Operation | ||
|
||
> DOC: Operation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "FMI ModelC FMU" | ||
linkTitle: "FMI ModelC" | ||
weight: 600 | ||
tags: | ||
- FMI | ||
- ModelC | ||
- Model | ||
github_repo: "https://github.com/boschglobal/dse.fmi" | ||
github_subdir: "doc" | ||
--- | ||
|
||
## Synposis | ||
|
||
FMI ModelC FMU | ||
|
||
|
||
## Simulation Setup | ||
|
||
### Structure | ||
|
||
#### Example Simulation | ||
|
||
```text | ||
``` | ||
|
||
## FMI ModelC FMU Setup | ||
|
||
> DOC: Provide description of FMI ModelC FMU Taskfile workflows. | ||
|
||
## FMI ModelC FMU Operation | ||
|
||
> DOC: Operation. |