|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| void | updateFromPropertyTree (const boost::property_tree::ptree &pt) |
| void | writeToStream (std::ostream &out_stream) const |
Public Attributes | |
| StorageType | type {StorageType::kSqlite} |
| boost::filesystem::path | path {"/var/sota"} |
| BasedPath | uptane_metadata_path {"metadata"} |
| BasedPath | uptane_private_key_path {"ecukey.der"} |
| BasedPath | uptane_public_key_path {"ecukey.pub"} |
| BasedPath | tls_cacert_path {"root.crt"} |
| BasedPath | tls_pkey_path {"pkey.pem"} |
| BasedPath | tls_clientcert_path {"client.pem"} |
| BasedPath | sqldb_path {"sql.db"} |
Definition at line 15 of file storage_config.h.
1.8.13