Aktualizr
C++ SOTA Client
aktualizr_helpers.h
1 #ifndef AKTUALIZR_HELPERS_H_
2 #define AKTUALIZR_HELPERS_H_
3 
4 #include <memory>
5 #include "libaktualizr/aktualizr.h"
6 
7 /*
8  * Signal handler to remove old targets just after an installation completes
9  *
10  * To be attached with Aktualizr::SetSignalHandler
11  */
12 void targets_autoclean_cb(Aktualizr &aktualizr, const std::shared_ptr<event::BaseEvent> &event);
13 
14 #endif // AKTUALIZR_HELPERS_H_
Aktualizr
This class provides the main APIs necessary for launching and controlling libaktualizr.
Definition: aktualizr.h:24
event
Aktualizr status events.
Definition: events.h:15