Aktualizr
C++ SOTA Client
Classes | Enumerations
results.h File Reference
#include <string>
#include <vector>
#include "campaign/campaign.h"
#include "uptane/tuf.h"
Include dependency graph for results.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CampaignCheckResult
 Container for information about available campaigns. More...
 
class  UpdateCheckResult
 Container for information about available updates. More...
 
class  DownloadResult
 Container for information about downloading an update. More...
 
class  InstallReport
 Installation report for a given target on a given ECU. More...
 
class  InstallResult
 Container for information about installing an update. More...
 

Enumerations

enum  UpdateStatus { kUpdatesAvailable = 0, kNoUpdatesAvailable, kError }
 Status of an update.
 
enum  PauseResult {
  kPaused = 0, kResumed, kAlreadyPaused, kAlreadyComplete,
  kNotDownloading, kNotPaused
}
 Result of an attempt to pause or resume a download.
 
enum  DownloadStatus { kSuccess = 0, kPartialSuccess, kNothingToDownload, kError }
 Status of an update download.