|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| PartialVerificationSecondary (Primary::PartialVerificationSecondaryConfig sconfig_in) | |
| void | init (std::shared_ptr< SecondaryProvider > secondary_provider_in) override |
| std::string | Type () const override |
| EcuSerial | getSerial () const override |
| Uptane::HardwareIdentifier | getHwId () const override |
| PublicKey | getPublicKey () const override |
| data::InstallationResult | putMetadata (const Target &target) override |
| int | getRootVersion (bool director) const override |
| data::InstallationResult | putRoot (const std::string &root, bool director) override |
| data::InstallationResult | sendFirmware (const Uptane::Target &target) override |
| data::InstallationResult | install (const Uptane::Target &target) override |
| Uptane::Manifest | getManifest () const override |
| bool | ping () const override |
Additional Inherited Members | |
Public Types inherited from SecondaryInterface | |
| using | Ptr = std::shared_ptr< SecondaryInterface > |
Definition at line 28 of file partialverificationsecondary.h.
1.8.13