aboutsummaryrefslogtreecommitdiffstats
path: root/Meter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Meter.h')
-rw-r--r--Meter.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Meter.h b/Meter.h
index be8207c..bd7604a 100644
--- a/Meter.h
+++ b/Meter.h
@@ -134,6 +134,13 @@ typedef enum {
LAST_METERMODE
} MeterModeId;
+typedef enum {
+ RATESTATUS_DATA,
+ RATESTATUS_INIT,
+ RATESTATUS_NODATA,
+ RATESTATUS_STALE
+} MeterRateStatus;
+
extern const MeterClass Meter_class;
Meter* Meter_new(const ProcessList* pl, unsigned int param, const MeterClass* type);

© 2014-2024 Faster IT GmbH | imprint | privacy policy