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