Aktualizr
C++ SOTA Client
|
Public Types | |
using | Ptr = std::shared_ptr< UpdateAgent > |
Public Member Functions | |
virtual bool | isTargetSupported (const Uptane::Target &target) const =0 |
virtual bool | getInstalledImageInfo (Uptane::InstalledImageInfo &installed_image_info) const =0 |
virtual data::InstallationResult | install (const Uptane::Target &target)=0 |
virtual void | completeInstall ()=0 |
virtual data::InstallationResult | applyPendingInstall (const Uptane::Target &target)=0 |
UpdateAgent (const UpdateAgent &)=delete | |
UpdateAgent & | operator= (const UpdateAgent &)=delete |
Definition at line 7 of file update_agent.h.