...
This commit is contained in:
@@ -643,7 +643,8 @@ public:
|
||||
// *result = (coords.X < _maxLimit) && (coords.X > _minLimit);
|
||||
} else { // mcc_celestial_point_c
|
||||
if (coords.pair_kind == MccCoordPairKind::COORDS_KIND_XY) { // hardware
|
||||
*result = (coords.X < _maxLimit) && (coords.X > _minLimit);
|
||||
// *result = (coords.X < _maxLimit) && (coords.X > _minLimit);
|
||||
*result = (coords.X > _maxLimit) || (coords.X < _minLimit);
|
||||
} else { // here one needs transform input coordinates to hardware encoder ones
|
||||
MccCelestialPoint pt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user