9 #ifndef HlitNodeSensor_cpp
10 #define HlitNodeSensor_cpp
13 #include <glibtop/cpu.h>
14 #include <glibtop/mem.h>
15 #include <glibtop/netlist.h>
16 #include <glibtop/netload.h>
27 char* GetJson(
const char* name =
"static",
bool debug =
false)
const;
30 bool FindAdapter(std::vector<std::string> vctr, std::string adapter)
const;
32 glibtop_cpu* GetCpu();
33 glibtop_mem* GetMem();
34 glibtop_netlist* GetNetList();
35 zlistx_t* GetNetArray();
40 glibtop_netlist* fNetList;
42 std::vector<std::string> NetVector;