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