![]() |
Fledge
An open source edge computing platform for industrial users
|
CheckUpdates class. More...
#include <check_updates.h>
Public Member Functions | |
CheckUpdates (int argc, char **argv) | |
Constructor for CheckUpdates. | |
~CheckUpdates () | |
Destructor for CheckUpdates. | |
void | run () |
CheckUpdates run method, called by the base class to start the process and do the actual work. | |
![]() | |
FledgeProcess (int argc, char **argv) | |
StorageClient * | getStorageClient () const |
Return storage client. | |
ManagementClient * | getManagementClient () const |
Return management client. | |
Logger * | getLogger () const |
Return Logger. | |
std::string | getName () const |
time_t | getStartTime () const |
Additional Inherited Members | |
![]() | |
std::string | getArgValue (const std::string &name) const |
Get command line argument value like "--xyx=ABC" Argument name to pass is "--xyz=". More... | |
![]() | |
bool | m_dryRun |
CheckUpdates class.