2014-11-27 23:02:52 +00:00
|
|
|
/* Do not edit this file. It was automatically generated. */
|
|
|
|
|
|
|
|
#ifndef HEADER_Platform
|
|
|
|
#define HEADER_Platform
|
|
|
|
/*
|
|
|
|
htop - linux/Platform.h
|
|
|
|
(C) 2014 Hisham H. Muhammad
|
|
|
|
Released under the GNU GPL, see the COPYING file
|
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "Action.h"
|
2015-01-23 05:08:21 +00:00
|
|
|
#include "MainPanel.h"
|
2014-11-27 23:02:52 +00:00
|
|
|
#include "BatteryMeter.h"
|
2015-02-20 16:52:10 +00:00
|
|
|
#include "LinuxProcess.h"
|
2014-11-27 23:02:52 +00:00
|
|
|
|
2015-03-16 04:43:04 +00:00
|
|
|
extern ProcessField Platform_defaultFields[];
|
2015-03-15 23:29:13 +00:00
|
|
|
|
|
|
|
extern int Platform_numberOfFields;
|
|
|
|
|
2014-11-27 23:02:52 +00:00
|
|
|
void Platform_setBindings(Htop_Action* keys);
|
|
|
|
|
|
|
|
extern MeterClass* Platform_meterTypes[];
|
|
|
|
|
|
|
|
int Platform_getUptime();
|
|
|
|
|
|
|
|
void Platform_getLoadAverage(double* one, double* five, double* fifteen);
|
|
|
|
|
|
|
|
int Platform_getMaxPid();
|
|
|
|
|
2015-01-22 01:27:31 +00:00
|
|
|
double Platform_setCPUValues(Meter* this, int cpu);
|
|
|
|
|
|
|
|
void Platform_setMemoryValues(Meter* this);
|
|
|
|
|
|
|
|
void Platform_setSwapValues(Meter* this);
|
|
|
|
|
2014-11-27 23:02:52 +00:00
|
|
|
#endif
|