![]() |
Fledge
An open source edge computing platform for industrial users
|
StatisticsHisotry class. More...
#include <stats_history.h>
Public Member Functions | |
StatsHistory (int argc, char **argv) | |
Constructor for Statistics history task. | |
~StatsHistory () | |
StatsHistory class methods. | |
void | run () const |
Statisitics History 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 |
StatisticsHisotry class.