Aktualizr
C++ SOTA Client
|
Public Member Functions | |
PartialVerificationSecondary (Primary::PartialVerificationSecondaryConfig sconfig_in) | |
std::string | Type () const override |
EcuSerial | getSerial () const override |
Uptane::HardwareIdentifier | getHwId () const override |
PublicKey | getPublicKey () const override |
bool | putMetadata (const RawMetaPack &meta) override |
int | getRootVersion (bool director) const override |
bool | putRoot (const std::string &root, bool director) override |
bool | sendFirmware (const std::string &data) override |
data::ResultCode::Numeric | install (const std::string &target_name) override |
Uptane::Manifest | getManifest () const override |
bool | ping () const override |
![]() | |
SecondaryInterface (const SecondaryInterface &)=delete | |
SecondaryInterface & | operator= (const SecondaryInterface &)=delete |
Additional Inherited Members | |
![]() | |
using | Ptr = std::shared_ptr< SecondaryInterface > |
Definition at line 29 of file partialverificationsecondary.h.