Overwrote reset from sinqAxis with doReset
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#ifndef detectorTowerAngleAxis_H
|
||||
#define detectorTowerAngleAxis_H
|
||||
#include "turboPmacAxis.h"
|
||||
#include <errlog.h>
|
||||
|
||||
// Forward declaration of the controller class to resolve the cyclic dependency
|
||||
// between the controller and the axis .h-file. See
|
||||
@ -93,6 +94,14 @@ class detectorTowerAngleAxis : public turboPmacAxis {
|
||||
*/
|
||||
asynStatus toggleWorkingChangerState(bool toChangingPosition);
|
||||
|
||||
/**
|
||||
* @brief Overwrite the `reset` function so it doesn't do fast polls
|
||||
* afterwards.
|
||||
*
|
||||
* @return asynStatus
|
||||
*/
|
||||
asynStatus reset() { return doReset(); }
|
||||
|
||||
/**
|
||||
* @brief Implementation of the `doReset` method of sinqAxis
|
||||
*
|
||||
|
Reference in New Issue
Block a user