public class Fcs_RuntimeInfoTelemetry extends CameraTelemetry
| Modifier and Type | Class and Description |
|---|---|
static class |
Fcs_RuntimeInfoTelemetry.Builder |
| Constructor and Description |
|---|
Fcs_RuntimeInfoTelemetry(long freeMemory,
long maxMemory,
int nThreads,
double processCpuLoad,
double systemCpuLoad,
long totalMemory,
int uptime) |
| Modifier and Type | Method and Description |
|---|---|
static Fcs_RuntimeInfoTelemetry.Builder |
builder() |
long |
getFreeMemory() |
long |
getMaxMemory() |
int |
getNThreads() |
double |
getProcessCpuLoad() |
double |
getSystemCpuLoad() |
long |
getTotalMemory() |
int |
getUptime() |
String |
toString() |
public Fcs_RuntimeInfoTelemetry(long freeMemory,
long maxMemory,
int nThreads,
double processCpuLoad,
double systemCpuLoad,
long totalMemory,
int uptime)
public long getFreeMemory()
public long getMaxMemory()
public int getNThreads()
public double getProcessCpuLoad()
public double getSystemCpuLoad()
public long getTotalMemory()
public int getUptime()
public static Fcs_RuntimeInfoTelemetry.Builder builder()
Copyright © 2022. All rights reserved.