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

An update is available for download from the server. More...

#include <events.h>

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

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

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

Detailed Description

An update is available for download from the server.

Definition at line 69 of file events.h.


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