Commit db1be0b0 authored by Marco Buttu's avatar Marco Buttu
Browse files

Removed checkFocusScan() and startFocusScan()

parent 4ed82db9
Loading
Loading
Loading
Loading
+1 −33
Original line number Diff line number Diff line
@@ -131,21 +131,6 @@ module MinorServo {
        raises (MinorServoErrors::MinorServoErrorsEx,
                ComponentErrors::ComponentErrorsEx);

        /** 
         * @todo to be review in order to reflect the signature of the method <i>startScan()</i>
         * Start the scan of the Z axis of the MinorServo active in the primary focus.
         *
         * @param starting_time the time the scan will start
         * @param range the total axis movement, in mm
         * @param total_time the duration of the scan (1 second is 10**7)
         *
         */
        void startFocusScan(
                inout ACS::Time starting_time, 
                in double range, 
                in ACS::Time total_time
        ) raises (MinorServoErrors::MinorServoErrorsEx,
                  ComponentErrors::ComponentErrorsEx);

        /** 
         * Start the scan of one axis of the MinorServo target.
@@ -173,23 +158,6 @@ module MinorServo {
        raises (MinorServoErrors::MinorServoErrorsEx, 
                ComponentErrors::ComponentErrorsEx);
    
        /** 
         * @todo to be review in order to reflect the signature of the method <i>checktScan()</i>
         * Check if it is possible to scan the Z axis of the MinorServo active in the primary focus.
         *
         * @param starting_time the time the scan will start
         * @param range the total axis movement in mm (centered in the actual position)
         * @param total_time the duration of the scan (1 second is 10**7)
         *
         * @return true if it is possible
         */
        boolean checkFocusScan(
                in ACS::Time starting_time, 
                in double range, 
                in ACS::Time total_time
        ) raises (MinorServoErrors::MinorServoErrorsEx,
                  ComponentErrors::ComponentErrorsEx);
 
        /** 
         * Check if it is possible to execute a scan along a given axis
         *