![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This abstract class defines the interface for an object that may be used to track progress of the calibration process.
To use, simply derive your own progress object and implement the operator() method as appropriate to your needs.
Public Member Functions | |
virtual bool | operator() (int progressPercent)=0 |
virtual | ~TSLTimerCalibrationProgress () |
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
This abstract method defines the interface for calibration progress notification. Override this method in your derived class to handle the progress notification.
progressPercent | the percentage of calibration complete. |
Should return true to cancel the operation, false to continue.