From 70e7c8db592408f45b958238d4bbf0048886f6fc Mon Sep 17 00:00:00 2001 From: David Hunt Date: Sun, 12 Jul 2015 13:47:43 -0500 Subject: Added darwin with working battery meter --- darwin/Platform.h | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 darwin/Platform.h (limited to 'darwin/Platform.h') diff --git a/darwin/Platform.h b/darwin/Platform.h new file mode 100644 index 00000000..4fc06f71 --- /dev/null +++ b/darwin/Platform.h @@ -0,0 +1,46 @@ +/* Do not edit this file. It was automatically generated. */ + +#ifndef HEADER_Platform +#define HEADER_Platform +/* +htop - darwin/Platform.h +(C) 2014 Hisham H. Muhammad +(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 "DarwinProcess.h" + +extern ProcessField Platform_defaultFields[]; + +extern ProcessFieldData Process_fields[]; + +extern MeterClass* Platform_meterTypes[]; + +void Platform_setBindings(Htop_Action* keys); + +extern int Platform_numberOfFields; +extern char* Process_pidFormat; +extern char* Process_tpgidFormat; + +int Platform_getUptime(); + +void Platform_getLoadAverage(double* one, double* five, double* fifteen); + +int Platform_getMaxPid(); + +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); + + +#endif -- cgit v1.2.3