Represents a sink collecting all firmware updates contained in a guf file. More...
#include <FirmwareUpdateInfoCollector.h>
Public Member Functions | |
virtual bool | OnUpdateRead (const CFirmwareUpdateInfo &FirmwareUpdateInfo)=0 |
Provides the currently readFirmwareUpdateInfo . More... | |
![]() | |
virtual | ~IDestructible () |
Default implementation of destructor. More... | |
Represents a sink collecting all firmware updates contained in a guf file.
This interface is used by CFirmwareUpdater::ReadFirmwareUpdateInfos().
Definition at line 44 of file FirmwareUpdateInfoCollector.h.
|
pure virtual |
Provides the currently readFirmwareUpdateInfo
.
[in] | FirmwareUpdateInfo | A firmware update info object representing a firmware update. |
This method is called by CFirmwareUpdater::ReadFirmwareUpdateInfos().
Can throw C++ exceptions.
Implemented in GENAPI_NAMESPACE::CFirmwareUpdateDefaultInfoCollector.