|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| ManagedSecondary (const SecondaryConfig &sconfig_in) | |
| EcuSerial | getSerial () override |
| PublicKey | getPublicKey () override |
| bool | putMetadata (const RawMetaPack &meta_pack) override |
| int | getRootVersion (bool director) override |
| bool | putRoot (const std::string &root, bool director) override |
| bool | sendFirmwareAsync (const std::shared_ptr< std::string > &data) override |
| Json::Value | getManifest () override |
| bool | loadKeys (std::string *pub_key, std::string *priv_key) |
Public Member Functions inherited from Uptane::SecondaryInterface | |
| SecondaryInterface (SecondaryConfig sconfig_in) | |
| virtual Uptane::HardwareIdentifier | getHwId () |
| void | addEventsChannel (std::shared_ptr< event::Channel > channel) |
Additional Inherited Members | |
Public Attributes inherited from Uptane::SecondaryInterface | |
| const SecondaryConfig | sconfig |
Protected Member Functions inherited from Uptane::SecondaryInterface | |
| void | sendEvent (std::shared_ptr< event::BaseEvent > event) |
Definition at line 21 of file managedsecondary.h.
1.8.14