Aktualizr
C++ SOTA Client
Public Member Functions | 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

std::string toJson () override
 
 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)
 
virtual std::string toJson (Json::Value json)
 

Public Attributes

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

Detailed Description

A report for a download in progress.

Definition at line 81 of file events.h.


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