FrontPanel API  5.3.1
Public Member Functions | List of all members
OpalKelly::ProgressCallback Class Referenceabstract

Allows to receive progress notifications during FPGA configuration. More...

Public Member Functions

 ProgressCallback ()
 Trivial default constructor.
 
virtual ~ProgressCallback ()
 Trivial but virtual default destructor.
 
virtual void OnProgress (int maximum, int current)=0
 Method called during FPGA configuration. More...
 

Detailed Description

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

Member Function Documentation

◆ OnProgress()

virtual void OpalKelly::ProgressCallback::OnProgress ( int  maximum,
int  current 
)
pure virtual
Parameters
[in]maximumThe maximum value of the progress indicator, e.g. 100.
[in]currentCurrent progress, in 0..maximum range.

Copyright (c) 2005-2024 Opal Kelly Incorporated