WIP version with offset RBV (integration from hardware currently
missing)
This commit is contained in:
6
Makefile
6
Makefile
@ -13,16 +13,18 @@ REQUIRED+=motorBase
|
||||
motorBase_VERSION=7.2.2
|
||||
|
||||
# Specify the version of sinqMotor we want to build against
|
||||
sinqMotor_VERSION=mathis_s
|
||||
sinqMotor_VERSION=0.8.0
|
||||
|
||||
# Specify the version of turboPmac we want to build against
|
||||
turboPmac_VERSION=mathis_s
|
||||
turboPmac_VERSION=0.7.0
|
||||
|
||||
# These headers allow to depend on this library for derived drivers.
|
||||
HEADERS += src/offsetAxis.h
|
||||
HEADERS += src/detectorTowerAxis.h
|
||||
HEADERS += src/detectorTowerController.h
|
||||
|
||||
# Source files to build
|
||||
SOURCES += src/offsetAxis.cpp
|
||||
SOURCES += src/detectorTowerAxis.cpp
|
||||
SOURCES += src/detectorTowerController.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user