![]() |
Fledge
An open source edge computing platform for industrial users
|
Fledge process base class. More...
#include <process.h>
Public Member Functions | |
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 |
Protected Member Functions | |
std::string | getArgValue (const std::string &name) const |
Get command line argument value like "--xyx=ABC" Argument name to pass is "--xyz=". More... | |
Protected Attributes | |
bool | m_dryRun |
Fledge process base class.
|
protected |
Get command line argument value like "--xyx=ABC" Argument name to pass is "--xyz=".
name | The argument name (–xyz=) |