|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| const Uptane::EcuSerial & | getSerial () const |
| void | setSerial (const Uptane::EcuSerial &serial) |
| Uptane::HardwareIdentifier | getHwId () const |
| void | setHwId (const Uptane::HardwareIdentifier &hwid) |
| const KeyType & | getPublicKeyType () const |
| void | setPublicKeyType (const KeyType &public_key_type) |
| const std::string & | getPublicKey () const |
| void | setPublicKey (const std::string &public_key) |
| INITSERVERNODESET_FUNCTION_DEFINITION (Configuration) CLIENTREAD_FUNCTION_DEFINITION() CLIENTWRITE_FUNCTION_DEFINITION() void setOnBeforeReadCallback(MessageOnBeforeReadCallback< Configuration > | |
| void | setOnAfterWriteCallback (MessageOnAfterWriteCallback< Configuration >::type cb) |
Protected Attributes | |
| KeyType | public_key_type_ {} |
| Uptane::HardwareIdentifier | hwid_ {Uptane::HardwareIdentifier::Unknown()} |
| std::string | public_key_ |
| Uptane::EcuSerial | serial_ {Uptane::EcuSerial::Unknown()} |
| MessageOnBeforeReadCallback< Configuration >::type | on_before_read_cb_ |
| MessageOnAfterWriteCallback< Configuration >::type | on_after_write_cb_ |
Definition at line 12 of file configuration.h.
1.8.14