htop/unsupported/Platform.h

47 lines
1014 B
C
Raw Normal View History

/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_Platform
#define HEADER_Platform
/*
htop - unsupported/Platform.h
(C) 2014 Hisham H. Muhammad
2015-07-12 16:26:33 +00:00
(C) 2015 David C. Hunt
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "Action.h"
#include "BatteryMeter.h"
#include "UnsupportedProcess.h"
2015-07-12 16:26:33 +00:00
extern ProcessField Platform_defaultFields[];
extern ProcessFieldData Process_fields[];
extern MeterClass* Platform_meterTypes[];
2015-07-12 16:26:33 +00:00
void Platform_setBindings(Htop_Action* keys);
extern int Platform_numberOfFields;
extern char* Process_pidFormat;
2014-11-27 21:41:14 +00:00
int Platform_getUptime();
2014-11-27 22:03:29 +00:00
void Platform_getLoadAverage(double* one, double* five, double* fifteen);
int Platform_getMaxPid();
2015-07-12 16:26:33 +00:00
void Process_setupColumnWidths();
double Platform_setCPUValues(Meter* this, int cpu);
void Platform_setMemoryValues(Meter* this);
void Platform_setSwapValues(Meter* this);
bool Process_isThread(Process* this);
2016-02-02 11:11:41 +00:00
char* Platform_getProcessEnv(pid_t pid);
2015-07-12 16:26:33 +00:00
#endif