Allows to receive progress notifications during FPGA configuration.
More...
|
| ProgressCallback () |
| Trivial default constructor.
|
|
virtual | ~ProgressCallback () |
| Trivial but virtual default destructor.
|
|
virtual void | OnProgress (int maximum, int current)=0 |
| Method called during FPGA configuration.
|
|
An object of a class derived from this one can be passed to okCFrontPanel::ConfigureFPGA() to be notified about the FPGA configuration progress via its OnProgress() method.
- Since
- 5.2.0
◆ OnProgress()
virtual void OpalKelly::ProgressCallback::OnProgress |
( |
int | maximum, |
|
|
int | current ) |
|
pure virtual |
- Parameters
-
[in] | maximum | The maximum value of the progress indicator, e.g. 100. |
[in] | current | Current progress, in 0 ..maximum range. |