Aktualizr
C++ SOTA Client
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
event::DownloadProgressReport Class Reference

A report for a download in progress. More...

#include <events.h>

Inheritance diagram for event::DownloadProgressReport:
[legend]
Collaboration diagram for event::DownloadProgressReport:
[legend]

Public Member Functions

 DownloadProgressReport (Uptane::Target target_in, std::string description_in, unsigned int progress_in)
 
- Public Member Functions inherited from event::BaseEvent
 BaseEvent (std::string variant_in)
 
template<typename T >
bool isTypeOf ()
 

Static Public Member Functions

static bool isDownloadCompleted (const DownloadProgressReport &report)
 

Public Attributes

Uptane::Target target
 
std::string description
 
unsigned int progress
 
- Public Attributes inherited from event::BaseEvent
std::string variant
 

Static Public Attributes

static constexpr const char * TypeName {"DownloadProgressReport"}
 

Detailed Description

A report for a download in progress.

Definition at line 68 of file events.h.


The documentation for this class was generated from the following file: