Skip to content

Commit b6c2881

Browse files
committed
plugin for new indoor bike trainer supporting FTMS and Tacx Trainer Service
1 parent 5d6e26a commit b6c2881

5 files changed

Lines changed: 540 additions & 0 deletions

File tree

src/OpenCOVER/plugins/hlrs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ ADD_SUBDIRECTORY(Train)
5454
ADD_SUBDIRECTORY(Vineyard)
5555
ADD_SUBDIRECTORY(Shapefiles)
5656
ADD_SUBDIRECTORY(JAKA)
57+
ADD_SUBDIRECTORY(TacxFTMS)
5758

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
USING(Pthreads)
2+
using(VRML)
3+
4+
if(APPLE)
5+
return()
6+
endif()
7+
8+
SET(HEADERS
9+
TacxFTMS.h
10+
)
11+
SET(SOURCES
12+
TacxFTMS.cpp
13+
)
14+
cover_add_plugin(TacxFTMS)
15+
TARGET_LINK_LIBRARIES(TacxFTMS ${EXTRA_LIBS})
16+
#COVER_INSTALL_PLUGIN(TacxFTMS)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include $(COVISEDIR)/src/Makefile.default

0 commit comments

Comments
 (0)