 |
Fledge
An open source edge computing platform for industrial users
|
1 #ifndef _CHECK_UPDATES_H
2 #define _CHECK_UPDATES_H
16 #define LOG_NAME "check_updates"
34 std::string getPackageManager();
35 std::vector<std::string> getUpgradablePackageList();
Fledge process base class.
Definition: process.h:21
The management client class used by services and tasks to communicate with the management API of the ...
Definition: management_client.h:43
void run()
CheckUpdates run method, called by the base class to start the process and do the actual work.
Definition: check_updates.cpp:55
Fledge Logger class used to log to syslog.
Definition: logger.h:42
CheckUpdates(int argc, char **argv)
Constructor for CheckUpdates.
Definition: check_updates.cpp:35
~CheckUpdates()
Destructor for CheckUpdates.
Definition: check_updates.cpp:48
CheckUpdates class.
Definition: check_updates.h:22