#include <spdScan.h>
Public Member Functions | |
virtual unsigned | start () |
Method to start the calibration of the Fast Or. | |
virtual unsigned | restart (void) |
Method to restart the calibration of the Fast Or. | |
virtual void | stop () |
Method to stop the calibration of the Fast Or. | |
virtual void | scan () |
Method to lead the calibration of the Fast Or. | |
virtual bool | isActive () |
SpdScan (void) | |
virtual | ~SpdScan (void) |
SpdScan::SpdScan | ( | void | ) |
SpdScan::~SpdScan | ( | void | ) | [virtual] |
virtual unsigned SpdScan::start | ( | ) | [inline, virtual] |
Method to start the calibration of the Fast Or.
virtual unsigned SpdScan::restart | ( | void | ) | [inline, virtual] |
Method to restart the calibration of the Fast Or.
Reimplemented in SpdDacScan, SpdDelayScan, spdFastorCalibration, spdMeanTHScan, SpdMinThresScan, and SpdUniMatrixScan.
virtual void SpdScan::stop | ( | ) | [inline, virtual] |
Method to stop the calibration of the Fast Or.
Reimplemented in SpdDacScan, SpdDelayScan, spdFastorCalibration, spdMeanTHScan, SpdMinThresScan, and SpdUniMatrixScan.
virtual void SpdScan::scan | ( | ) | [inline, virtual] |
Method to lead the calibration of the Fast Or.
Reimplemented in SpdDacScan, SpdDelayScan, spdFastorCalibration, spdMeanTHScan, SpdMinThresScan, and SpdUniMatrixScan.
virtual bool SpdScan::isActive | ( | ) | [inline, virtual] |
Reimplemented in SpdDacScan, SpdDelayScan, spdFastorCalibration, spdMeanTHScan, SpdMinThresScan, and SpdUniMatrixScan.