Package gda.hrpd.pmac
Class SafePosition
java.lang.Object
gda.factory.FindableBase
gda.hrpd.pmac.SafePosition
This data object defines the safe position to park a device when it is not in use while operating other devices around it.
It is used to store configurable positions for safe operation of devices on beamline so collision avoidance logic can be implemented elsewhere.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckPosition(String motorName, double actualPosition) doubledoublevoidsetPosition(double safeposition) voidsetTolerance(double safePositionTolerance) booleanMethods inherited from class gda.factory.FindableBase
equals, getName, hashCode, setName
-
Constructor Details
-
SafePosition
public SafePosition()
-
-
Method Details