Aktualizr
C++ SOTA Client
|
Results of libaktualizr API calls. More...
Classes | |
class | CampaignCheck |
Container for information about available campaigns. More... | |
class | Download |
Container for information about downloading an update. More... | |
class | Install |
Container for information about installing an update. More... | |
class | Pause |
class | UpdateCheck |
Container for information about available updates. More... | |
Enumerations | |
enum | UpdateStatus { kUpdatesAvailable = 0, kNoUpdatesAvailable, kError } |
Status of an update. | |
enum | PauseStatus { kSuccess = 0, kAlreadyPaused, kAlreadyRunning, kError } |
Result of an attempt to pause or resume a download. | |
enum | DownloadStatus { kSuccess = 0, kPartialSuccess, kNothingToDownload, kError } |
Status of an update download. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const DownloadStatus stat) |
Results of libaktualizr API calls.