![]() |
Fledge
An open source edge computing platform for industrial users
|
Public Member Functions | |
PurgeSystem (int argc, char **argv) | |
Constructor for Purge system. | |
void | run () |
PurgeSystem 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 |