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

An installation attempt on an ECU has completed. More...

#include <events.h>

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

Public Member Functions

 InstallTargetComplete (Uptane::EcuSerial serial_in, bool success_in)
 
- Public Member Functions inherited from event::BaseEvent
 BaseEvent (std::string variant_in)
 
template<typename T >
bool isTypeOf ()
 

Public Attributes

Uptane::EcuSerial serial
 
bool success
 
- Public Attributes inherited from event::BaseEvent
std::string variant
 

Static Public Attributes

static constexpr const char * TypeName {"InstallTargetComplete"}
 

Detailed Description

An installation attempt on an ECU has completed.

Definition at line 132 of file events.h.


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