Aktualizr
C++ SOTA Client
|
Aktualizr status events. More...
Classes | |
class | AllDownloadsComplete |
All targets for an update have been downloaded. More... | |
class | AllInstallsComplete |
All ECU installation attempts for an update have completed. More... | |
class | BaseEvent |
Base class for all event objects. More... | |
class | CampaignAcceptComplete |
A campaign has been accepted. More... | |
class | CampaignCheckComplete |
The server has been queried for available campaigns. More... | |
class | CampaignDeclineComplete |
class | CampaignPostponeComplete |
class | DownloadProgressReport |
A report for a download in progress. More... | |
class | DownloadTargetComplete |
A target has been downloaded. More... | |
class | InstallStarted |
An ECU has begun installation of an update. More... | |
class | InstallTargetComplete |
An installation attempt on an ECU has completed. More... | |
class | PutManifestComplete |
A manifest has been sent to the server. More... | |
class | SendDeviceDataComplete |
Device data has been sent to the server. More... | |
class | UpdateCheckComplete |
An update is available for download from the server. More... | |
Typedefs | |
using | Channel = boost::signals2::signal< void(std::shared_ptr< event::BaseEvent >)> |
Aktualizr status events.