Aktualizr
C++ SOTA Client
|
Public Types | |
using | Ptr = std::shared_ptr< AktualizrSecondary > |
![]() | |
using | Ptr = std::shared_ptr< SecondaryInterface > |
Public Member Functions | |
AktualizrSecondary (AktualizrSecondaryConfig config, std::shared_ptr< INvStorage > storage, std::shared_ptr< KeyManager > key_mngr, std::shared_ptr< UpdateAgent > update_agent) | |
Uptane::EcuSerial | getSerial () const override |
Uptane::HardwareIdentifier | getHwId () const override |
PublicKey | getPublicKey () const override |
Uptane::Manifest | getManifest () const override |
bool | putMetadata (const Uptane::RawMetaPack &meta_pack) override |
int32_t | getRootVersion (bool director) const override |
bool | putRoot (const std::string &root, bool director) override |
bool | sendFirmware (const std::string &firmware) override |
data::ResultCode::Numeric | install (const std::string &target_name) override |
bool | putMetadata (const Metadata &metadata) |
![]() | |
SecondaryInterface (const SecondaryInterface &)=delete | |
SecondaryInterface & | operator= (const SecondaryInterface &)=delete |
Definition at line 16 of file aktualizr_secondary.h.