Skip to content

Commit

Permalink
Remove FMI implementations.
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Rule (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Nov 12, 2024
1 parent 87660e1 commit 50c22dc
Show file tree
Hide file tree
Showing 29 changed files with 78 additions and 4,597 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ export PACKAGE_ARCH ?= linux-amd64
export PACKAGE_ARCH_LIST ?= $(PACKAGE_ARCH)
export CMAKE_TOOLCHAIN_FILE ?= $(shell pwd -P)/extra/cmake/$(PACKAGE_ARCH).cmake
SRC_DIR = $(NAMESPACE)/$(MODULE)
SUBDIRS = extra/external $(SRC_DIR)/fmi/examples
# $(NAMESPACE)/$(MODULE)/fmi/models
SUBDIRS = extra/external


###############
Expand Down
9 changes: 1 addition & 8 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ export _INDEX_MD_FILE
DOC_OUTPUT_index := doc/content/apis/clib/_index.md


# Module "fmi"
DOC_INPUT_fmi := dse/clib/fmi/fmu.h
DOC_CDIR_fmi := dse/clib/fmi/fmu.c,dse/clib/fmi/importer.c,dse/clib/fmi/storage.c,dse/clib/fmi/strategy.c
DOC_OUTPUT_fmi := doc/content/apis/clib/fmi/index.md
DOC_LINKTITLE_fmi := FMI
DOC_TITLE_fmi := "FMI API Reference"

# Module "marshal"
DOC_INPUT_marshal := dse/clib/data/marshal.h
DOC_CDIR_marshal := dse/clib/data/marshal.c
Expand All @@ -40,7 +33,7 @@ DOC_LINKTITLE_marshal := Marshal
DOC_TITLE_marshal := "Marshal API Reference"

# Targets
DOC_C_MODULES := fmi marshal
DOC_C_MODULES := marshal


.PHONY: examples
Expand Down
Binary file removed doc/content/apis/clib/fmi/fmu-model.png
Binary file not shown.
Loading

0 comments on commit 50c22dc

Please sign in to comment.