#include "LoadInformation.h"
Public Types | |
typedef unsigned long long | memory_t |
typedef double | load_t |
Public Member Functions | |
LoadInformation () | |
LoadInformation (const LoadInformation &_other) | |
virtual | ~LoadInformation () |
LoadInformation & | operator= (const LoadInformation &_other) |
load_t | load (void) const |
bool | updateSystemUsageValues (ot::JsonDocument &_jsonDocument) |
Static Public Member Functions | |
static load_t | maxLoadValue (void) |
typedef double LoadInformation::load_t |
typedef unsigned long long LoadInformation::memory_t |
LoadInformation::LoadInformation | ( | ) |
LoadInformation::LoadInformation | ( | const LoadInformation & | _other | ) |
|
virtual |
LoadInformation::load_t LoadInformation::load | ( | void | ) | const |
|
inlinestatic |
LoadInformation & LoadInformation::operator= | ( | const LoadInformation & | _other | ) |
bool LoadInformation::updateSystemUsageValues | ( | ot::JsonDocument & | _jsonDocument | ) |