File pmacAxis.h:
The default constructor of LiftAxis just forwards to the pmacAxis constructor, which has an optional argument "autoenable" with the default value "true". However, we want that argument to be false, hence we provide an explicit constructor. File C804Axis.cpp: Removed a typing error File Makefile.RHEL8: Switched compilation target name to 2024-amor-no-autoenable-lift-axis to not disturb other instruments. The newly created library is meant just for Amor. if no problems occur, we can upstream the changes to master at the end of October and create a new library "2023-v3".
This commit is contained in:
@ -13,7 +13,7 @@ REQUIRED+=scaler
|
||||
REQUIRED+=asynMotor
|
||||
|
||||
# Release version
|
||||
LIBVERSION=2024-dev
|
||||
LIBVERSION=2024-amor-no-autoenable-lift-axis
|
||||
|
||||
# DB files to include in the release
|
||||
TEMPLATES += sinqEPICSApp/Db/dimetix.db
|
||||
|
Reference in New Issue
Block a user