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

An update has been successfully downloaded. More...

#include <events.h>

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

Public Member Functions

std::string toJson () override
 
 DownloadComplete (std::vector< Uptane::Target > updates_in)
 
- Public Member Functions inherited from event::BaseEvent
 BaseEvent (std::string variant_in)
 
virtual std::string toJson (Json::Value json)
 

Static Public Member Functions

static DownloadComplete fromJson (const std::string &json_str)
 

Public Attributes

std::vector< Uptane::Targetupdates
 
- Public Attributes inherited from event::BaseEvent
std::string variant
 

Detailed Description

An update has been successfully downloaded.

Definition at line 94 of file events.h.


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